summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
9 daysperf tools: Fix split kallsyms DSO countingNamhyung Kim1-2/+2
9 daysperf arm_spe: Fix memset subclass in operationLeo Yan2-26/+14
9 daysperf arm-spe: Extend branch operationsLeo Yan2-6/+17
9 daysperf lock contention: Load kernel map before lookupNamhyung Kim1-3/+3
9 daysperf maps: Add maps__load_first()Ian Rogers3-1/+16
2025-11-24Revert "perf dso: Add missed dso__put to dso__load_kcore"jingxian.li1-1/+0
2025-10-19perf python: split Clang options when invoking PopenLeo Yan1-1/+4
2025-10-19perf evsel: Ensure the fallback message is always written toIan Rogers1-5/+7
2025-10-19perf tools: Add fallback for exclude_guestNamhyung Kim1-0/+21
2025-10-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan1-1/+1
2025-10-19perf arm_spe: Correct memory level for remote accessLeo Yan1-2/+2
2025-10-19perf arm-spe: Rename the common data source encodingLeo Yan2-23/+23
2025-10-19perf arm_spe: Correct setting remote accessLeo Yan1-1/+1
2025-10-19perf util: Fix compression checks returning -1 as boolYunseong Kim2-2/+2
2025-10-19perf evsel: Avoid container_of on a NULL leaderIan Rogers1-0/+2
2025-09-09perf bpf-event: Fix use-after-free in synthesisIan Rogers1-12/+27
2025-08-15perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim2-0/+13
2025-08-15perf dso: Add missed dso__put to dso__load_kcoreIan Rogers1-0/+1
2025-06-27perf evsel: Missed close() when probing hybrid core PMUsIan Rogers1-0/+1
2025-06-19perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter1-3/+202
2025-04-10perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo1-0/+5
2025-04-10perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo1-3/+1
2025-04-10perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo1-1/+5
2025-04-10perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo1-1/+1
2025-04-10perf units: Fix insufficient array spaceArnaldo Carvalho de Melo1-1/+1
2025-04-10perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers1-7/+6
2025-04-10perf arm-spe: Fix load-store operation checkingLeo Yan1-1/+7
2025-04-10perf pmu: Don't double count common sysfs and json eventsJames Clark2-3/+9
2025-04-10perf stat: Fix find_stat for mixed legacy/non-legacy eventsIan Rogers2-4/+19
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 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 list: Fix topic and pmu_name argument orderJean-Philippe Romain2-3/+3
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 stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun2-2/+18
2024-12-09perf cs-etm: Don't flush when packet_queue fills upJames Clark1-7/+18
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 stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-10-04perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim4-27/+13