summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-02-17perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu
2025-02-08perf trace: Fix runtime error of index out of boundsHoward Chu
2025-02-08perf lock: Fix parse_lock_type which only retrieve one lock flagChun-Tse Shao
2025-02-08perf report: Fix misleading help message about --demangleJiachen Zhang
2025-02-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo
2025-02-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo
2025-02-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy
2025-02-08perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo
2025-02-08perf expr: Initialize is_test value in expr__ctx_new()Levi Yun
2025-02-08perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han
2025-02-08perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han
2025-02-08perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han
2024-12-09perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson
2024-12-09perf trace: Do not lose last events in a raceBenjamin Peterson
2024-12-09perf trace: Fix tracing itself, creating feedback loopsHoward Chu
2024-12-09perf list: Fix topic and pmu_name argument orderJean-Philippe Romain
2024-12-09perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson
2024-12-09perf ftrace latency: Fix unit on histogram first entry when using --use-nsecArnaldo Carvalho de Melo
2024-12-09perf probe: Correct demangled symbols in C++ programLeo Yan
2024-12-09perf probe: Fix libdw memory leakIan Rogers
2024-12-09perf test attr: Add back missing topdown eventsVeronika Molnarova
2024-12-09perf trace: Keep exited threads for summaryMichael Petlan
2024-12-09perf stat: Fix affinity memory leaks on error pathIan Rogers
2024-12-09perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun
2024-12-09perf cs-etm: Don't flush when packet_queue fills upJames Clark
2024-10-17libsubcmd: Don't free the usage stringAditya Gupta
2024-10-17perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong
2024-10-17perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong
2024-10-17perf sched: Fix memory leak in perf_sched__map()Yang Jihong
2024-10-17perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong
2024-10-10Revert "perf callchain: Fix stitch LBR memory leaks"Greg Kroah-Hartman
2024-10-10perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo
2024-10-10perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim
2024-10-10perf hist: Update hist symbol when updating mapsMatt Fleming
2024-10-10perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo
2024-10-10perf callchain: Fix stitch LBR memory leaksIan Rogers
2024-10-04perf time-utils: Fix 32-bit nsec parsingIan Rogers
2024-10-04perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong
2024-10-04perf stat: Display iostat headers correctlyYicong Yang
2024-10-04perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong
2024-10-04perf report: Fix --total-cycles --stdio output errorKan Liang
2024-10-04perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim
2024-10-04perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim
2024-10-04perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim
2024-10-04perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-10-04perf mem: Free the allocated sort string, fixing a leakNamhyung Kim
2024-08-11perf tool: fix dereferencing NULL al->mapsCasey Chen
2024-08-03perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang
2024-08-03perf intel-pt: Fix exclude_guest settingAdrian Hunter
2024-08-03perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter