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