summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2026-06-06perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpuArnaldo Carvalho de Melo
2026-06-06perf mmap: Fix NULL deref in aio cleanup on alloc failureArnaldo Carvalho de Melo
2026-06-05perf mmap: Guard cpu__get_node() return in aio_bind()Arnaldo Carvalho de Melo
2026-06-04perf tools: Add bounds check to cpu__get_node()Arnaldo Carvalho de Melo
2026-06-04perf tools: Guard remaining test_bit calls from OOB sample CPUArnaldo Carvalho de Melo
2026-06-04perf lock contention: Enable end-timestamp accounting for cgroup aggregationSuchit Karunakaran
2026-06-04perf pmu: Recognize 'default_core' as a core PMU and document matchingIan Rogers
2026-06-04perf data ctf: replace libbabeltrace with babeltrace2-ctf-writerMichael Jeanson
2026-06-04perf lock contention: Allow 'mmap_lock' in -L/--lock-filterNamhyung Kim
2026-06-04perf test: Remove /usr/bin/cc dependency from Intel PT shell testIan Rogers
2026-06-04perf tpebs: Fix concurrent stop races and PID reuse hazards in tpebs_stopIan Rogers
2026-06-04perf tools: Ensure event leader stays at head of evlist after sortingIan Rogers
2026-06-04perf stat: Add aggr_nr metric parser supportChun-Tse Shao
2026-06-04perf lock: Fix non-atomic max/time and min_time updates in contention_dataSuchit Karunakaran
2026-06-03perf symbol: Lazily compute idleIan Rogers
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...Ian Rogers
2026-06-03perf env: Add helper to lazily compute the os_releaseIan Rogers
2026-06-03perf env: Add mutex to protect lazy environment initializationIan Rogers
2026-06-03perf env: Remove unused perf_env__raw_archIan Rogers
2026-06-03perf env: Refactor perf_env__arch_strerrnoIan Rogers
2026-06-03perf lock-contention: Use perf_env e_machine rather than archIan Rogers
2026-06-03perf header: In print_pmu_caps use perf_env e_machineIan Rogers
2026-06-03perf sort: Use perf_env e_machine rather than archIan Rogers
2026-06-03perf sample-raw: Use perf_env e_machine rather than archIan Rogers
2026-06-03perf machine: Use perf_env e_machine rather than archIan Rogers
2026-06-03perf symbol: Avoid use of machine__isIan Rogers
2026-06-03perf print_insn: Use e_machine for fallback IP length checkIan Rogers
2026-06-03perf capstone: Determine architecture from e_machineIan Rogers
2026-06-03perf env, dso, thread: Add _endian variants for e_machine helpersIan Rogers
2026-06-03perf env: Add perf_env__e_machine helper and use in perf_env__archIan Rogers
2026-06-03perf tools: Include file offset and event type name in skip messagesArnaldo Carvalho de Melo
2026-06-03perf session: Include file offset in event skip/stop messagesArnaldo Carvalho de Melo
2026-06-03perf sample: Add file_offset field to struct perf_sampleArnaldo Carvalho de Melo
2026-05-29perf arm-spe: Don't warn about the discard bit if it doesn't existJames Clark
2026-05-29perf util: Fix perf_exe() buffer write past endMiguel Martín Gil
2026-05-29perf session: Snapshot event->header.size in process_user_event()Arnaldo Carvalho de Melo
2026-05-29perf kwork: Bounds check work->cpu before indexing cpus_runtime[]Arnaldo Carvalho de Melo
2026-05-29perf session: Bound nr_cpus_avail and validate sample CPUArnaldo Carvalho de Melo
2026-05-29perf session: Check for decompression buffer size overflowArnaldo Carvalho de Melo
2026-05-29perf tools: Harden compressed event processingArnaldo Carvalho de Melo
2026-05-29perf session: Add byte-swap handler for PERF_RECORD_COMPRESSED2Arnaldo Carvalho de Melo
2026-05-29perf header: Validate bitmap size before allocating in do_read_bitmap()Arnaldo Carvalho de Melo
2026-05-29perf header: Sanity check HEADER_EVENT_DESC attr.size before swapArnaldo Carvalho de Melo
2026-05-29perf header: Validate feature section size and add read path bounds checkingArnaldo Carvalho de Melo
2026-05-29perf header: Validate f_attr.ids section before use in perf_session__read_hea...Arnaldo Carvalho de Melo
2026-05-29perf header: Propagate feature section processing errorsArnaldo Carvalho de Melo
2026-05-29perf tools: Bounds check perf_event_attr fields against attr.size before prin...Arnaldo Carvalho de Melo
2026-05-29perf header: Validate null-termination in PERF_RECORD_EVENT_UPDATE string fieldsArnaldo Carvalho de Melo
2026-05-29perf session: Add byte-swap and bounds check for PERF_RECORD_BPF_METADATA eventsArnaldo Carvalho de Melo
2026-05-29perf auxtrace: Harden auxtrace_error event handlingArnaldo Carvalho de Melo