summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cpumap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf cpumap: Remove refcnt from 'struct cpu_aggr_map'Ian Rogers2024-05-071-2/+0
* perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers2024-03-211-7/+5
* perf stat: Support per-cluster aggregationYicong Yang2024-02-091-2/+31
* libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-121-1/+1
* perf pmu: Add CPU map for "cpu" PMUsIan Rogers2023-05-271-2/+2
* perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak2023-05-231-0/+10
* perf cpumap: Add reference count checkingIan Rogers2023-04-171-6/+6
* perf cpumap: Use perf_cpu_map__cpu(map, cpu) instead of accessing map->map[cp...Ian Rogers2023-04-171-5/+5
* perf cpumap: Remove initializations done in perf_cpu_map__alloc()Arnaldo Carvalho de Melo2023-04-171-6/+1
* libperf: Make perf_cpu_map__alloc() available as an internal function for too...Ian Rogers2023-04-121-1/+1
* perf cpumap: Use perf_cpu_map__nr(cpus) to access cpus->nrIan Rogers2023-04-121-6/+6
* 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