index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-10
perf tools: Fix uninitialized pathname on uncompressed fallback in filename__...
Arnaldo Carvalho de Melo
4
-9
/
+23
2026-06-10
perf symbols: Bounds-check descsz in sysfs__read_build_id() GNU fallback
Arnaldo Carvalho de Melo
1
-2
/
+7
2026-06-10
perf hwmon: Fix parse_hwmon_filename() strlcpy buffer overflow
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-06-10
perf hwmon: Use scnprintf() in hwmon_pmu__for_each_event()
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-06-10
perf hwmon: Fix off-by-one null termination on sysfs reads
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-06-10
perf tools: Fix thread__set_comm_from_proc() on empty comm file
Arnaldo Carvalho de Melo
1
-0
/
+5
2026-06-10
perf intel-pt: Fix snprintf size tracking bug in insn decoder
Arnaldo Carvalho de Melo
1
-8
/
+3
2026-06-10
perf tools: Use mkostemp() for O_CLOEXEC on temporary files
Arnaldo Carvalho de Melo
2
-4
/
+4
2026-06-10
perf symbols: Bounds-check .gnu_debuglink section data
Arnaldo Carvalho de Melo
1
-1
/
+8
2026-06-10
perf symbols: Fix signed overflow in sysfs__read_build_id() size check
Arnaldo Carvalho de Melo
1
-3
/
+6
2026-06-10
perf pmu: Fix perf_pmu__parse_scale/unit() OOB access on empty sysfs file
Arnaldo Carvalho de Melo
1
-2
/
+2
2026-06-10
perf pmu: Fix pmu_id() heap underwrite on empty identifier file
Arnaldo Carvalho de Melo
1
-0
/
+6
2026-06-10
perf jitdump: Fix a build error with ASAN
Namhyung Kim
1
-1
/
+1
2026-06-10
perf test cs-etm: Move existing tests to coresight folder
James Clark
2
-1
/
+1
2026-06-10
perf test cs-etm: Speed up disassembly test
James Clark
1
-4
/
+4
2026-06-10
perf test cs-etm: Add all branch instructions to test
James Clark
1
-4
/
+3
2026-06-10
perf test cs-etm: Make disassembly test use kcore
James Clark
2
-11
/
+11
2026-06-10
perf test cs-etm: Remove unused Coresight workloads
James Clark
16
-596
/
+2
2026-06-10
perf test cs-etm: Speed up basic test
James Clark
1
-9
/
+8
2026-06-10
perf test cs-etm: Reduce snapshot size
James Clark
1
-1
/
+1
2026-06-10
perf test cs-etm: Skip if not root
James Clark
2
-3
/
+9
2026-06-10
perf test cs-etm: Remove duplicate branch tests
James Clark
1
-17
/
+1
2026-06-10
perf test cs-etm: Test decoding for concurrent threads test
James Clark
3
-46
/
+45
2026-06-10
perf test: Add named_threads workload
James Clark
5
-1
/
+116
2026-06-10
perf test cs-etm: Replace memcpy test with raw dump stress test
James Clark
2
-22
/
+65
2026-06-10
perf test cs-etm: Remove asm_pure_loop test
James Clark
1
-22
/
+0
2026-06-10
perf test cs-etm: Replace unroll loop thread with deterministic decode test
James Clark
2
-22
/
+72
2026-06-10
perf test: Add deterministic workload
James Clark
5
-2
/
+45
2026-06-10
perf test cs-etm: Test process attribution
James Clark
1
-0
/
+69
2026-06-10
perf test: Add a workload that forces context switches
James Clark
5
-3
/
+117
2026-06-10
perf test: Add workload-ctl option
James Clark
2
-2
/
+194
2026-06-10
perf cs-etm: Queue context packets for frontend
James Clark
3
-102
/
+163
2026-06-10
perf pmu: Use scnprintf in buffer offset calculations
Athira Rajeev
1
-11
/
+29
2026-06-10
perf tools: Fix the check for parameterized field in event term
Athira Rajeev
1
-1
/
+1
2026-06-10
perf data convert json: Fix addr_location leak on time-filtered samples
Tanushree Shah
1
-0
/
+1
2026-06-10
perf s390: Fix TEXTREL in Python extension by compiling as PIC
Jens Remus
1
-0
/
+1
2026-06-10
perf build: Do not duplicate CFLAGS in Python extension builds
Jens Remus
1
-7
/
+6
2026-06-10
perf build: Respect V=1 for Python extension builds
Jens Remus
1
-2
/
+6
2026-06-10
perf riscv: fix register name strings
Martin Kaiser
1
-1
/
+1
2026-06-10
perf dwarf: Avoid redefinition warnings for REG_DWARFNUM_NAME
Martin Kaiser
3
-0
/
+3
2026-06-10
perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()
Arnaldo Carvalho de Melo
2
-8
/
+11
2026-06-10
perf hists: Fix snprintf() in hists__scnprintf_title() UID filter path
Arnaldo Carvalho de Melo
1
-3
/
+4
2026-06-10
perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()
Arnaldo Carvalho de Melo
1
-5
/
+6
2026-06-10
perf tools: Add O_CLOEXEC to open() calls in DSO and ELF code
Arnaldo Carvalho de Melo
2
-12
/
+12
2026-06-10
perf sched: Fix idle-hist callchain display using wrong rb_first variant
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-06-10
perf sched: Bounds-check prio before test_bit() in timehist
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-06-10
perf tools: NULL bitmap pointers after bitmap_free()
Arnaldo Carvalho de Melo
2
-0
/
+3
2026-06-10
perf tools: Use perf_env__get_cpu_topology() in machine__resolve()
Arnaldo Carvalho de Melo
1
-2
/
+13
2026-06-10
perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflow
Arnaldo Carvalho de Melo
1
-9
/
+9
2026-06-10
perf tools: Fix get_max_num() size_t underflow on empty sysfs file
Arnaldo Carvalho de Melo
1
-0
/
+6
[prev]
[next]