summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Derive CPUs and threads in alloc_countsIan Rogers2022-01-125-20/+15
* perf stat-display: Avoid use of core for CPUIan Rogers2022-01-121-23/+22
* perf cpumap: Add CPU to aggr_cpu_idIan Rogers2022-01-123-4/+48
* perf stat: Fix memory leak in check_per_pkg()Ian Rogers2022-01-121-2/+3
* perf cpumap: Trim the cpu_aggr_mapIan Rogers2022-01-121-1/+9
* perf cpumap: Add some comments to cpu_aggr_mapIan Rogers2022-01-121-1/+9
* perf cpumap: Move 'has' function to libperfIan Rogers2022-01-126-20/+13
* perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers2022-01-124-24/+45
* perf cpumap: Refactor cpu_map__build_map()Ian Rogers2022-01-123-132/+130
* perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers2022-01-124-10/+4
* perf cpumap: Remove map from function names that don't use a mapIan Rogers2022-01-124-14/+27
* perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers2022-01-122-7/+9
* perf cpumap: Rename empty functionsIan Rogers2022-01-124-25/+25
* perf cpumap: Simplify equal function nameIan Rogers2022-01-123-16/+18
* 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-123-10/+1
* perf cpumap: Remove map+index get_core()Ian Rogers2022-01-123-10/+1
* perf cpumap: Remove map+index get_die()Ian Rogers2022-01-124-12/+2
* perf cpumap: Remove map+index get_socket()Ian Rogers2022-01-124-12/+2
* perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers2022-01-123-47/+11
* perf stat: Switch to cpu version of cpu_map__get()Ian Rogers2022-01-123-50/+57
* perf stat: Switch aggregation to use for_each loopIan Rogers2022-01-121-21/+27
* perf stat: Correct aggregation CPU mapIan Rogers2022-01-121-1/+1
* perf stat: Add aggr creators that are passed a cpuIan Rogers2022-01-122-34/+51
* perf evsel: Improve error message for uncore eventsIan Rogers2022-01-121-0/+4
* perf script: Fix hex dump character outputAdrian Hunter2022-01-121-1/+1
* perf test: Enable system wide for metricgroups testIan Rogers2022-01-111-1/+1
* perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo2022-01-101-9/+14
* perf powerpc: Update global/local variants for p_stage_cycAthira Rajeev2022-01-101-1/+7
* perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev2022-01-104-12/+32
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-102-20/+1
|\
| * Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo2022-01-071-19/+0
| * perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...Jiri Olsa2022-01-071-1/+1
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-036-21/+43
|\|
| * perf top: Fix TUI exit screen refresh race conditionyaowenbin2022-01-021-3/+5
| * perf pmu: Fix alias events listJohn Garry2022-01-021-6/+17
| * perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter2021-12-281-10/+13
| * perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter2021-12-281-1/+1
| * perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter2021-12-281-0/+1
| * perf expr: Fix return value of ids__new()Miaoqian Lin2021-12-281-1/+6
* | tools headers UAPI: Add new macros for mem_hops field to perf_event.hKajol Jain2021-12-221-11/+18
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-12-222-4/+14
|\|
| * perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter2021-12-181-3/+7
| * perf inject: Fix segfault due to close without openAdrian Hunter2021-12-181-1/+2
| * perf expr: Fix missing check for return value of hashmap__new()Miaoqian Lin2021-12-181-0/+5
* | perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong2021-12-215-5/+89
* | perf tools: Refactor SMPL_REG macro in perf_regs.hGerman Gomez2021-12-211-2/+5
* | perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong2021-12-214-6/+18
* | perf script: Use callchain_param_setup() instead of open coded equivalentAlexandre Truong2021-12-211-10/+1