summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2022-01-12perf evlist: Refactor evlist__for_each_cpu()Ian Rogers3-73/+124
2022-01-12perf stat: Use perf_cpu_map__for_each_cpu()Ian Rogers1-5/+6
2022-01-12perf stat: Rename aggr_data cpu to imply it's an indexIan Rogers1-5/+5
2022-01-12perf counts: Switch name cpu to cpu_map_idxIan Rogers1-6/+6
2022-01-12perf evsel: Derive CPUs and threads in alloc_countsIan Rogers4-11/+14
2022-01-12perf stat-display: Avoid use of core for CPUIan Rogers1-23/+22
2022-01-12perf cpumap: Add CPU to aggr_cpu_idIan Rogers2-4/+29
2022-01-12perf stat: Fix memory leak in check_per_pkg()Ian Rogers1-2/+3
2022-01-12perf cpumap: Trim the cpu_aggr_mapIan Rogers1-1/+9
2022-01-12perf cpumap: Add some comments to cpu_aggr_mapIan Rogers1-1/+9
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers3-8/+1
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers2-11/+32
2022-01-12perf cpumap: Refactor cpu_map__build_map()Ian Rogers2-45/+30
2022-01-12perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers3-9/+3
2022-01-12perf cpumap: Remove map from function names that don't use a mapIan Rogers4-14/+27
2022-01-12perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers2-7/+9
2022-01-12perf cpumap: Rename empty functionsIan Rogers3-19/+19
2022-01-12perf cpumap: Simplify equal function nameIan Rogers3-16/+18
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 Rogers2-9/+0
2022-01-12perf cpumap: Remove map+index get_core()Ian Rogers2-9/+0
2022-01-12perf cpumap: Remove map+index get_die()Ian Rogers3-11/+1
2022-01-12perf cpumap: Remove map+index get_socket()Ian Rogers3-11/+1
2022-01-12perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers2-7/+7
2022-01-12perf stat: Switch to cpu version of cpu_map__get()Ian Rogers2-9/+5
2022-01-12perf stat: Switch aggregation to use for_each loopIan Rogers1-21/+27
2022-01-12perf stat: Correct aggregation CPU mapIan Rogers1-1/+1
2022-01-12perf stat: Add aggr creators that are passed a cpuIan Rogers2-34/+51
2022-01-12perf evsel: Improve error message for uncore eventsIan Rogers1-0/+4
2022-01-12perf script: Fix hex dump character outputAdrian Hunter1-1/+1
2022-01-10perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev4-12/+32
2022-01-10Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-19/+0
2022-01-07Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo1-19/+0
2022-01-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo3-7/+24
2022-01-02perf pmu: Fix alias events listJohn Garry1-6/+17
2021-12-28perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter1-0/+1
2021-12-28perf expr: Fix return value of ids__new()Miaoqian Lin1-1/+6
2021-12-22tools headers UAPI: Add new macros for mem_hops field to perf_event.hKajol Jain1-11/+18
2021-12-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+5
2021-12-21perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong5-5/+89
2021-12-21perf tools: Refactor SMPL_REG macro in perf_regs.hGerman Gomez1-2/+5
2021-12-21perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong2-2/+14
2021-12-21perf machine: Add a mechanism to inject stack framesAlexandre Truong1-1/+36
2021-12-21perf tools: Record ARM64 LR register automaticallyAlexandre Truong1-0/+2
2021-12-18perf expr: Fix missing check for return value of hashmap__new()Miaoqian Lin1-0/+5
2021-12-17perf arm-spe: Synthesize SPE instruction eventsGerman Gomez1-0/+62
2021-12-16perf ftrace: Implement cpu and task filters in BPFNamhyung Kim2-1/+62
2021-12-16perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim4-0/+287
2021-12-16perf arch: Support register names from all archsGerman Gomez4-24/+687