summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
* | | | | | 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
* | | | | | Merge tag 'perf-core-for-mingo-5.4-20190820' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-08-2020-44/+166
|\ \ \ \ \ \
| * | | | | | libperf: Fix arch include pathsJiri Olsa2019-08-201-1/+1
| * | | | | | tools headers: Fixup bitsperlong per arch includesArnaldo Carvalho de Melo2019-08-201-9/+9
| * | | | | | perf top: Show info message while collecting samplesArnaldo Carvalho de Melo2019-08-201-0/+3
| * | | | | | perf ui browser: Allow specifying message to show when no samples are availab...Arnaldo Carvalho de Melo2019-08-202-0/+3
| * | | | | | perf ui: Introduce non-interactive ui__info_window() functionArnaldo Carvalho de Melo2019-08-202-8/+17
| * | | | | | perf ui: Make 'exit_msg' optional in ui__question_window()Arnaldo Carvalho de Melo2019-08-201-3/+11
| * | | | | | perf cs-etm: Support sample flags 'insn' and 'insnlen'Leo Yan2019-08-201-1/+34
| * | | | | | perf report: Prefer DWARF callstacks to LBR ones when captured bothAlexey Budankov2019-08-201-0/+2
| * | | | | | perf report: Dump LBR callstack data by -D jointly with thread stackAlexey Budankov2019-08-201-12/+19
| * | | | | | perf record: Enable LBR callstack capture jointly with thread stackAlexey Budankov2019-08-201-0/+1
| * | | | | | tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_fileSteven Rostedt (VMware)2019-08-201-2/+2
| * | | | | | perf evsel: Add comment for 'idx' member in 'struct perf_sample_idAdrian Hunter2019-08-201-0/+7
| * | | | | | tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo2019-08-201-0/+3
| * | | | | | tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo2019-08-201-7/+10
| * | | | | | tools headers: Grab copy of linux/const.h, needed by linux/bits.hArnaldo Carvalho de Melo2019-08-203-0/+42
| * | | | | | perf tools: tools/include should come before tools/uapi/includeArnaldo Carvalho de Melo2019-08-201-1/+1
| * | | | | | tools headers: Add limits.h to access __WORDSIZEArnaldo Carvalho de Melo2019-08-201-0/+1
* | | | | | | Merge tag 'v5.3-rc5' into perf/core, to pick up fixesIngo Molnar2019-08-205-39/+52
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-175-39/+52
| |\ \ \ \ \