summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
5 daysperf tools: Fix split kallsyms DSO countingNamhyung Kim1-2/+2
2025-10-19perf session: Fix handling when buffer exceeds 2 GiBLeo 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-28perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim2-0/+13
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-03-13perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han3-5/+15
2025-03-13perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han3-4/+8
2025-03-13perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han1-1/+2
2024-12-14perf probe: Correct demangled symbols in C++ programLeo Yan1-2/+15
2024-12-14perf probe: Fix libdw memory leakIan Rogers2-2/+6
2024-12-14perf cs-etm: Don't flush when packet_queue fills upJames Clark1-7/+18
2024-10-17perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim1-1/+1
2024-10-17perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-10-17perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-08-19perf report: Fix condition in sort__sym_cmp()Namhyung Kim1-1/+1
2024-03-27perf stat: Avoid metric-only segvIan Rogers1-1/+1
2024-03-27perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong1-1/+1
2024-03-27perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0
2024-01-26perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers5-32/+50
2024-01-26perf genelf: Set ELF program header addresses properlyNamhyung Kim1-3/+3
2024-01-15perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter1-1/+3
2023-12-08perf intel-pt: Fix async branch flagsAdrian Hunter1-0/+2
2023-11-20perf hist: Add missing puts to hist__account_cyclesIan Rogers1-3/+7
2023-11-20perf machine: Avoid out of bounds LBR memory readIan Rogers1-10/+12
2023-10-25perf: Add irq and exception return branch typesAnshuman Khandual1-1/+3
2023-10-06perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo1-0/+6
2023-09-19perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim1-5/+6
2023-09-19perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo1-3/+7
2023-07-23perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim1-1/+1
2023-07-05perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen1-2/+15
2023-05-17perf stat: Separate bperf from bpf_profilerDmitrii Dolgov1-0/+5
2023-05-17perf evlist: Refactor evlist__for_each_cpu()Ian Rogers3-73/+124
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong1-1/+1
2023-05-17perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring1-2/+1
2023-05-17perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo1-1/+1
2023-05-11perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter1-0/+2
2023-05-11perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter1-1/+4
2023-03-17tools perf: Fix compilation error with new binutilsAndres Freund1-3/+4
2023-03-17perf stat: Fix counting when initial delay configuredChangbin Du3-6/+13
2023-03-10perf intel-pt: pkt-decoder: Add CFE and EVD packetsAdrian Hunter3-0/+75
2023-03-10perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim2-0/+9
2023-03-10perf intel-pt: Add support for emulated ptwriteAdrian Hunter5-3/+136
2023-03-10perf llvm: Fix inadvertent file creationIan Rogers1-1/+24
2023-01-18perf build: Properly guard libbpf includesIan Rogers1-0/+6