summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-01-12perf cpumap: Remove map+index get_die()Ian Rogers4-12/+2
2022-01-12perf cpumap: Remove map+index get_socket()Ian Rogers4-12/+2
2022-01-12perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers3-47/+11
2022-01-12perf stat: Switch to cpu version of cpu_map__get()Ian Rogers3-50/+57
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-12perf test: Enable system wide for metricgroups testIan Rogers1-1/+1
2022-01-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-3/+35
2022-01-10perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo1-9/+14
2022-01-10perf powerpc: Update global/local variants for p_stage_cycAthira Rajeev1-1/+7
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 Melo2-20/+1
2022-01-07Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo1-19/+0
2022-01-07perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...Jiri Olsa1-1/+1
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-21/+43
2022-01-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo6-21/+43
2022-01-02perf top: Fix TUI exit screen refresh race conditionyaowenbin1-3/+5
2022-01-02perf pmu: Fix alias events listJohn Garry1-6/+17
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+12
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+14
2021-12-28perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter1-10/+13
2021-12-28perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter1-1/+1
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 Melo2-4/+14
2021-12-22perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong5-5/+89
2021-12-22perf tools: Refactor SMPL_REG macro in perf_regs.hGerman Gomez1-2/+5
2021-12-22perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong4-6/+18
2021-12-22perf script: Use callchain_param_setup() instead of open coded equivalentAlexandre Truong1-10/+1
2021-12-22perf machine: Add a mechanism to inject stack framesAlexandre Truong1-1/+36
2021-12-22perf tools: Record ARM64 LR register automaticallyAlexandre Truong3-0/+17
2021-12-21perf test: Use 3 digits for test numbering now we can have more testsCarsten Haitzler1-6/+6
2021-12-18perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter1-3/+7
2021-12-18perf inject: Fix segfault due to close without openAdrian Hunter1-1/+2
2021-12-18perf expr: Fix missing check for return value of hashmap__new()Miaoqian Lin1-0/+5
2021-12-18perf arm-spe: Synthesize SPE instruction eventsGerman Gomez1-0/+62
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-32/+64
2021-12-16perf test: Test 73 Sig_trap fails on s390Thomas Richter1-0/+18
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 Kim6-67/+380
2021-12-16perf ftrace: Add 'latency' subcommandNamhyung Kim1-9/+276
2021-12-16perf ftrace: Move out common code from __cmd_ftraceNamhyung Kim1-30/+33
2021-12-16perf ftrace: Add 'trace' subcommandNamhyung Kim1-12/+23
2021-12-16perf arch: Support register names from all archsGerman Gomez13-601/+697
2021-12-16perf arm64: Rename perf_event_arm_regs for ARM64 registersGerman Gomez2-0/+4
2021-12-16perf namespaces: Add helper nsinfo__is_in_root_namespace()Leo Yan2-30/+48