summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.hJiri Olsa2019-08-266-11/+11
* libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.hJiri Olsa2019-08-263-8/+8
* libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.hJiri Olsa2019-08-262-7/+7
* libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.hJiri Olsa2019-08-262-6/+6
* libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.hJiri Olsa2019-08-263-18/+18
* libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.hJiri Olsa2019-08-264-11/+35
* perf script: Fix memory leaks in list_scripts()Gustavo A. R. Silva2019-08-261-2/+4
* perf report: Fix --ns time sort key outputAndi Kleen2019-08-261-1/+4
* perf report: Use timestamp__scnprintf_nsec() for time sort keyAndi Kleen2019-08-261-8/+2
* perf tools: Remove duplicate headersSouptick Joarder2019-08-263-3/+0
* perf augmented_raw_syscalls: Reduce perf_event_output() boilerplateArnaldo Carvalho de Melo2019-08-261-12/+12
* perf augmented_raw_syscalls: Introduce helper to get the scratch spaceArnaldo Carvalho de Melo2019-08-261-16/+16
* perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filterArnaldo Carvalho de Melo2019-08-261-3/+3
* perf augmented_raw_syscalls: Rename augmented_filename to augmented_argArnaldo Carvalho de Melo2019-08-261-22/+20
* perf trace beauty ioctl: Fix off-by-one error in cmd->string tableBenjamin Peterson2019-08-261-1/+1
* perf tests: Fixes hang in zstd compression test by changing the source of ran...James Clark2019-08-261-1/+1
* perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo2019-08-265-13/+8
* perf srcline: Add missing srcline.h header to files needing its defsArnaldo Carvalho de Melo2019-08-266-0/+9
* perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo2019-08-268-33/+50
* 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-07-311-7/+11
| | | * | | libbpf: fix erroneous multi-closing of BTF FDAndrii Nakryiko2019-07-261-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-081-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
OpenPOWER on IntegriCloud