summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | libperf: Add comments to 'struct perf_cpu_map'Ian Rogers2022-01-121-0/+9
| * | | | | | | 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-1025-195/+1404
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-0311-37/+70
| |\ \ \ \ \ \ \ \
| * | | | | | | | | tools headers UAPI: Add new macros for mem_hops field to perf_event.hKajol Jain2021-12-222-12/+22
| * | | | | | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-12-2222-46/+548
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | 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
| * | | | | | | | | perf machine: Add a mechanism to inject stack framesAlexandre Truong2021-12-211-1/+36
| * | | | | | | | | perf tools: Record ARM64 LR register automaticallyAlexandre Truong2021-12-213-0/+17
| * | | | | | | | | perf test: Use 3 digits for test numbering now we can have more testsCarsten Haitzler2021-12-211-6/+6
| * | | | | | | | | perf arm-spe: Synthesize SPE instruction eventsGerman Gomez2021-12-171-0/+62
| * | | | | | | | | perf test: Test 73 Sig_trap fails on s390Thomas Richter2021-12-161-0/+18
| * | | | | | | | | perf ftrace: Implement cpu and task filters in BPFNamhyung Kim2021-12-162-1/+62
| * | | | | | | | | perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim2021-12-166-67/+380
| * | | | | | | | | perf ftrace: Add 'latency' subcommandNamhyung Kim2021-12-161-9/+276
| * | | | | | | | | perf ftrace: Move out common code from __cmd_ftraceNamhyung Kim2021-12-161-30/+33
| * | | | | | | | | perf ftrace: Add 'trace' subcommandNamhyung Kim2021-12-161-12/+23
| * | | | | | | | | perf arch: Support register names from all archsGerman Gomez2021-12-1613-601/+697
| * | | | | | | | | perf arm64: Rename perf_event_arm_regs for ARM64 registersGerman Gomez2021-12-162-0/+4
| * | | | | | | | | perf namespaces: Add helper nsinfo__is_in_root_namespace()Leo Yan2021-12-162-30/+48
| * | | | | | | | | libperf tests: Fix a spelling mistake "Runnnig" -> "Running"Colin Ian King2021-12-161-1/+1
| * | | | | | | | | perf bpf-loader: Use IS_ERR_OR_NULL() to clean code and fix checkMiaoqian Lin2021-12-161-6/+9
| * | | | | | | | | perf cs-etm: Remove duplicate and incorrect aux size checksJames Clark2021-12-161-19/+0
| * | | | | | | | | perf vendor events: Rename arm64 arch std event filesAndrew Kilroy2021-12-162-0/+0
| * | | | | | | | | perf vendor events: For the Arm Neoverse N2Andrew Kilroy2021-12-1612-0/+681