summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2026-06-10perf bpf: Add NULL check for btf__type_by_id() in synthesize_bpf_prog_name()Arnaldo Carvalho de Melo1-1/+2
2026-06-10perf tools: Use snprintf() in dso__read_running_kernel_build_id()Arnaldo Carvalho de Melo1-1/+1
2026-06-10perf hwmon: Guard label read against empty or failed readsArnaldo Carvalho de Melo1-2/+5
2026-06-10perf tools: Fix uninitialized pathname on uncompressed fallback in filename__...Arnaldo Carvalho de Melo3-7/+18
2026-06-10perf symbols: Bounds-check descsz in sysfs__read_build_id() GNU fallbackArnaldo Carvalho de Melo1-2/+7
2026-06-10perf hwmon: Fix parse_hwmon_filename() strlcpy buffer overflowArnaldo Carvalho de Melo1-1/+2
2026-06-10perf hwmon: Use scnprintf() in hwmon_pmu__for_each_event()Arnaldo Carvalho de Melo1-3/+3
2026-06-10perf hwmon: Fix off-by-one null termination on sysfs readsArnaldo Carvalho de Melo1-3/+3
2026-06-10perf tools: Fix thread__set_comm_from_proc() on empty comm fileArnaldo Carvalho de Melo1-0/+5
2026-06-10perf intel-pt: Fix snprintf size tracking bug in insn decoderArnaldo Carvalho de Melo1-8/+3
2026-06-10perf tools: Use mkostemp() for O_CLOEXEC on temporary filesArnaldo Carvalho de Melo2-4/+4
2026-06-10perf symbols: Bounds-check .gnu_debuglink section dataArnaldo Carvalho de Melo1-1/+8
2026-06-10perf symbols: Fix signed overflow in sysfs__read_build_id() size checkArnaldo Carvalho de Melo1-3/+6
2026-06-10perf pmu: Fix perf_pmu__parse_scale/unit() OOB access on empty sysfs fileArnaldo Carvalho de Melo1-2/+2
2026-06-10perf pmu: Fix pmu_id() heap underwrite on empty identifier fileArnaldo Carvalho de Melo1-0/+6
2026-06-10perf jitdump: Fix a build error with ASANNamhyung Kim1-1/+1
2026-06-10perf cs-etm: Queue context packets for frontendJames Clark3-102/+163
2026-06-10perf pmu: Use scnprintf in buffer offset calculationsAthira Rajeev1-11/+29
2026-06-10perf tools: Fix the check for parameterized field in event termAthira Rajeev1-1/+1
2026-06-10perf data convert json: Fix addr_location leak on time-filtered samplesTanushree Shah1-0/+1
2026-06-10perf build: Do not duplicate CFLAGS in Python extension buildsJens Remus1-7/+6
2026-06-10perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()Arnaldo Carvalho de Melo2-8/+11
2026-06-10perf hists: Fix snprintf() in hists__scnprintf_title() UID filter pathArnaldo Carvalho de Melo1-3/+4
2026-06-10perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()Arnaldo Carvalho de Melo1-5/+6
2026-06-10perf tools: Add O_CLOEXEC to open() calls in DSO and ELF codeArnaldo Carvalho de Melo2-12/+12
2026-06-10perf tools: NULL bitmap pointers after bitmap_free()Arnaldo Carvalho de Melo1-0/+2
2026-06-10perf tools: Use perf_env__get_cpu_topology() in machine__resolve()Arnaldo Carvalho de Melo1-2/+13
2026-06-10perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflowArnaldo Carvalho de Melo1-9/+9
2026-06-10perf tools: Fix get_max_num() size_t underflow on empty sysfs fileArnaldo Carvalho de Melo1-0/+6
2026-06-06perf sched: Free callchain nodes in idle thread cleanupArnaldo Carvalho de Melo2-0/+16
2026-06-06perf tools: Fix int16_t truncation of max_cpu_num in set_max_cpu_num()Arnaldo Carvalho de Melo1-4/+17
2026-06-06perf timechart: Fix cpu2y() OOB read on untrusted CPU indexArnaldo Carvalho de Melo1-4/+6
2026-06-06perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpuArnaldo Carvalho de Melo1-0/+14
2026-06-06perf mmap: Fix NULL deref in aio cleanup on alloc failureArnaldo Carvalho de Melo1-4/+6
2026-06-05perf mmap: Guard cpu__get_node() return in aio_bind()Arnaldo Carvalho de Melo1-1/+7
2026-06-04perf tools: Add bounds check to cpu__get_node()Arnaldo Carvalho de Melo1-0/+4
2026-06-04perf tools: Guard remaining test_bit calls from OOB sample CPUArnaldo Carvalho de Melo1-1/+2
2026-06-04perf lock contention: Enable end-timestamp accounting for cgroup aggregationSuchit Karunakaran3-3/+6
2026-06-04perf pmu: Recognize 'default_core' as a core PMU and document matchingIan Rogers2-2/+20
2026-06-04perf data ctf: replace libbabeltrace with babeltrace2-ctf-writerMichael Jeanson3-20/+19
2026-06-04perf lock contention: Allow 'mmap_lock' in -L/--lock-filterNamhyung Kim2-3/+31
2026-06-04perf test: Remove /usr/bin/cc dependency from Intel PT shell testIan Rogers1-2/+1
2026-06-04perf tpebs: Fix concurrent stop races and PID reuse hazards in tpebs_stopIan Rogers1-12/+80
2026-06-04perf tools: Ensure event leader stays at head of evlist after sortingIan Rogers1-0/+27
2026-06-04perf stat: Add aggr_nr metric parser supportChun-Tse Shao5-13/+50
2026-06-04perf lock: Fix non-atomic max/time and min_time updates in contention_dataSuchit Karunakaran1-5/+45
2026-06-03perf symbol: Lazily compute idleIan Rogers3-52/+100
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...Ian Rogers17-62/+166
2026-06-03perf env: Add helper to lazily compute the os_releaseIan Rogers6-10/+57
2026-06-03perf env: Add mutex to protect lazy environment initializationIan Rogers2-0/+8