aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-03-15perf bpf filter: Show warning for missing sample flagsNamhyung Kim2-1/+63
2023-03-15perf bpf filter: Add logical OR operatorNamhyung Kim6-17/+79
2023-03-15perf bpf filter: Add data_src sample data supportNamhyung Kim2-0/+84
2023-03-15perf bpf filter: Add more weight sample data supportNamhyung Kim2-0/+14
2023-03-15perf bpf filter: Add 'pid' sample data supportNamhyung Kim6-7/+26
2023-03-15perf record: Record dropped sample countNamhyung Kim5-15/+40
2023-03-15perf record: Add BPF event filter supportNamhyung Kim6-17/+50
2023-03-15perf bpf filter: Implement event sample filteringNamhyung Kim6-13/+236
2023-03-15perf bpf filter: Introduce basic BPF filter expressionNamhyung Kim5-0/+225
2023-03-15perf top: Fix rare segfault in thread__comm_len()liuwenyu1-6/+19
2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter9-30/+72
2023-03-15selftest: Add test for bind() conflicts.Kuniyuki Iwashima3-0/+116
2023-03-14selftests/bpf: Fix trace_virtqueue_add_sgs test issue with LLVM 17.Alexei Starovoitov1-0/+3
2023-03-14selftests/bpf: robustify test_xdp_do_redirect with more payload magicsAlexander Lobakin1-10/+26
2023-03-14perf vendor events s390: Add metric for TLB and cacheThomas Richter4-0/+105
2023-03-14perf vendor events s390: Add cache metrics for z13Thomas Richter1-0/+25
2023-03-14perf vendor events s390: Add cache metrics for z14Thomas Richter1-0/+25
2023-03-14perf vendor events s390: Add cache metrics for z15Thomas Richter1-0/+25
2023-03-14perf vendor events intel: Update skylake eventsIan Rogers4-1/+34
2023-03-14perf vendor events intel: Update meteorlake eventsIan Rogers7-7/+69
2023-03-14perf vendor events intel: Update graniterapids eventsIan Rogers3-4/+4
2023-03-14ACPI: tools: pfrut: Check if the input of level and type is in the right nume...Chen Yu1-3/+15
2023-03-14pm-graph: sleepgraph: Avoid crashing on binary data in device namesTodd Brandt1-3/+2
2023-03-14KVM: selftests: Sync KVM exit reasons in selftestsVipin Sharma1-2/+15
2023-03-14KVM: selftests: Add macro to generate KVM exit reason stringsSean Christopherson1-26/+28
2023-03-14KVM: selftests: Print expected and actual exit reason in KVM exit reason assertVipin Sharma1-1/+2
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma44-293/+69
2023-03-14KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_testDavid Woodhouse1-0/+27
2023-03-14KVM: selftests: Use enum for test numbers in xen_shinfo_testDavid Woodhouse1-51/+82
2023-03-14KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson3-54/+21
2023-03-14KVM: selftests: Move the guts of kvm_hypercall() to a separate macroSean Christopherson1-12/+17
2023-03-14selftests: KVM: skip hugetlb tests if huge pages are not availablePaolo Bonzini1-9/+16
2023-03-15selftests/powerpc/pmu: Fix sample field check in the mmcra_thresh_marked_samp...Kajol Jain1-2/+2
2023-03-15selftests/powerpc: Increase timeout for vsx_signal testMichael Neuling1-0/+1
2023-03-14perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko1-1/+1
2023-03-14perf tools bpf: Add vmlinux.h to .gitignoreArnaldo Carvalho de Melo1-1/+2
2023-03-14perf test: Fix "PMU event table sanity" for NO_JEVENTS=1Ian Rogers1-3/+3
2023-03-14perf lock contention: Show lock type with addressNamhyung Kim2-15/+32
2023-03-14perf lock contention: Show per-cpu rq_lock with addressNamhyung Kim3-2/+61
2023-03-14perf lock contention: Track and show siglock with addressNamhyung Kim4-5/+14
2023-03-14perf lock contention: Track and show mmap_lock with addressNamhyung Kim3-1/+48
2023-03-14perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers2-10/+2
2023-03-14perf build: Remove redundant NO_NEWT build optionIan Rogers3-10/+2
2023-03-14perf build: If libtraceevent isn't present error the buildIan Rogers2-2/+2
2023-03-14perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers3-5/+4
2023-03-14perf symbol: Add abi::__cxa_demangle C++ demangling supportIan Rogers5-45/+88
2023-03-14tools build: Add feature test for abi::__cxa_demangleIan Rogers3-0/+22
2023-03-14perf build: Make binutil libraries opt inIan Rogers3-15/+14
2023-03-14perf build: Error if jevents won't work and NO_JEVENTS=1 isn't setIan Rogers1-4/+2
2023-03-14perf util: Remove weak sched_getcpuIan Rogers2-13/+16