summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-09-09perf bpf-event: Fix use-after-free in synthesisIan Rogers
2025-08-15perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-08-15perf dso: Add missed dso__put to dso__load_kcoreIan Rogers
2025-06-27perf evsel: Missed close() when probing hybrid core PMUsIan Rogers
2025-06-19perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter
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-04-10perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers
2025-04-10perf arm-spe: Fix load-store operation checkingLeo Yan
2025-04-10perf pmu: Don't double count common sysfs and json eventsJames Clark
2025-04-10perf stat: Fix find_stat for mixed legacy/non-legacy eventsIan Rogers
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 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 list: Fix topic and pmu_name argument orderJean-Philippe Romain
2024-12-09perf probe: Correct demangled symbols in C++ programLeo Yan
2024-12-09perf probe: Fix libdw memory leakIan 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-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 stat: Display iostat headers correctlyYicong Yang
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-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 report: Fix condition in sort__sym_cmp()Namhyung Kim
2024-08-03perf pmus: Fixes always false when compare duplicates aliasesJunhao He
2024-06-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter
2024-06-12perf util: Add a function for replacing characters in a stringJames Clark
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 pmu: "Compat" supports regular expression matching identifiersJing Zhang
2024-06-12perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark