index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
cpumap.c
Age
Commit message (
Expand
)
Author
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-22
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
2019-08-22
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
2019-08-12
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2019-08-08
perf cpumap: Fix writing to illegal memory in handling cpumap mask
He Zhe
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
libperf: Add perf_cpu_map__dummy_new() function
Jiri Olsa
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
2019-06-10
perf stat: Support per-die aggregation
Kan Liang
2019-06-10
perf cpumap: Retrieve die id information
Kan Liang
2019-02-20
perf cpumap: Increase debug level for cpu_map__snprint verbose output
Jiri Olsa
2019-02-06
perf record: Apply affinity masks when reading mmap buffers
Alexey Budankov
2019-01-21
perf tools: Handle TOPOLOGY headers with no CPU
Stephane Eranian
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-19
perf tools: Remove include dirent.h from util.h
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-03-03
perf cpumap: Introduce cpu_map__snprint_mask()
Namhyung Kim
2017-03-03
perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-02-17
perf cpumap: Add cpu__max_present_cpu()
Jan Stancek
2016-07-18
perf cpu_map: Add more helpers
Mark Rutland
2016-06-30
perf tools: Change cpu_map__fprintf output
Jiri Olsa
2016-04-13
perf cpu_map: Add has() method
Jiri Olsa
2016-01-26
perf cpumap: Auto initialize cpu__max_{node,cpu}
Arnaldo Carvalho de Melo
2016-01-06
perf cpumap: Fix cpu conversion in cpu_map__from_entries
Jiri Olsa
2015-12-17
perf cpu_map: Add cpu_map__new_event function
Jiri Olsa
2015-10-27
perf cpu_map: Add cpu_map__empty_new function
Jiri Olsa
2015-10-20
perf cpu_map: Fix core dump caused by per-socket/core system-wide stat
Kan Liang
2015-10-19
perf cpu_map: Add data arg to cpu_map__build_map callback
Jiri Olsa
2015-10-19
perf cpu_map: Make cpu_map__build_map global
Jiri Olsa
2015-09-14
perf cpu_map: Use sysfs__read_int in get_{core,socket}_id()
Arnaldo Carvalho de Melo
2015-09-02
perf cpumap: Factor out functions to get core_id and socket_id
Kan Liang
2015-06-25
perf tools: Add reference counting for cpu_map object
Jiri Olsa
2014-04-22
perf tools: Use cpu/possible instead of cpu/kernel_max
Don Zickus
2014-04-22
perf tools: Allow ability to map cpus to nodes easily
Don Zickus
2014-02-18
perf tools: Move fs.* to lib/api/fs/
Borislav Petkov
2013-11-05
perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint()
Arnaldo Carvalho de Melo
2013-11-05
perf tools: Factor sysfs code into generic fs object
Jiri Olsa
2013-03-25
perf stat: Add per-core aggregation
Stephane Eranian
2013-03-25
perf stat: Refactor aggregation code
Stephane Eranian
2013-02-06
perf tools: Add cpu_map processor socket level functions
Stephane Eranian
2012-09-17
perf stat: Check PMU cpumask file
Yan, Zheng
2012-01-24
perf tools: Add fprintf methods for thread_map and cpu_map classes
Arnaldo Carvalho de Melo
2011-01-22
perf tools: Add missing cpu_map__delete()
Arnaldo Carvalho de Melo
2011-01-04
perf tools: Refactor cpumap to hold nr and the map
Arnaldo Carvalho de Melo
2010-06-05
perf tools: Add the ability to specify list of cpus to monitor
Stephane Eranian
2010-03-11
perf tools: Fix sparse CPU numbering related bugs
Paul Mackerras