aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-11selftests: net: rds: add getsockopt() conversion testBreno Leitao3-0/+213
2026-06-11selftests: drv-net: so_txtime: check IP versionsJakub Kicinski1-0/+3
2026-06-11selftests: drv-net: so_txtime: remember to deploy the binariesJakub Kicinski1-4/+6
2026-06-10selftests/bpf: Cover tail-call cgroup storage prog-array checksLin Ma4-0/+288
2026-06-10perf symbols: Add bounds checks to read_build_id() note iteration in minimal buildArnaldo Carvalho de Melo1-1/+10
2026-06-10perf symbols: Add bounds checks to elf_read_build_id() note iterationArnaldo Carvalho de Melo1-2/+16
2026-06-10perf bpf: Fix metadata leak in perf_env__add_bpf_info() on duplicate insertArnaldo Carvalho de Melo1-0/+1
2026-06-10perf bpf: Fix map data leak in bpf_metadata_create() on alloc failureArnaldo Carvalho de Melo1-1/+3
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-10tools lib api: Fix mount_overload() snprintf truncation and toupper rangeArnaldo Carvalho de Melo1-2/+2
2026-06-10tools lib api: Fix filename__write_int() writing uninitialized stack dataArnaldo Carvalho de Melo1-2/+3
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__decompress()Arnaldo Carvalho de Melo4-9/+23
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-10tools lib api: Fix missing null termination in filename__read_int/ull()Arnaldo Carvalho de Melo1-2/+8
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 test cs-etm: Move existing tests to coresight folderJames Clark2-1/+1
2026-06-10perf test cs-etm: Speed up disassembly testJames Clark1-4/+4
2026-06-10perf test cs-etm: Add all branch instructions to testJames Clark1-4/+3
2026-06-10perf test cs-etm: Make disassembly test use kcoreJames Clark2-11/+11
2026-06-10perf test cs-etm: Remove unused Coresight workloadsJames Clark16-596/+2
2026-06-10perf test cs-etm: Speed up basic testJames Clark1-9/+8
2026-06-10perf test cs-etm: Reduce snapshot sizeJames Clark1-1/+1
2026-06-10perf test cs-etm: Skip if not rootJames Clark2-3/+9
2026-06-10perf test cs-etm: Remove duplicate branch testsJames Clark1-17/+1
2026-06-10perf test cs-etm: Test decoding for concurrent threads testJames Clark3-46/+45
2026-06-10perf test: Add named_threads workloadJames Clark5-1/+116
2026-06-10perf test cs-etm: Replace memcpy test with raw dump stress testJames Clark2-22/+65
2026-06-10perf test cs-etm: Remove asm_pure_loop testJames Clark1-22/+0
2026-06-10perf test cs-etm: Replace unroll loop thread with deterministic decode testJames Clark2-22/+72
2026-06-10perf test: Add deterministic workloadJames Clark5-2/+45
2026-06-10perf test cs-etm: Test process attributionJames Clark1-0/+69
2026-06-10perf test: Add a workload that forces context switchesJames Clark5-3/+117
2026-06-10perf test: Add workload-ctl optionJames Clark2-2/+194
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 s390: Fix TEXTREL in Python extension by compiling as PICJens Remus1-0/+1