summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-07-24perf data convert json: Fix addr_location leak on time-filtered samplesTanushree Shah1-0/+1
2026-07-24perf s390: Fix TEXTREL in Python extension by compiling as PICJens Remus1-0/+1
2026-07-24perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()Arnaldo Carvalho de Melo2-8/+11
2026-07-24perf hists: Fix snprintf() in hists__scnprintf_title() UID filter pathArnaldo Carvalho de Melo1-3/+4
2026-07-24perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()Arnaldo Carvalho de Melo1-5/+6
2026-07-24perf tools: Add O_CLOEXEC to open() calls in DSO and ELF codeArnaldo Carvalho de Melo2-12/+12
2026-07-24perf sched: Fix idle-hist callchain display using wrong rb_first variantArnaldo Carvalho de Melo1-1/+2
2026-07-24perf sched: Bounds-check prio before test_bit() in timehistArnaldo Carvalho de Melo1-1/+3
2026-07-24perf tools: NULL bitmap pointers after bitmap_free()Arnaldo Carvalho de Melo2-0/+3
2026-07-24perf tools: Use perf_env__get_cpu_topology() in machine__resolve()Arnaldo Carvalho de Melo1-2/+13
2026-07-24perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflowArnaldo Carvalho de Melo1-9/+9
2026-07-24perf tools: Fix get_max_num() size_t underflow on empty sysfs fileArnaldo Carvalho de Melo1-0/+6
2026-07-24perf sched: Free callchain nodes in idle thread cleanupArnaldo Carvalho de Melo3-1/+20
2026-07-24perf tools: Fix int16_t truncation of max_cpu_num in set_max_cpu_num()Arnaldo Carvalho de Melo1-4/+17
2026-07-24perf timechart: Fix cpu2y() OOB read on untrusted CPU indexArnaldo Carvalho de Melo1-4/+6
2026-07-24perf c2c: Fix use-after-free in he__get_c2c_hists() error pathArnaldo Carvalho de Melo1-0/+1
2026-07-24perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpuArnaldo Carvalho de Melo2-23/+42
2026-07-24perf mmap: Fix NULL deref in aio cleanup on alloc failureArnaldo Carvalho de Melo1-4/+6
2026-07-24perf sched: Replace BUG_ON and add NULL checks in replay event helpersArnaldo Carvalho de Melo1-3/+25
2026-07-24perf sched: Use thread__put() in free_idle_threads()Arnaldo Carvalho de Melo1-1/+1
2026-07-24perf sched: Fix thread reference leak in idle hist processingArnaldo Carvalho de Melo1-1/+1
2026-07-24perf sched: Use is_idle_sample() for idle thread runtime cast guardArnaldo Carvalho de Melo1-1/+7
2026-07-24perf sched: Clean up idle_threads entry on init failureArnaldo Carvalho de Melo1-1/+4
2026-07-24perf c2c: Bounds-check CPU IDs in setup_nodes() topology loopArnaldo Carvalho de Melo1-0/+4
2026-07-24perf c2c: Bounds-check CPU and node IDs before bitmap and array accessArnaldo Carvalho de Melo1-2/+17
2026-07-24perf stat: Bounds-check CPU index in topology aggregation callbacksArnaldo Carvalho de Melo1-6/+7
2026-07-24perf mmap: Guard cpu__get_node() return in aio_bind()Arnaldo Carvalho de Melo1-1/+7
2026-07-24perf sched: Fix register_pid() overflow, strcpy, and BUG_ONArnaldo Carvalho de Melo1-10/+30
2026-07-24perf sched: Cap max_cpu at MAX_CPUS in timehist sample processingArnaldo Carvalho de Melo1-3/+5
2026-07-24perf sched: Fix thread reference leaks in timehist_get_thread()Arnaldo Carvalho de Melo1-1/+7
2026-07-24perf tools: Add bounds check to cpu__get_node()Arnaldo Carvalho de Melo1-0/+4
2026-07-24perf tools: Guard remaining test_bit calls from OOB sample CPUArnaldo Carvalho de Melo2-2/+3
2026-07-24perf sched: Fix comp_cpus heap overflow with cross-machine recordingsArnaldo Carvalho de Melo1-4/+2
2026-07-24perf sched: Fix NULL dereference in latency_runtime_eventArnaldo Carvalho de Melo1-1/+3
2026-07-24perf sched: Replace BUG_ON on invalid CPU with graceful skipArnaldo Carvalho de Melo1-3/+19
2026-07-24perf sample: Add file_offset field to struct perf_sampleArnaldo Carvalho de Melo2-0/+7
2026-07-24perf sched: Fix thread reference leak in latency_switch_eventArnaldo Carvalho de Melo1-1/+1
2026-07-24perf tools: Guard test_bit from out-of-bounds sample CPUArnaldo Carvalho de Melo4-5/+10
2026-07-24perf annotate: Fix crashes on empty annotate windowsJames Clark2-1/+7
2026-07-24perf: Fix off-by-one stack buffer overflow in kallsyms__parse()Rui Qi1-1/+4
2026-07-24perf header: Validate bitmap size before allocating in do_read_bitmap()Arnaldo Carvalho de Melo1-5/+29
2026-07-24perf header: Sanity check HEADER_EVENT_DESC attr.size before swapArnaldo Carvalho de Melo1-0/+54
2026-07-24powerpc tools perf: Initialize error code in auxtrace_record_init functionAthira Rajeev2-0/+7
2026-07-24perf test amd ibs: Fix incorrect kernel version checkRavi Bangoria1-1/+1
2026-07-24perf inject: Fix itrace branch stack synthesisIan Rogers2-19/+142
2026-07-24perf event: Fix size of synthesized sample with branch stacksIan Rogers10-33/+118
2026-07-24perf build-id: Fix off-by-one bug when printing kernel/module build-idMichael Petlan1-2/+2
2026-07-24perf pmu: Skip test on Arm64 when #slots is zeroLeo Yan1-2/+22
2026-07-24perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selectionIan Rogers11-33/+208
2026-07-24perf pmu-events AMD: Switch l2_itlb_misses to bp_l1_tlb_miss_l2_tlb_miss.allIan Rogers2-2/+1