aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cpumap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim1-1/+1
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers1-1/+3
2022-01-22perf cpumap: Remove duplicate include in cpumap.hLv Ruyi1-1/+0
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-1/+1
2022-01-15perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo1-0/+10
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-13/+13
2022-01-12perf cpumap: Add CPU to aggr_cpu_idIan Rogers1-0/+8
2022-01-12perf cpumap: Add some comments to cpu_aggr_mapIan Rogers1-1/+9
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers1-2/+0
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers1-4/+25
2022-01-12perf cpumap: Refactor cpu_map__build_map()Ian Rogers1-7/+9
2022-01-12perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers1-1/+0
2022-01-12perf cpumap: Remove map from function names that don't use a mapIan Rogers1-3/+16
2022-01-12perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers1-1/+4
2022-01-12perf cpumap: Rename empty functionsIan Rogers1-2/+2
2022-01-12perf cpumap: Simplify equal function nameIan Rogers1-1/+1
2022-01-12perf cpumap: Remove unused cpu_map__socket()Ian Rogers1-7/+0
2022-01-12perf cpumap: Add comments to aggr_cpu_id()Ian Rogers1-0/+9
2022-01-12perf cpumap: Remove map+index get_node()Ian Rogers1-1/+0
2022-01-12perf cpumap: Remove map+index get_core()Ian Rogers1-1/+0
2022-01-12perf cpumap: Remove map+index get_die()Ian Rogers1-1/+0
2022-01-12perf cpumap: Remove map+index get_socket()Ian Rogers1-1/+0
2022-01-12perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers1-1/+1
2022-01-12perf stat: Add aggr creators that are passed a cpuIan Rogers1-1/+5
2020-12-24perf stat aggregation: Add separate thread memberJames Clark1-1/+1
2020-12-24perf stat aggregation: Add separate core memberJames Clark1-5/+1
2020-12-24perf stat aggregation: Add separate die memberJames Clark1-5/+1
2020-12-24perf stat aggregation: Add separate socket memberJames Clark1-5/+1
2020-12-24perf stat aggregation: Add separate node memberJames Clark1-0/+1
2020-12-24perf stat aggregation: Start using cpu_aggr_id in mapJames Clark1-1/+1
2020-12-24perf cpumap: Drop in cpu_aggr_map structJames Clark1-5/+5
2020-12-24perf cpumap: Add new map type for aggregationJames Clark1-0/+8
2020-12-24perf stat: Replace aggregation ID with a structJames Clark1-5/+5
2020-12-24perf cpumap: Add new struct for cpu aggregationJames Clark1-0/+8
2019-11-29perf evsel: Add iterator to iterate over events ordered by CPUAndi Kleen1-0/+1
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa1-0/+3
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-2/+2
2019-08-26perf cpumap: No need to include perf.h, ditch itArnaldo Carvalho de Melo1-2/+0
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo1-2/+2
2019-08-22libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa1-1/+0
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa1-6/+1
2019-08-22perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri Olsa1-5/+0
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-2/+0
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-3/+0
2019-07-29libperf: Add perf_cpu_map__dummy_new() functionJiri Olsa1-1/+1
2019-07-29libperf: Add perf_cpu_map structJiri Olsa1-6/+1
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-26/+26
2019-06-10perf stat: Support per-die aggregationKan Liang1-1/+8
2019-06-10perf cpumap: Retrieve die id informationKan Liang1-0/+1
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov1-0/+1