summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
47 hoursperf annotate: Fix build with NO_SLANG=1Namhyung Kim
47 hoursperf dso: Replace assert with runtime check in dso__read_symbol()Arnaldo Carvalho de Melo
47 hoursperf dso: Guard against cache underflow on short reads in dso_cache__memcpy()Arnaldo Carvalho de Melo
47 hoursperf dso: Use stored fd error instead of stale errno in file_read() and file_...Arnaldo Carvalho de Melo
47 hoursperf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()Arnaldo Carvalho de Melo
47 hoursperf dso: Guard against errno==0 when dso__get_filename() returns NULLArnaldo Carvalho de Melo
47 hoursperf synthetic-events: Fix divide by zero in perf_event__synthesize_threadsIan Rogers
47 hoursperf python: Fix memory leak in pyrf__metrics_cbIan Rogers
47 hoursperf python: Validate CPU and thread maps in pyrf_evsel__openIan Rogers
47 hoursperf python: Handle Py_None for thread and cpu mapsIan Rogers
47 hoursperf python: Check counts_values size in set_valuesIan Rogers
47 hoursperf synthetic-events: Fix uninitialized pthread_joinIan Rogers
47 hoursperf trace-event: Fix integer truncation in do_read() and skip()Tanushree Shah
47 hoursperf trace-event: Fix buffer overflow in read_string()Tanushree Shah
47 hoursperf libbfd: Fix memory leaks and NULL fclose in BPF disassemblyArnaldo Carvalho de Melo
47 hoursperf bpf: Add PROG_TAGS to required arrays in __bpf_event__print_bpf_prog_info()Arnaldo Carvalho de Melo
47 hoursperf libbfd: Validate BPF prog info arrays before pointer castArnaldo Carvalho de Melo
47 hoursperf arm-spe: Reject zero nr_cpu in metadata to prevent division by zeroArnaldo Carvalho de Melo
47 hoursperf intel-bts: Fix off-by-one in auxtrace_info minimum size checkArnaldo Carvalho de Melo
47 hoursperf intel-pt: Fix off-by-one in auxtrace_info minimum size checkArnaldo Carvalho de Melo
47 hoursperf auxtrace: Fix queue grow overflow and old array leakArnaldo Carvalho de Melo
47 hoursperf thread-stack: Fix heap buffer overflow on branch stack wrap copyArnaldo Carvalho de Melo
47 hoursperf machine: Check snprintf truncation for guest kallsyms pathArnaldo Carvalho de Melo
47 hoursperf machine: Free scandir entries in guest kernel map creationArnaldo Carvalho de Melo
47 hoursperf machine: Reset errno before strtol in guest kernel map creationArnaldo Carvalho de Melo
47 hoursperf machine: Don't abort guest map creation on first inaccessible dirArnaldo Carvalho de Melo
47 hoursperf machine: Check snprintf truncation in machines__findnew()Arnaldo Carvalho de Melo
47 hoursperf machine: Guard against NULL strlist in machines__findnew()Arnaldo Carvalho de Melo
47 hoursperf machine: Fix NULL parent dereference in fork event processingArnaldo Carvalho de Melo
47 hoursperf machine: Fix fd leak on bounds check in maps__set_modules_path_dir()Arnaldo Carvalho de Melo
47 hoursperf cap: Remove used_root parameter and simplify capability checksIan Rogers
47 hoursperf cs-etm: Avoid truncating AUX buffer sizes to intLeo Yan
47 hoursperf cs-etm: Flush thread stacks after decoder resetLeo Yan
47 hoursperf: evsel: Fix error handling in tp_format lookupHongling Zeng
47 hoursperf record: Return the written size from process_comp_header()Dmitry Ilvokhin
47 hoursperf zstd: Fix compression error path in zstd_compress_stream_to_records()Arnaldo Carvalho de Melo
47 hoursperf metricgroup: Fix metric expression copy leaksYu Peng
47 hoursperf capstone: Fix kernel map reference count leakTengda Wu
47 hoursperf dso: Fix kallsyms DSO detection with fallback logicTanushree Shah
47 hoursperf data convert json: Fix trace_seq memory leak in process_sample_event()Tanushree Shah
47 hoursperf cs-etm: Fix thread leaks on trace queue init failureLeo Yan
5 daysperf hisi-ptt: Fix PTT trace TLP header parsingSizhe Liu
5 daysperf trace: Refactor augmented_raw_syscalls using bpf_forViktor Malik
5 daysperf trace: Factor out BPF loop bodyViktor Malik
2026-07-24perf symbol: Fix ENOENT case for filename__read_build_idIan Rogers
2026-07-24perf dso: Set standard errno on decompression failureArnaldo Carvalho de Melo
2026-07-24perf bpf: Validate array presence before casting BPF prog info pointersArnaldo Carvalho de Melo
2026-07-24perf cs-etm: Bounds-check CPU in cs_etm__get_queue()Arnaldo Carvalho de Melo
2026-07-24perf cs-etm: Require full global header in auxtrace_info size checkArnaldo Carvalho de Melo
2026-07-24perf cs-etm: Validate num_cpu before metadata allocationArnaldo Carvalho de Melo