summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-20173-814/+1441
|\ \ | |/ |/|
| * Linux 5.3-rc5v5.3-rc5Linus Torvalds2019-08-181-1/+1
| * Merge tag 'fixes-for-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-181-2/+3
| |\
| | * mtd: spi-nor: Fix the disabling of write protection at initTudor Ambarus2019-08-131-2/+3
| * | Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-08-184-55/+35
| |\ \
| | * | btrfs: trim: Check the range passed into to prevent overflowQu Wenruo2019-08-071-3/+11
| | * | Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana2019-08-074-52/+24
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-186-20/+99
| |\ \ \
| | * | | x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard2019-08-161-15/+48
| | * | | MAINTAINERS, x86/CPU: Tony Luck will maintain asm/intel-family.hTony Luck2019-08-151-0/+7
| | * | | x86/fpu/math-emu: Address fallthrough warningsThomas Gleixner2019-08-122-3/+4