summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cpumap.c
Commit message (Expand)AuthorAgeFilesLines
* perf stat aggregation: Add separate thread memberJames Clark2020-12-241-7/+7
* perf stat aggregation: Add separate core memberJames Clark2020-12-241-8/+10
* perf stat aggregation: Add separate die memberJames Clark2020-12-241-14/+14
* perf stat aggregation: Add separate socket memberJames Clark2020-12-241-22/+22
* perf stat aggregation: Add separate node memberJames Clark2020-12-241-5/+11
* perf stat aggregation: Start using cpu_aggr_id in mapJames Clark2020-12-241-4/+4
* perf cpumap: Drop in cpu_aggr_map structJames Clark2020-12-241-6/+6
* perf cpumap: Add new map type for aggregationJames Clark2020-12-241-0/+17
* perf stat: Replace aggregation ID with a structJames Clark2020-12-241-34/+48
* perf cpumap: Add new struct for cpu aggregationJames Clark2020-12-241-0/+18
* perf cpumap: Use existing allocator to avoid using mallocJames Clark2020-12-241-4/+4
* perf cpumap: Fix snprintf overflow checkChristophe JAILLET2020-03-241-5/+5
* perf stat: Add --per-node agregation supportJiri Olsa2019-11-061-0/+18
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-3/+3
* perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo2019-08-221-0/+2
* libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa2019-08-221-13/+1
* libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa2019-08-221-3/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2019-08-121-1/+4
|\
| * perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe2019-08-081-1/+4
* | libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-180/+1
* | libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa2019-07-291-22/+0
* | libperf: Add perf_cpu_map__dummy_new() functionJiri Olsa2019-07-291-14/+1
* | perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-39/+39
|/
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-1/+1
* perf stat: Support per-die aggregationKan Liang2019-06-101-7/+50
* perf cpumap: Retrieve die id informationKan Liang2019-06-101-0/+7
* perf cpumap: Increase debug level for cpu_map__snprint verbose outputJiri Olsa2019-02-201-1/+1
* perf record: Apply affinity masks when reading mmap buffersAlexey Budankov2019-02-061-0/+10
* perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian2019-01-211-2/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+2
* perf cpumap: Introduce cpu_map__snprint_mask()Namhyung Kim2017-03-031-0/+46
* perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-8/+8
* perf cpumap: Add cpu__max_present_cpu()Jan Stancek2017-02-171-0/+22
* perf cpu_map: Add more helpersMark Rutland2016-07-181-2/+12
* perf tools: Change cpu_map__fprintf outputJiri Olsa2016-06-301-6/+48
* perf cpu_map: Add has() methodJiri Olsa2016-04-131-0/+12
* perf cpumap: Auto initialize cpu__max_{node,cpu}Arnaldo Carvalho de Melo2016-01-261-0/+30
* perf cpumap: Fix cpu conversion in cpu_map__from_entriesJiri Olsa2016-01-061-2/+11
* perf cpu_map: Add cpu_map__new_event functionJiri Olsa2015-12-171-0/+42
* perf cpu_map: Add cpu_map__empty_new functionJiri Olsa2015-10-271-0/+17
* perf cpu_map: Fix core dump caused by per-socket/core system-wide statKan Liang2015-10-201-1/+1
* perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa2015-10-191-7/+8
* perf cpu_map: Make cpu_map__build_map globalJiri Olsa2015-10-191-2/+2
* perf cpu_map: Use sysfs__read_int in get_{core,socket}_id()Arnaldo Carvalho de Melo2015-09-141-36/+10
* perf cpumap: Factor out functions to get core_id and socket_idKan Liang2015-09-021-18/+33
* perf tools: Add reference counting for cpu_map objectJiri Olsa2015-06-251-2/+24