index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-22
perf evsel: Switch to libperf's cpumap.h
Arnaldo Carvalho de Melo
1
-1
/
+4
2019-08-22
perf x86 kvm-stat: Add missing string.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf evsel: util/evsel.h needs stdio.h as it uses FILE
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf evsel: Remove needless stddef.h from util/evsel.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-22
perf evsel: Remove needless counts.h header from util/evsel.h
Arnaldo Carvalho de Melo
2
-1
/
+2
2019-08-22
perf evsel: Add missing perf/evsel.h header in util/evsel.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf scripting python: Add missing counts.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf stat: Add missing counts.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-22
perf tests: Add missing counts.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-22
perf script: Add missing counts.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf evlist: Add missing xyarray.h header
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-22
perf bpf: Add missing xyarray.h header
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-22
perf counts: Add missing headers needed for types used
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-08-22
perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep tree
Arnaldo Carvalho de Melo
2
-1
/
+2
2019-08-22
perf metricgroup: Remove needless includes from metricgroup.h
Arnaldo Carvalho de Melo
2
-6
/
+10
2019-08-22
perf kvm s390: Add missing string.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf arm64: Add missing debug.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
5
-15
/
+16
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
14
-29
/
+32
2019-08-22
perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
Jiri Olsa
5
-14
/
+9
2019-08-22
tools headers: Add missing perf_event.h include
Jiri Olsa
1
-0
/
+1
2019-08-20
libperf: Fix arch include paths
Jiri Olsa
1
-1
/
+1
2019-08-20
tools headers: Fixup bitsperlong per arch includes
Arnaldo Carvalho de Melo
1
-9
/
+9
2019-08-20
perf top: Show info message while collecting samples
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-08-20
perf ui browser: Allow specifying message to show when no samples are availab...
Arnaldo Carvalho de Melo
2
-0
/
+3
2019-08-20
perf ui: Introduce non-interactive ui__info_window() function
Arnaldo Carvalho de Melo
2
-8
/
+17
2019-08-20
perf ui: Make 'exit_msg' optional in ui__question_window()
Arnaldo Carvalho de Melo
1
-3
/
+11
2019-08-20
perf cs-etm: Support sample flags 'insn' and 'insnlen'
Leo Yan
1
-1
/
+34
2019-08-20
perf report: Prefer DWARF callstacks to LBR ones when captured both
Alexey Budankov
1
-0
/
+2
2019-08-20
perf report: Dump LBR callstack data by -D jointly with thread stack
Alexey Budankov
1
-12
/
+19
2019-08-20
perf record: Enable LBR callstack capture jointly with thread stack
Alexey Budankov
1
-0
/
+1
2019-08-20
tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file
Steven Rostedt (VMware)
1
-2
/
+2
2019-08-20
perf evsel: Add comment for 'idx' member in 'struct perf_sample_id
Adrian Hunter
1
-0
/
+7
2019-08-20
tools arch x86: Sync asm/cpufeatures.h with the with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-08-20
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
1
-7
/
+10
2019-08-20
tools headers: Grab copy of linux/const.h, needed by linux/bits.h
Arnaldo Carvalho de Melo
3
-0
/
+42
2019-08-20
perf tools: tools/include should come before tools/uapi/include
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-20
tools headers: Add limits.h to access __WORDSIZE
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-18
Linux 5.3-rc5
v5.3-rc5
Linus Torvalds
1
-1
/
+1
2019-08-17
MAINTAINERS: Fix Hyperv vIOMMU driver file name
Lan Tianyu
1
-1
/
+1
2019-08-17
tools: hv: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2019-08-17
tools: hv: fix typos in toolchain
Adrian Vladu
4
-6
/
+6
2019-08-17
tools: hv: fix KVP and VSS daemons exit code
Adrian Vladu
2
-0
/
+4
2019-08-17
tools: hv: fixed Python pep8/flake8 warnings for lsvmbus
Adrian Vladu
1
-33
/
+42
2019-08-16
arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side
Will Deacon
1
-9
/
+13
2019-08-16
perf unwind: Remove unnecessary test
John Keeping
1
-6
/
+0
2019-08-16
perf unwind: Fix libunwind when tid != pid
John Keeping
7
-47
/
+48
2019-08-16
perf map: Use zalloc for map_groups
John Keeping
1
-1
/
+1
2019-08-16
perf report: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
2
-0
/
+27
2019-08-16
x86/boot: Save fields explicitly, zero out everything else
John Hubbard
1
-15
/
+48
[next]