index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-26
Merge tag 'v5.3-rc6' into perf/core, to pick up fixes
Ingo Molnar
15
-69
/
+209
2019-08-24
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2019-08-22
libperf: Fix alignment trap with xyarray contents in 'perf stat'
Gerald BAEZA
1
-1
/
+2
2019-08-22
perf c2c: Fix report with offline cpus
Ravi Bangoria
1
-1
/
+1
2019-08-22
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
17
-41
/
+45
2019-08-22
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
9
-2
/
+12
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-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-46
/
+53
2019-08-21
selftests/kvm: make platform_info_test pass on AMD
Vitaly Kuznetsov
1
-1
/
+1
2019-08-21
selftests: kvm: fix state save/load on processors without XSAVE
Paolo Bonzini
1
-6
/
+10
2019-08-20
Merge tag 'perf-core-for-mingo-5.4-20190820' of git://git.kernel.org/pub/scm/...
Ingo Molnar
20
-44
/
+166
2019-08-20
Merge tag 'v5.3-rc5' into perf/core, to pick up fixes
Ingo Molnar
5
-39
/
+52
2019-08-20
Tools: hv: kvp: eliminate 'may be used uninitialized' warning
Vitaly Kuznetsov
1
-1
/
+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
[next]