summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
8 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 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: Refactor arm-spe to support operation packet typeGerman Gomez3-18/+67
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-08-15perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim2-0/+13
2025-06-27perf 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
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 stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun2-2/+18
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-10-17perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-10-17perf inject: Fix leader sampling inserting additional samplesIan Rogers2-0/+4
2024-08-03perf report: Fix condition in sort__sym_cmp()Namhyung Kim1-1/+1
2024-06-12perf stat: Don't display metric header for non-leader uncore eventsIan Rogers1-0/+3
2024-06-12perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-06-12perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
2024-05-17perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim1-4/+17
2024-05-17perf unwind-libunwind: Fix base address for .eh_frameNamhyung 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-26perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang1-0/+1
2024-01-26perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang1-2/+3
2023-11-28perf 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-11-20perf record: Fix BTF type checks in the off-cpu profilingNamhyung Kim1-2/+3
2023-11-08perf evlist: Avoid frequency mode for the dummy eventIan Rogers1-2/+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-19perf 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 tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong1-0/+1