summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-08-28perf tests bp_account: Fix leaked file descriptorLeo Yan
2025-06-27perf record: Fix incorrect --user-regs commentsDapeng Mi
2025-06-27perf tests switch-tracking: Fix timestamp comparisonLeo Yan
2025-06-27perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3Adrian Hunter
2025-06-27perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo
2025-06-27perf build: Warn when libdebuginfod devel files are not availableArnaldo Carvalho de Melo
2025-04-10perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo
2025-04-10perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo
2025-04-10perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo
2025-04-10perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo
2025-04-10perf units: Fix insufficient array spaceArnaldo Carvalho de Melo
2025-03-13perf cs-etm: Add missing variable in cs_etm__process_queues()Ben Hutchings
2025-03-13perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu
2025-03-13perf trace: Fix runtime error of index out of boundsHoward Chu
2025-03-13perf report: Fix misleading help message about --demangleJiachen Zhang
2025-03-13perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo
2025-03-13perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han
2025-03-13perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo
2025-03-13perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han
2025-03-13perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han
2024-12-14perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson
2024-12-14perf trace: Do not lose last events in a raceBenjamin Peterson
2024-12-14perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson
2024-12-14perf probe: Correct demangled symbols in C++ programLeo Yan
2024-12-14perf probe: Fix libdw memory leakIan Rogers
2024-12-14perf cs-etm: Don't flush when packet_queue fills upJames Clark
2024-11-17perf session: Add missing evlist__delete when deleting a sessionRiccardo Mancini
2024-11-17Revert "perf hist: Add missing puts to hist__account_cycles"Shuai Xue
2024-10-17perf time-utils: Fix 32-bit nsec parsingIan Rogers
2024-10-17perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong
2024-10-17perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong
2024-08-19perf report: Fix condition in sort__sym_cmp()Namhyung Kim
2024-03-26perf stat: Avoid metric-only segvIan Rogers
2024-03-26perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong
2024-03-26perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong
2024-03-26perf record: Fix possible incorrect free in record__switch_output()Yang Jihong
2024-01-25perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers
2024-01-25perf genelf: Set ELF program header addresses properlyNamhyung Kim
2023-11-20perf hist: Add missing puts to hist__account_cyclesIan Rogers
2023-11-20perf machine: Avoid out of bounds LBR memory readIan Rogers
2023-10-10perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo
2023-09-23perf tools: Add an option to build without libbfdIan Rogers
2023-09-23perf jevents: Make build dependency on test JSONsJohn Garry
2023-09-19perf hists browser: Fix the number of entries for 'e' keyNamhyung Kim
2023-09-19perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim
2023-09-19perf hists browser: Fix hierarchy mode headerNamhyung Kim
2023-09-19perf top: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo
2023-09-19perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo
2023-08-11perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller
2023-07-27perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller