summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cpumap.c
Commit message (Expand)AuthorAgeFilesLines
* perf cpumap: Tidy libperf includesIan Rogers2022-11-161-0/+1
* perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()Namhyung Kim2022-10-271-2/+4
* perf stat: Add aggr id for global modeNamhyung Kim2022-10-271-0/+10
* perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim2022-10-061-4/+4
* perf cpumap: Add range data encodingIan Rogers2022-10-041-2/+29
* perf cpumap: Fix alignment for masks in event encodingIan Rogers2022-08-191-16/+64
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-44/+47
* perf cpumap: Add CPU to aggr_cpu_idIan Rogers2022-01-121-4/+21
* perf cpumap: Trim the cpu_aggr_mapIan Rogers2022-01-121-1/+9
* perf cpumap: Move 'has' function to libperfIan Rogers2022-01-121-5/+0
* perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers2022-01-121-7/+7
* perf cpumap: Refactor cpu_map__build_map()Ian Rogers2022-01-121-38/+21
* perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers2022-01-121-7/+2
* perf cpumap: Remove map from function names that don't use a mapIan Rogers2022-01-121-6/+6
* perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers2022-01-121-6/+5
* perf cpumap: Rename empty functionsIan Rogers2022-01-121-12/+12
* perf cpumap: Simplify equal function nameIan Rogers2022-01-121-7/+7
* perf cpumap: Remove map+index get_node()Ian Rogers2022-01-121-8/+0
* perf cpumap: Remove map+index get_core()Ian Rogers2022-01-121-8/+0
* perf cpumap: Remove map+index get_die()Ian Rogers2022-01-121-9/+0
* perf cpumap: Remove map+index get_socket()Ian Rogers2022-01-121-9/+0
* perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers2022-01-121-6/+6
* perf stat: Add aggr creators that are passed a cpuIan Rogers2022-01-121-33/+46
* 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