aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2026-08-17perf evlist: Warn when 'sleep' workload is used without system-wide (-a) optionIan Rogers1-0/+15
2026-08-17perf c2c: add function view browser UI and cacheline detailJiebin Sun1-0/+22
2026-08-17perf c2c: build and finalize the function view hierarchyJiebin Sun2-15/+525
2026-08-17perf c2c: add function view hierarchy entry creationJiebin Sun2-11/+310
2026-08-17perf c2c: add function view stats merge and memory managementJiebin Sun1-0/+163
2026-08-17perf c2c: add HPP list parsing for function view columnsJiebin Sun1-3/+266
2026-08-17perf c2c: add column rendering for function viewJiebin Sun1-0/+353
2026-08-17perf c2c: add function view model skeletonJiebin Sun2-0/+67
2026-08-17perf c2c: extract shared data structures into util/c2c.hJiebin Sun3-0/+123
2026-08-15perf dso: Replace assert with runtime check in dso__read_symbol()Arnaldo Carvalho de Melo1-1/+6
2026-08-15perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()Arnaldo Carvalho de Melo1-1/+14
2026-08-15perf dso: Use stored fd error instead of stale errno in file_read() and file_size()Arnaldo Carvalho de Melo1-2/+2
2026-08-15perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()Arnaldo Carvalho de Melo1-1/+3
2026-08-15perf dso: Guard against errno==0 when dso__get_filename() returns NULLArnaldo Carvalho de Melo1-3/+15
2026-08-09perf synthetic-events: Fix divide by zero in perf_event__synthesize_threadsIan Rogers1-1/+1
2026-08-09perf python: Fix memory leak in pyrf__metrics_cbIan Rogers1-0/+2
2026-08-09perf python: Fix count_values memory leak in pyrf_evsel__readIan Rogers1-5/+4
2026-08-09perf python: Add thread and PMU uninitialized checksIan Rogers1-1/+10
2026-08-09perf python: Zero initialize perf_data in pyrf_data__initIan Rogers1-1/+2
2026-08-09perf python: Validate attribute setters in pyrf_evselIan Rogers1-12/+77
2026-08-09perf python: Validate CPU and thread maps in pyrf_evsel__openIan Rogers1-2/+12
2026-08-09perf python: Check counts_values size in set_valuesIan Rogers1-8/+30
2026-08-09perf synthetic-events: Fix uninitialized pthread_joinIan Rogers1-2/+2
2026-08-09perf python: Fix memory leak in pyrf_evlist__get_pollfdIan Rogers1-0/+3
2026-08-07perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesisIan Rogers1-8/+12
2026-08-07perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesisIan Rogers1-20/+50
2026-08-07perf synthetic-events: Fix stack buffer overflow and bounds in cgroup synthesisIan Rogers1-6/+13
2026-08-07perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps readerIan Rogers1-62/+142
2026-08-07perf find-map: Remove PATH_MAX 128-byte stack array restrictionIan Rogers1-2/+8
2026-08-07perf trace-event: Fix infinite loop in skip()Tanushree Shah1-4/+8
2026-08-07perf trace-event: Fix heap overflows in read_ftrace_printk()/read_saved_cmdline()Tanushree Shah1-0/+11
2026-08-07perf trace-event: Avoid double free and leak in trace_event__cleanup()/trace_event__init()Tanushree Shah1-1/+10
2026-08-07perf trace-event: Fix integer truncation in do_read() and skip()Tanushree Shah1-14/+14
2026-08-06perf trace-event: Fix buffer overflow in read_string()Tanushree Shah1-0/+5
2026-08-05perf c2c: Fix error masking, OOM, and unchecked caller errors in hpp_list__parse()Arnaldo Carvalho de Melo1-24/+52
2026-08-05perf libbfd: Fix memory leaks and NULL fclose in BPF disassemblyArnaldo Carvalho de Melo1-4/+8
2026-08-05perf bpf: Add PROG_TAGS to required arrays in __bpf_event__print_bpf_prog_info()Arnaldo Carvalho de Melo1-1/+2
2026-08-05perf header: Use write lock when translating BPF prog info pointersArnaldo Carvalho de Melo1-2/+3
2026-08-05perf libbfd: Validate BPF prog info arrays before pointer castArnaldo Carvalho de Melo1-0/+11
2026-08-03perf arm-spe: Reject zero nr_cpu in metadata to prevent division by zeroArnaldo Carvalho de Melo1-0/+4
2026-08-03perf intel-bts: Fix off-by-one in auxtrace_info minimum size checkArnaldo Carvalho de Melo1-1/+1
2026-08-03perf intel-pt: Fix off-by-one in auxtrace_info minimum size checkArnaldo Carvalho de Melo1-1/+1
2026-08-03perf auxtrace: Fix queue grow overflow and old array leakArnaldo Carvalho de Melo1-5/+10
2026-08-03perf thread-stack: Fix heap buffer overflow on branch stack wrap copyArnaldo Carvalho de Melo1-1/+1
2026-08-02perf build: Fix a build error on 32-bit x86Namhyung Kim1-1/+1
2026-08-02perf symbols: Skip dynamic symbols with invalid section indexesZhanpeng Zhang1-1/+6
2026-07-31perf machine: Check snprintf truncation for guest kallsyms pathArnaldo Carvalho de Melo1-3/+8
2026-07-31perf machine: Free scandir entries in guest kernel map creationArnaldo Carvalho de Melo1-0/+4
2026-07-31perf machine: Reset errno before strtol in guest kernel map creationArnaldo Carvalho de Melo1-0/+1
2026-07-31perf machine: Don't abort guest map creation on first inaccessible dirArnaldo Carvalho de Melo1-4/+2