summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-11perf test cs-etm: Speed up basic testJames Clark1-9/+8
2026-06-11perf test cs-etm: Reduce snapshot sizeJames Clark1-1/+1
2026-06-11perf test cs-etm: Skip if not rootJames Clark2-3/+9
2026-06-11perf test cs-etm: Remove duplicate branch testsJames Clark1-17/+1
2026-06-11perf test cs-etm: Test decoding for concurrent threads testJames Clark3-46/+45
2026-06-11perf test: Add named_threads workloadJames Clark5-1/+116
2026-06-11perf test cs-etm: Replace memcpy test with raw dump stress testJames Clark2-22/+65
2026-06-11perf test cs-etm: Remove asm_pure_loop testJames Clark1-22/+0
2026-06-11perf test cs-etm: Replace unroll loop thread with deterministic decode testJames Clark2-22/+72
2026-06-11perf test: Add deterministic workloadJames Clark5-2/+45
2026-06-11perf test cs-etm: Test process attributionJames Clark1-0/+69
2026-06-11perf test: Add a workload that forces context switchesJames Clark5-3/+117
2026-06-11perf test: Add workload-ctl optionJames Clark2-2/+194
2026-06-11perf cs-etm: Queue context packets for frontendJames Clark3-102/+163
2026-06-11perf 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 s390: Fix TEXTREL in Python extension by compiling as PICJens Remus1-0/+1
2026-06-10perf build: Do not duplicate CFLAGS in Python extension buildsJens Remus1-7/+6
2026-06-10perf build: Respect V=1 for Python extension buildsJens Remus1-2/+6
2026-06-10perf riscv: fix register name stringsMartin Kaiser1-1/+1
2026-06-10perf dwarf: Avoid redefinition warnings for REG_DWARFNUM_NAMEMartin Kaiser3-0/+3
2026-06-10libperf: Document code simplification case for widening struct perf_cpuArnaldo Carvalho de Melo1-0/+8
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 sched: Fix idle-hist callchain display using wrong rb_first variantArnaldo Carvalho de Melo1-1/+2
2026-06-10perf sched: Bounds-check prio before test_bit() in timehistArnaldo Carvalho de Melo1-1/+3
2026-06-10perf tools: NULL bitmap pointers after bitmap_free()Arnaldo Carvalho de Melo2-0/+3
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-06libperf: Document struct perf_cpu int16_t ABI limitationArnaldo Carvalho de Melo2-1/+29
2026-06-06perf sched: Free callchain nodes in idle thread cleanupArnaldo Carvalho de Melo3-1/+20
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 c2c: Fix use-after-free in he__get_c2c_hists() error pathArnaldo Carvalho de Melo1-0/+1
2026-06-06perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpuArnaldo Carvalho de Melo2-23/+42
2026-06-06perf mmap: Fix NULL deref in aio cleanup on alloc failureArnaldo Carvalho de Melo1-4/+6
2026-06-06perf sched: Replace BUG_ON and add NULL checks in replay event helpersArnaldo Carvalho de Melo1-3/+25
2026-06-06perf sched: Use thread__put() in free_idle_threads()Arnaldo Carvalho de Melo1-1/+1
2026-06-06perf sched: Fix thread reference leak in idle hist processingArnaldo Carvalho de Melo1-1/+1
2026-06-06perf sched: Use is_idle_sample() for idle thread runtime cast guardArnaldo Carvalho de Melo1-1/+7
2026-06-06perf sched: Clean up idle_threads entry on init failureArnaldo Carvalho de Melo1-1/+4
2026-06-06perf c2c: Bounds-check CPU IDs in setup_nodes() topology loopArnaldo Carvalho de Melo1-0/+4
2026-06-06perf c2c: Bounds-check CPU and node IDs before bitmap and array accessArnaldo Carvalho de Melo1-2/+17
2026-06-05perf stat: Bounds-check CPU index in topology aggregation callbacksArnaldo Carvalho de Melo1-6/+7
2026-06-05perf mmap: Guard cpu__get_node() return in aio_bind()Arnaldo Carvalho de Melo1-1/+7
2026-06-05perf sched: Fix register_pid() overflow, strcpy, and BUG_ONArnaldo Carvalho de Melo1-10/+30