aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-08-14selftests/bpf: convert test_cgroup_storage to test_progsAlexis Lothoré (eBPF Foundation)5-177/+120
2024-08-14selftests/bpf: convert get_current_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)5-176/+51
2024-08-14selftests: netfilter: add test for br_netfilter+conntrack+queue combinationFlorian Westphal2-0/+79
2024-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+30
2024-08-14KVM: selftests: Test memslot move in memslot_perf_test with quirk disabledYan Zhao1-1/+11
2024-08-14KVM: selftests: Allow slot modification stress test with quirk disabledYan Zhao1-2/+17
2024-08-14KVM: selftests: Test slot move/delete with slot zap quirk enabled/disabledYan Zhao1-8/+21
2024-08-14perf test record.sh: Raise limit of open file descriptorsVeronika Molnarova1-1/+18
2024-08-14perf build: Fix up broken capstone feature detection fast pathArnaldo Carvalho de Melo1-4/+0
2024-08-14perf test: Add new test cases for the branch counter featureKan Liang1-5/+12
2024-08-14perf script: Add branch countersKan Liang2-8/+63
2024-08-14perf annotate: Display the branch counter histogramKan Liang6-9/+74
2024-08-14perf report: Display the branch counter histogramKan Liang8-18/+246
2024-08-14perf evsel: Assign abbr name for the branch counter eventsKan Liang2-1/+60
2024-08-14perf annotate: Save branch counters for each blockKan Liang10-22/+80
2024-08-14perf evlist: Save branch counters informationKan Liang4-6/+32
2024-08-14perf report: Remove the first overflow check for branch countersKan Liang1-2/+0
2024-08-14perf report: Fix --total-cycles --stdio output errorKan Liang1-1/+2
2024-08-14perf test annotate: Dump trapping test in trap handlerIan Rogers1-1/+2
2024-08-14perf disasm: Fix memory leak for locked operationsIan Rogers1-0/+1
2024-08-14selftests/ftrace: Add required dependency for kprobe testsMasami Hiramatsu (Google)2-2/+2
2024-08-14refscale: Add TINY scenarioPaul E. McKenney1-0/+20
2024-08-14torture: Add torture.sh --guest-cpu-limit argument for limited hostsPaul E. McKenney1-11/+27
2024-08-13selftests/bpf: Avoid subtraction after htons() in ipip testsAsbjørn Sloth Tønnesen1-6/+6
2024-08-13perf inject: Inject build ids for entire call chainIan Rogers1-0/+31
2024-08-13perf callchain: Add a for_each callback style APIIan Rogers2-0/+41
2024-08-13perf test: Add test for Intel TPEBS counting modeWeilin Wang1-0/+19
2024-08-13perf Document: Add TPEBS (Timed PEBS(Precise Event-Based Sampling)) to DocumentsWeilin Wang2-0/+31
2024-08-13perf stat: Add command line option for enabling TPEBS recordingWeilin Wang2-0/+12
2024-08-13perf vendor events intel: Add MTL metric JSON filesWeilin Wang2-0/+2677
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang8-2/+564
2024-08-13KVM: selftests: Add a testcase to verify x2APIC is fully readonlyMichal Luczaj1-0/+28
2024-08-13Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-2/+2
2024-08-12selftests/bpf: Add a test to verify previous stacksafe() fixYonghong Song1-0/+54
2024-08-12selftests: fib_nexthops: Test 16-bit next hop weightsPetr Machata1-1/+54
2024-08-12selftests: router_mpath_nh_res: Test 16-bit next hop weightsPetr Machata1-8/+48
2024-08-12selftests: router_mpath_nh: Test 16-bit next hop weightsPetr Machata3-8/+50
2024-08-12selftests: router_mpath: Sleep after MZPetr Machata3-0/+6
2024-08-12perf data: Allow to use given fd in data->file.fdWeilin Wang1-1/+6
2024-08-12perf parse-events: Add a retirement latency modifierIan Rogers4-1/+6
2024-08-12perf session: Constify toolIan Rogers2-4/+4
2024-08-12perf tool: Remove perf_tool__fill_defaults()Ian Rogers3-96/+0
2024-08-12perf kwork: Use perf_tool__init()Ian Rogers1-6/+5
2024-08-12perf test event_update: Ensure tools is initializedIan Rogers1-0/+1
2024-08-12perf data convert ctf: Use perf_tool__init()Ian Rogers1-16/+14
2024-08-12perf data convert json: Use perf_tool__init()Ian Rogers1-23/+20
2024-08-12perf diff: Use perf_tool__init()Ian Rogers1-15/+13
2024-08-12perf timechart: Use perf_tool__init()Ian Rogers1-9/+8
2024-08-12perf mem: Use perf_tool__init()Ian Rogers1-16/+17
2024-08-12perf sched: Use perf_tool__init()Ian Rogers1-9/+7