summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-02-08perf trace: Fix runtime error of index out of boundsHoward Chu1-1/+5
2025-02-08perf lock: Fix parse_lock_type which only retrieve one lock flagChun-Tse Shao1-25/+41
2025-02-08perf report: Fix misleading help message about --demangleJiachen Zhang1-1/+1
2025-02-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo2-2/+2
2025-02-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo2-0/+6
2025-02-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy1-1/+1
2025-02-08perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo1-1/+1
2025-02-08perf expr: Initialize is_test value in expr__ctx_new()Levi Yun1-4/+1
2025-02-08perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han3-5/+15
2025-02-08perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han3-4/+8
2025-02-08perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han1-1/+2
2024-12-09perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson1-2/+3
2024-12-09perf trace: Do not lose last events in a raceBenjamin Peterson1-7/+2
2024-12-09perf trace: Fix tracing itself, creating feedback loopsHoward Chu1-0/+3
2024-12-09perf list: Fix topic and pmu_name argument orderJean-Philippe Romain3-5/+5
2024-12-09perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson1-1/+1
2024-12-09perf ftrace latency: Fix unit on histogram first entry when using --use-nsecArnaldo Carvalho de Melo1-1/+1
2024-12-09perf probe: Correct demangled symbols in C++ programLeo Yan1-2/+15
2024-12-09perf probe: Fix libdw memory leakIan Rogers2-2/+6
2024-12-09perf test attr: Add back missing topdown eventsVeronika Molnarova4-144/+320
2024-12-09perf trace: Keep exited threads for summaryMichael Petlan1-0/+4
2024-12-09perf stat: Fix affinity memory leaks on error pathIan Rogers1-0/+2
2024-12-09perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun3-17/+53
2024-12-09perf cs-etm: Don't flush when packet_queue fills upJames Clark1-7/+18
2024-10-17libsubcmd: Don't free the usage stringAditya Gupta6-0/+17
2024-10-17perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong1-33/+61
2024-10-17perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong1-7/+8
2024-10-17perf sched: Fix memory leak in perf_sched__map()Yang Jihong1-15/+26
2024-10-17perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong1-7/+12
2024-10-10Revert "perf callchain: Fix stitch LBR memory leaks"Greg Kroah-Hartman3-20/+2
2024-10-10perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo1-1/+1
2024-10-10perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim1-1/+1
2024-10-10perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-10-10perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo1-0/+2
2024-10-10perf callchain: Fix stitch LBR memory leaksIan Rogers3-2/+20
2024-10-04perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-10-04perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong1-1/+4
2024-10-04perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-10-04perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-10-04perf report: Fix --total-cycles --stdio output errorKan Liang1-1/+2
2024-10-04perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim10-95/+59
2024-10-04perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim3-21/+22
2024-10-04perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim4-61/+73
2024-10-04perf inject: Fix leader sampling inserting additional samplesIan Rogers3-0/+5
2024-10-04perf mem: Free the allocated sort string, fixing a leakNamhyung Kim1-0/+1
2024-08-11perf tool: fix dereferencing NULL al->mapsCasey Chen1-1/+1
2024-08-03perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang1-0/+7
2024-08-03perf intel-pt: Fix exclude_guest settingAdrian Hunter1-0/+12
2024-08-03perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter1-1/+2
2024-08-03perf report: Fix condition in sort__sym_cmp()Namhyung Kim1-1/+1