summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo2019-08-2630-73/+107
* perf stat: Remove needless headers from stat.hArnaldo Carvalho de Melo2019-08-261-3/+2
* perf cpumap: No need to include perf.h, ditch itArnaldo Carvalho de Melo2019-08-261-2/+0
* Merge tag 'v5.3-rc6' into perf/core, to pick up fixesIngo Molnar2019-08-2615-69/+209
|\
| * Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-241-1/+1
| |\
| | * Tools: hv: kvp: eliminate 'may be used uninitialized' warningVitaly Kuznetsov2019-08-201-1/+1
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-217-46/+53
| |\ \
| | * | selftests/kvm: make platform_info_test pass on AMDVitaly Kuznetsov2019-08-211-1/+1
| | * | selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini2019-08-211-6/+10
| | * | selftests: kvm: fix vmx_set_nested_state_testPaolo Bonzini2019-08-151-3/+14
| | * | selftests: kvm: provide common function to enable eVMCSPaolo Bonzini2019-08-154-21/+28
| | * | selftests: kvm: do not try running the VM in vmx_set_nested_state_testPaolo Bonzini2019-08-151-15/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-197-22/+155
| |\ \ \ | | |_|/ | |/| |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-08-151-0/+48
| | |\ \
| | | * | selftests: netfilter: extend flowtable test script for ipsecFlorian Westphal2019-08-051-0/+48
| | * | | selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issueAnders Roxell2019-08-151-1/+1
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-113-17/+52
| | |\ \ \
| | | * | | tools: bpftool: add error message on pin failureJakub Kicinski2019-08-091-1/+5
| | | * | | tools: bpftool: fix error message (prog -> object)Jakub Kicinski2019-08-091-1/+1
| | | * | | selftests/bpf: tests for jmp to 1st insnAlexei Starovoitov2019-08-011-0/+28
| | | * | | libbpf: set BTF FD for prog only when there is supported .BTF.ext dataAndrii Nakryiko2019-08-011-1/+5
| | | * | | libbpf : make libbpf_num_possible_cpus function thread safeTakshak Chahande2019-08-011-7/+11
| | | * | | libbpf: fix erroneous multi-closing of BTF FDAndrii Nakryiko2019-07-271-8/+3
| | * | | | bpf: sync bpf.h to tools infrastructureDaniel Borkmann2019-08-091-4/+7
| | * | | | tc-testing: updated skbedit action tests with batch create/deleteRoman Mashak2019-08-091-0/+47
* | | | | | libperf: Fix alignment trap with xyarray contents in 'perf stat'Gerald BAEZA2019-08-221-1/+2
* | | | | | perf c2c: Fix report with offline cpusRavi Bangoria2019-08-221-1/+1
* | | | | | libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa2019-08-2217-41/+45
* | | | | | perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo2019-08-229-2/+12
* | | | | | perf evsel: Switch to libperf's cpumap.hArnaldo Carvalho de Melo2019-08-221-1/+4
* | | | | | perf x86 kvm-stat: Add missing string.h headerArnaldo Carvalho de Melo2019-08-221-0/+1
* | | | | | perf evsel: util/evsel.h needs stdio.h as it uses FILEArnaldo Carvalho de Melo2019-08-221-0/+1
* | | | | | perf evsel: Remove needless stddef.h from util/evsel.hArnaldo Carvalho de Melo2019-08-221-1/+0
* | | | | | perf evsel: Remove needless counts.h header from util/evsel.hArnaldo Carvalho de Melo2019-08-222-1/+2
* | | | | | perf evsel: Add missing perf/evsel.h header in util/evsel.hArnaldo Carvalho de Melo2019-08-221-0/+1
* | | | | | perf scripting python: Add missing counts.h headerArnaldo Carvalho de Melo2019-08-221-0/+1
* | | | | | perf stat: Add missing counts.hArnaldo Carvalho de Melo2019-08-222-0/+2
* | | | | | perf tests: Add missing counts.hArnaldo Carvalho de Melo2019-08-222-0/+2
* | | | | | perf script: Add missing counts.hArnaldo Carvalho de Melo2019-08-221-0/+1
* | | | | | perf evlist: Add missing xyarray.h headerArnaldo Carvalho de Melo2019-08-221-0/+2
* | | | | | perf bpf: Add missing xyarray.h headerArnaldo Carvalho de Melo2019-08-221-0/+2
* | | | | | perf counts: Add missing headers needed for types usedArnaldo Carvalho de Melo2019-08-221-0/+4
* | | | | | perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep treeArnaldo Carvalho de Melo2019-08-222-1/+2
* | | | | | perf metricgroup: Remove needless includes from metricgroup.hArnaldo Carvalho de Melo2019-08-222-6/+10
* | | | | | perf kvm s390: Add missing string.h headerArnaldo Carvalho de Melo2019-08-221-0/+1
* | | | | | perf arm64: Add missing debug.h headerArnaldo Carvalho de Melo2019-08-221-0/+1
* | | | | | libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa2019-08-225-15/+16
* | | | | | libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa2019-08-2214-29/+32
* | | | | | perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri Olsa2019-08-225-14/+9
* | | | | | tools headers: Add missing perf_event.h includeJiri Olsa2019-08-221-0/+1