aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cpumap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim1-4/+4
2022-10-04perf cpumap: Add range data encodingIan Rogers1-2/+29
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers1-16/+64
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-44/+47
2022-01-12perf cpumap: Add CPU to aggr_cpu_idIan Rogers1-4/+21
2022-01-12perf cpumap: Trim the cpu_aggr_mapIan Rogers1-1/+9
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers1-5/+0
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers1-7/+7
2022-01-12perf cpumap: Refactor cpu_map__build_map()Ian Rogers1-38/+21
2022-01-12perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers1-7/+2
2022-01-12perf cpumap: Remove map from function names that don't use a mapIan Rogers1-6/+6
2022-01-12perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers1-6/+5
2022-01-12perf cpumap: Rename empty functionsIan Rogers1-12/+12
2022-01-12perf cpumap: Simplify equal function nameIan Rogers1-7/+7
2022-01-12perf cpumap: Remove map+index get_node()Ian Rogers1-8/+0
2022-01-12perf cpumap: Remove map+index get_core()Ian Rogers1-8/+0
2022-01-12perf cpumap: Remove map+index get_die()Ian Rogers1-9/+0
2022-01-12perf cpumap: Remove map+index get_socket()Ian Rogers1-9/+0
2022-01-12perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers1-6/+6
2022-01-12perf stat: Add aggr creators that are passed a cpuIan Rogers1-33/+46
2020-12-24perf stat aggregation: Add separate thread memberJames Clark1-7/+7
2020-12-24perf stat aggregation: Add separate core memberJames Clark1-8/+10
2020-12-24perf stat aggregation: Add separate die memberJames Clark1-14/+14
2020-12-24perf stat aggregation: Add separate socket memberJames Clark1-22/+22
2020-12-24perf stat aggregation: Add separate node memberJames Clark1-5/+11
2020-12-24perf stat aggregation: Start using cpu_aggr_id in mapJames Clark1-4/+4
2020-12-24perf cpumap: Drop in cpu_aggr_map structJames Clark1-6/+6
2020-12-24perf cpumap: Add new map type for aggregationJames Clark1-0/+17
2020-12-24perf stat: Replace aggregation ID with a structJames Clark1-34/+48
2020-12-24perf cpumap: Add new struct for cpu aggregationJames Clark1-0/+18
2020-12-24perf cpumap: Use existing allocator to avoid using mallocJames Clark1-4/+4
2020-03-24perf cpumap: Fix snprintf overflow checkChristophe JAILLET1-5/+5
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa1-0/+18
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-3/+3
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo1-0/+2
2019-08-22libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa1-13/+1
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa1-3/+3
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+4
2019-08-08perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe1-1/+4
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-180/+1
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-22/+0
2019-07-29libperf: Add perf_cpu_map__dummy_new() functionJiri Olsa1-14/+1
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-39/+39
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-10perf stat: Support per-die aggregationKan Liang1-7/+50
2019-06-10perf cpumap: Retrieve die id informationKan Liang1-0/+7
2019-02-20perf cpumap: Increase debug level for cpu_map__snprint verbose outputJiri Olsa1-1/+1
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov1-0/+10