summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-06-21perf script: Show also errors for --insn-trace optionAdrian Hunter1-1/+1
2024-06-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter1-1/+3
2024-06-16Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"Arnaldo Carvalho de Melo1-4/+2
2024-06-12perf pmu: Count sys and cpuid JSON events separatelyIan Rogers2-23/+53
2024-06-12perf pmu: Assume sysfs events are always the same caseIan Rogers1-5/+26
2024-06-12perf tools: Add/use PMU reverse lookup from config to nameIan Rogers4-2/+37
2024-06-12perf tools: Use pmus to describe type from attributeIan Rogers1-5/+11
2024-06-12perf stat: Don't display metric header for non-leader uncore eventsIan Rogers1-0/+3
2024-06-12perf annotate: Fix segfault on sample histogramNamhyung Kim1-4/+5
2024-06-12perf daemon: Fix file leak in daemon_session__controlSamasth Norway Ananda1-2/+2
2024-06-12perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark1-3/+8
2024-06-12perf symbols: Update kcore map before merging in remaining symbolsJames Clark1-19/+21
2024-06-12perf symbols: Remove map from list before updating addressesJames Clark1-4/+6
2024-06-12perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORTJames Clark1-28/+28
2024-06-12perf dwarf-aux: Add die_collect_vars()Namhyung Kim2-28/+107
2024-06-12perf thread: Fixes to thread__new() related to initializing commIan Rogers1-9/+5
2024-06-12perf report: Avoid SEGV in report__setup_sample_type()Ian Rogers1-1/+1
2024-06-12perf ui browser: Avoid SEGV on titleIan Rogers1-1/+1
2024-06-12perf annotate: Fix memory leak in annotated_sourceIan Rogers1-0/+6
2024-06-12perf ui browser: Don't save pointer to stack memoryIan Rogers2-2/+4
2024-06-12perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe1-1/+1
2024-06-12perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-06-12perf test shell arm_coresight: Increase buffer size for Coresight basic testsJames Clark1-1/+1
2024-06-12perf docs: Document bpf event modifierIan Rogers1-0/+1
2024-06-12perf dwarf-aux: Check pointer offset when checking variablesNamhyung Kim1-7/+21
2024-06-12perf bench uprobe: Remove lib64 from libc.so.6 binary pathIan Rogers1-1/+1
2024-06-12perf record: Fix debug message placement for test consumptionAdrian Hunter1-2/+2
2024-06-12perf map: Remove kernel map before updating start and end addressesJames Clark1-1/+1
2024-06-12perf tests: Apply attributes to all events in object code reading testJames Clark1-5/+5
2024-06-12perf tests: Make "test data symbol" more robust on Neoverse N1James Clark1-0/+16
2024-06-12perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim1-4/+6
2024-06-12perf stat: Do not fail on metrics on s390 z/VM systemsThomas Richter1-14/+14
2024-06-12perf report: Fix PAI counter names for s390 virtual machinesThomas Richter1-1/+1
2024-06-12perf sched timehist: Fix -g/--call-graph option failureYang Jihong1-2/+5
2024-06-12perf annotate: Get rid of duplicate --group option itemNamhyung Kim1-2/+0
2024-06-12perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
2024-06-12perf test: Use a single fd for the child process out/errIan Rogers1-31/+6
2024-06-12perf record: Delete session after stopping sideband threadIan Rogers1-2/+2
2024-06-12perf build: Fix out of tree build related to installation of sysreg-defsEthan Adams1-3/+4
2024-04-27Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-04-26perf riscv: Fix the warning due to the incompatible typeBen Zong-You Xie1-1/+1
2024-04-11perf lock contention: Add a missing NULL checkNamhyung Kim1-1/+4
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim2-1/+4
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-0/+330
2024-03-22Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-7/+0
2024-03-15net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe1-7/+0
2024-03-12riscv: andes: Support specifying symbolic firmware and hardware raw eventsLocus Wei-Han Chen5-0/+330
2024-03-07perf annotate: Add comments in the data structuresNamhyung Kim1-7/+62
2024-03-07perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim2-34/+6
2024-03-07perf annotate: Calculate instruction overhead using hashmapNamhyung Kim3-17/+52