summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cpumap.h
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Add cpu_aggr_map for loopIan Rogers2023-02-191-0/+3
* perf cpumap: Tidy libperf includesIan Rogers2022-11-161-1/+1
* perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()Namhyung Kim2022-10-271-1/+1
* perf stat: Add aggr id for global modeNamhyung Kim2022-10-271-1/+5
* perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim2022-10-061-1/+1
* perf cpumap: Fix alignment for masks in event encodingIan Rogers2022-08-191-1/+3
* perf cpumap: Remove duplicate include in cpumap.hLv Ruyi2022-01-221-1/+0
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-1/+1
* perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo2022-01-151-0/+10
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-13/+13
* perf cpumap: Add CPU to aggr_cpu_idIan Rogers2022-01-121-0/+8
* perf cpumap: Add some comments to cpu_aggr_mapIan Rogers2022-01-121-1/+9
* perf cpumap: Move 'has' function to libperfIan Rogers2022-01-121-2/+0
* perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers2022-01-121-4/+25
* perf cpumap: Refactor cpu_map__build_map()Ian Rogers2022-01-121-7/+9
* perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers2022-01-121-1/+0
* perf cpumap: Remove map from function names that don't use a mapIan Rogers2022-01-121-3/+16
* perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers2022-01-121-1/+4
* perf cpumap: Rename empty functionsIan Rogers2022-01-121-2/+2
* perf cpumap: Simplify equal function nameIan Rogers2022-01-121-1/+1
* perf cpumap: Remove unused cpu_map__socket()Ian Rogers2022-01-121-7/+0
* perf cpumap: Add comments to aggr_cpu_id()Ian Rogers2022-01-121-0/+9
* perf cpumap: Remove map+index get_node()Ian Rogers2022-01-121-1/+0
* perf cpumap: Remove map+index get_core()Ian Rogers2022-01-121-1/+0
* perf cpumap: Remove map+index get_die()Ian Rogers2022-01-121-1/+0
* perf cpumap: Remove map+index get_socket()Ian Rogers2022-01-121-1/+0
* perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers2022-01-121-1/+1
* perf stat: Add aggr creators that are passed a cpuIan Rogers2022-01-121-1/+5
* perf stat aggregation: Add separate thread memberJames Clark2020-12-241-1/+1
* perf stat aggregation: Add separate core memberJames Clark2020-12-241-5/+1
* perf stat aggregation: Add separate die memberJames Clark2020-12-241-5/+1
* perf stat aggregation: Add separate socket memberJames Clark2020-12-241-5/+1
* perf stat aggregation: Add separate node memberJames Clark2020-12-241-0/+1
* perf stat aggregation: Start using cpu_aggr_id in mapJames Clark2020-12-241-1/+1
* perf cpumap: Drop in cpu_aggr_map structJames Clark2020-12-241-5/+5
* perf cpumap: Add new map type for aggregationJames Clark2020-12-241-0/+8
* perf stat: Replace aggregation ID with a structJames Clark2020-12-241-5/+5
* perf cpumap: Add new struct for cpu aggregationJames Clark2020-12-241-0/+8
* perf evsel: Add iterator to iterate over events ordered by CPUAndi Kleen2019-11-291-0/+1
* perf stat: Add --per-node agregation supportJiri Olsa2019-11-061-0/+3
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-2/+2
* perf cpumap: No need to include perf.h, ditch itArnaldo Carvalho de Melo2019-08-261-2/+0
* perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo2019-08-221-2/+2
* libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa2019-08-221-1/+0
* libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa2019-08-221-6/+1
* perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri Olsa2019-08-221-5/+0
* libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-2/+0
* libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa2019-07-291-3/+0
* libperf: Add perf_cpu_map__dummy_new() functionJiri Olsa2019-07-291-1/+1
* libperf: Add perf_cpu_map structJiri Olsa2019-07-291-6/+1