summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2026-06-10perf hwmon: Fix off-by-one null termination on sysfs readsArnaldo Carvalho de Melo
2026-06-10perf tools: Fix thread__set_comm_from_proc() on empty comm fileArnaldo Carvalho de Melo
2026-06-10perf intel-pt: Fix snprintf size tracking bug in insn decoderArnaldo Carvalho de Melo
2026-06-10perf tools: Use mkostemp() for O_CLOEXEC on temporary filesArnaldo Carvalho de Melo
2026-06-10perf symbols: Bounds-check .gnu_debuglink section dataArnaldo Carvalho de Melo
2026-06-10perf symbols: Fix signed overflow in sysfs__read_build_id() size checkArnaldo Carvalho de Melo
2026-06-10perf pmu: Fix perf_pmu__parse_scale/unit() OOB access on empty sysfs fileArnaldo Carvalho de Melo
2026-06-10perf pmu: Fix pmu_id() heap underwrite on empty identifier fileArnaldo Carvalho de Melo
2026-06-10perf jitdump: Fix a build error with ASANNamhyung Kim
2026-06-10perf test cs-etm: Move existing tests to coresight folderJames Clark
2026-06-10perf test cs-etm: Speed up disassembly testJames Clark
2026-06-10perf test cs-etm: Add all branch instructions to testJames Clark
2026-06-10perf test cs-etm: Make disassembly test use kcoreJames Clark
2026-06-10perf test cs-etm: Remove unused Coresight workloadsJames Clark
2026-06-10perf test cs-etm: Speed up basic testJames Clark
2026-06-10perf test cs-etm: Reduce snapshot sizeJames Clark
2026-06-10perf test cs-etm: Skip if not rootJames Clark
2026-06-10perf test cs-etm: Remove duplicate branch testsJames Clark
2026-06-10perf test cs-etm: Test decoding for concurrent threads testJames Clark
2026-06-10perf test: Add named_threads workloadJames Clark
2026-06-10perf test cs-etm: Replace memcpy test with raw dump stress testJames Clark
2026-06-10perf test cs-etm: Remove asm_pure_loop testJames Clark
2026-06-10perf test cs-etm: Replace unroll loop thread with deterministic decode testJames Clark
2026-06-10perf test: Add deterministic workloadJames Clark
2026-06-10perf test cs-etm: Test process attributionJames Clark
2026-06-10perf test: Add a workload that forces context switchesJames Clark
2026-06-10perf test: Add workload-ctl optionJames Clark
2026-06-10perf cs-etm: Queue context packets for frontendJames Clark
2026-06-10perf pmu: Use scnprintf in buffer offset calculationsAthira Rajeev
2026-06-10perf tools: Fix the check for parameterized field in event termAthira Rajeev
2026-06-10perf data convert json: Fix addr_location leak on time-filtered samplesTanushree Shah
2026-06-10perf s390: Fix TEXTREL in Python extension by compiling as PICJens Remus
2026-06-10perf build: Do not duplicate CFLAGS in Python extension buildsJens Remus
2026-06-10perf build: Respect V=1 for Python extension buildsJens Remus
2026-06-10perf riscv: fix register name stringsMartin Kaiser
2026-06-10perf dwarf: Avoid redefinition warnings for REG_DWARFNUM_NAMEMartin Kaiser
2026-06-10perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()Arnaldo Carvalho de Melo
2026-06-10perf hists: Fix snprintf() in hists__scnprintf_title() UID filter pathArnaldo Carvalho de Melo
2026-06-10perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()Arnaldo Carvalho de Melo
2026-06-10perf tools: Add O_CLOEXEC to open() calls in DSO and ELF codeArnaldo Carvalho de Melo
2026-06-10perf sched: Fix idle-hist callchain display using wrong rb_first variantArnaldo Carvalho de Melo
2026-06-10perf sched: Bounds-check prio before test_bit() in timehistArnaldo Carvalho de Melo
2026-06-10perf tools: NULL bitmap pointers after bitmap_free()Arnaldo Carvalho de Melo
2026-06-10perf tools: Use perf_env__get_cpu_topology() in machine__resolve()Arnaldo Carvalho de Melo
2026-06-10perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflowArnaldo Carvalho de Melo
2026-06-10perf tools: Fix get_max_num() size_t underflow on empty sysfs fileArnaldo Carvalho de Melo
2026-06-06perf sched: Free callchain nodes in idle thread cleanupArnaldo Carvalho de Melo
2026-06-06perf tools: Fix int16_t truncation of max_cpu_num in set_max_cpu_num()Arnaldo Carvalho de Melo
2026-06-06perf timechart: Fix cpu2y() OOB read on untrusted CPU indexArnaldo Carvalho de Melo
2026-06-06perf c2c: Fix use-after-free in he__get_c2c_hists() error pathArnaldo Carvalho de Melo