aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-15tools/bpf: Rename 'struct event' to avoid naming conflictNaveen N. Rao3-3/+3
2022-01-14tools/resolve_btfids: Build with host flagsConnor O'Brien1-2/+4
2022-01-14selftest: kvm: Add amx selftestYang Zhong2-0/+449
2022-01-14selftest: kvm: Move struct kvm_x86_state to headerYang Zhong2-16/+15
2022-01-14selftest: kvm: Reorder vcpu_load_state steps for AMXPaolo Bonzini1-8/+9
2022-01-14kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang10-8/+130
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-1/+16
2022-01-14perf cputopo: Fix CPU topology reading on s/390Thomas Richter1-1/+2
2022-01-14perf metricgroup: Fix use after free in metric__new()José Expósito1-1/+1
2022-01-14libperf tests: Update a use of the new cpumap APIIan Rogers1-2/+3
2022-01-14perf arm: Fix off-by-one directory pathIan Rogers1-1/+1
2022-01-14tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+17
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-2/+184
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-1/+717
2022-01-14kselftests/net: list all available tests in usage()Li Zhijian1-0/+3
2022-01-13rtla: Add DocumentationDaniel Bristot de Oliveira1-4/+26
2022-01-13rtla/timerlat: Add timerlat hist modeDaniel Bristot de Oliveira3-2/+828
2022-01-13rtla: Add timerlat tool and timelart top modeDaniel Bristot de Oliveira5-0/+697
2022-01-13rtla/osnoise: Add the hist modeDaniel Bristot de Oliveira3-1/+807
2022-01-13rtla/osnoise: Add osnoise top modeDaniel Bristot de Oliveira3-0/+596
2022-01-13rtla: Add osnoise toolDaniel Bristot de Oliveira4-0/+956
2022-01-13rtla: Helper functions for rtlaDaniel Bristot de Oliveira4-0/+708
2022-01-13rtla: Real-Time Linux Analysis toolDaniel Bristot de Oliveira3-0/+184
2022-01-13tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2022-01-13tools headers UAPI: Update tools's copy of drm.h headerArnaldo Carvalho de Melo1-0/+18
2022-01-13tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2-9/+9
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo379-3793/+15867
2022-01-13kselftests/net: adapt the timeout to the largest runtimeLi Zhijian1-1/+1
2022-01-12libbpf: Deprecate bpf_map__def() APIChristy Lee1-1/+2
2022-01-12selftests/bpf: Stop using bpf_map__def() APIChristy Lee5-28/+26
2022-01-12perf: Stop using bpf_map__def() APIChristy Lee2-51/+41
2022-01-12bpftool: Stop using bpf_map__def() APIChristy Lee2-9/+7
2022-01-12bpftool: Only set obj->skeleton on complete successWei Fu1-1/+1
2022-01-12libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao1-0/+3
2022-01-12selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee1-6/+6
2022-01-12libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee3-2/+12
2022-01-12bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez5-5/+7
2022-01-12libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez1-2/+1
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-16/+29
2022-01-12Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds5-73/+133
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-62/+13
2022-01-12perf pmu-events: Don't lower case MetricExprIan Rogers2-3/+1
2022-01-12perf expr: Add debug logging for literalsIan Rogers1-12/+25
2022-01-12perf tools: Probe non-deprecated sysfs path 1stIan Rogers1-3/+2
2022-01-12perf tools: Fix SMT fallback with large core countsIan Rogers1-10/+58
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers64-356/+431
2022-01-12perf stat: Correct first_shadow_cpu to return indexIan Rogers1-8/+7
2022-01-12perf script: Fix flipped index and cpuIan Rogers1-1/+1
2022-01-12perf c2c: Use more intention revealing iteratorIan Rogers1-5/+5
2022-01-12perf bpf: Rename 'cpu' to 'cpu_map_idx'Ian Rogers2-12/+11