summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang
2024-08-13KVM: selftests: Add a testcase to verify x2APIC is fully readonlyMichal Luczaj
2024-08-13Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2024-08-12selftests/bpf: Add a test to verify previous stacksafe() fixYonghong Song
2024-08-12selftests: fib_nexthops: Test 16-bit next hop weightsPetr Machata
2024-08-12selftests: router_mpath_nh_res: Test 16-bit next hop weightsPetr Machata
2024-08-12selftests: router_mpath_nh: Test 16-bit next hop weightsPetr Machata
2024-08-12selftests: router_mpath: Sleep after MZPetr Machata
2024-08-12perf data: Allow to use given fd in data->file.fdWeilin Wang
2024-08-12perf parse-events: Add a retirement latency modifierIan Rogers
2024-08-12perf session: Constify toolIan Rogers
2024-08-12perf tool: Remove perf_tool__fill_defaults()Ian Rogers
2024-08-12perf kwork: Use perf_tool__init()Ian Rogers
2024-08-12perf test event_update: Ensure tools is initializedIan Rogers
2024-08-12perf data convert ctf: Use perf_tool__init()Ian Rogers
2024-08-12perf data convert json: Use perf_tool__init()Ian Rogers
2024-08-12perf diff: Use perf_tool__init()Ian Rogers
2024-08-12perf timechart: Use perf_tool__init()Ian Rogers
2024-08-12perf mem: Use perf_tool__init()Ian Rogers
2024-08-12perf sched: Use perf_tool__init()Ian Rogers
2024-08-12perf annotate: Use perf_tool__init()Ian Rogers
2024-08-12perf stat: Use perf_tool__init()Ian Rogers
2024-08-12perf report: Use perf_tool__init()Ian Rogers
2024-08-12perf inject: Use perf_tool__init()Ian Rogers
2024-08-12perf script: Use perf_tool__init()Ian Rogers
2024-08-12perf c2c: Use perf_tool__init()Ian Rogers
2024-08-12perf record: Use perf_tool__init()Ian Rogers
2024-08-12perf evlist: Use perf_tool__init()Ian Rogers
2024-08-12perf lock: Use perf_tool__init()Ian Rogers
2024-08-12perf kvm: Use perf_tool__init()Ian Rogers
2024-08-12perf buildid-list: Use perf_tool__initIan Rogers
2024-08-12perf kmem: Use perf_tool__initIan Rogers
2024-08-12perf tool: Add perf_tool__init()Ian Rogers
2024-08-12perf tool: Move fill defaults into tool.cIan Rogers
2024-08-12perf tool: Constify tool pointersIan Rogers
2024-08-12perf s390-cpumsf: Remove unused structIan Rogers
2024-08-12perf auxtrace: Remove dummy toolsIan Rogers
2024-08-12perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-08-12perf annotate-data: Show first-level children by default in TUINamhyung Kim
2024-08-12perf annotate-data: Implement folding in TUI browserNamhyung Kim
2024-08-12perf annotate-data: Support folding in TUI browserNamhyung Kim
2024-08-12perf vendor events: SKX, CLX, SNR uncore cache event fixesIan Rogers
2024-08-12perf lock contention: Change stack_id type to s32Namhyung Kim
2024-08-12perf annotate-data: Fix a buffer overflow in TUI browserNamhyung Kim
2024-08-12selftests/nolibc: run-tests.sh: allow building through LLVMThomas Weißschuh
2024-08-12selftests/nolibc: use correct clang target for s390/systemzThomas Weißschuh
2024-08-12selftests/nolibc: don't use libgcc when building with clangThomas Weißschuh
2024-08-12selftests/nolibc: run-tests.sh: avoid overwriting CFLAGS_EXTRAThomas Weißschuh
2024-08-12selftests/nolibc: add cc-option compatible with clang cross buildsThomas Weißschuh
2024-08-12selftests/nolibc: add support for LLVM= parameterThomas Weißschuh