summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-08-15perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-06-27perf 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
2024-12-14perf probe: Correct demangled symbols in C++ programLeo Yan
2024-12-14perf probe: Fix libdw memory leakIan Rogers
2024-12-14perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun
2024-12-14perf cs-etm: Don't flush when packet_queue fills upJames Clark
2024-10-17perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim
2024-10-17perf hist: Update hist symbol when updating mapsMatt Fleming
2024-10-17perf time-utils: Fix 32-bit nsec parsingIan Rogers
2024-10-17perf stat: Display iostat headers correctlyYicong Yang
2024-10-17perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-08-03perf report: Fix condition in sort__sym_cmp()Namhyung Kim
2024-06-12perf stat: Don't display metric header for non-leader uncore eventsIan Rogers
2024-06-12perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter
2024-06-12perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo
2024-05-17perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim
2024-05-17perf unwind-libunwind: Fix base address for .eh_frameNamhyung 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-01-25perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers
2024-01-25perf genelf: Set ELF program header addresses properlyNamhyung Kim
2024-01-25perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang
2024-01-25perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang
2023-11-28perf intel-pt: Fix async branch flagsAdrian Hunter
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-11-20perf record: Fix BTF type checks in the off-cpu profilingNamhyung Kim
2023-11-08perf evlist: Avoid frequency mode for the dummy eventIan Rogers
2023-10-06perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo
2023-09-19perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim
2023-09-19perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo
2023-07-19perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim
2023-07-05perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen
2023-05-17perf stat: Separate bperf from bpf_profilerDmitrii Dolgov
2023-05-17perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong
2023-05-17perf cs-etm: Fix timeless decode mode detectionJames Clark
2023-05-17perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring
2023-05-17perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo
2023-05-11perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter
2023-05-11perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter
2023-03-17perf stat: Fix counting when initial delay configuredChangbin Du
2023-03-10perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim