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
2016-03-31
perf trace: Pretty print seccomp() args
Arnaldo Carvalho de Melo
1
-0
/
+47
2016-03-31
perf trace: Do not process PERF_RECORD_LOST twice
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-03-31
tools/gpio: Add missing initialization of device_name
Geert Uytterhoeven
1
-1
/
+1
2016-03-31
tools/gpio: Enable compiler optimization to catch more bugs
Geert Uytterhoeven
1
-1
/
+1
2016-03-31
Merge tag 'perf-core-for-mingo-20160330' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
21
-55
/
+448
2016-03-30
perf jit: genelf makes assumptions about endian
Anton Blanchard
1
-14
/
+10
2016-03-30
perf hists: Fix determination of a callchain node's childlessness
Andres Freund
1
-1
/
+1
2016-03-30
perf tools: Add support for skipping itrace instructions
Andi Kleen
6
-2
/
+49
2016-03-30
perf script perl: Perl scripts now get a backtrace, like the python ones
Dima Kogan
1
-8
/
+106
2016-03-30
perf config: Rename 'v' to 'home' in set_buildid_dir()
Taeung Song
1
-3
/
+4
2016-03-30
perf config: Rework buildid_dir_command_config to perf_buildid_config
Taeung Song
1
-32
/
+18
2016-03-30
perf config: Remove duplicated set_buildid_dir calls
Taeung Song
1
-2
/
+1
2016-03-30
perf tests: Add test to check for event times
Jiri Olsa
4
-0
/
+242
2016-03-30
perf tools: Make -f/--force option documentation consistent across tools
Jiri Olsa
4
-3
/
+7
2016-03-30
perf tools: Make hists__collapse_insert_entry static
Jiri Olsa
2
-4
/
+3
2016-03-30
perf mem: Add -U/-K (--all-user/--all-kernel) options
Jiri Olsa
2
-1
/
+18
2016-03-30
tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh
Sedat Dilek
1
-4
/
+8
2016-03-29
perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...
Arnaldo Carvalho de Melo
4
-7
/
+22
2016-03-29
selftest/seccomp: Fix the seccomp(2) signature
Mickaël Salaün
1
-2
/
+2
2016-03-29
selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNC
Mickaël Salaün
1
-9
/
+9
2016-03-28
perf tools: Fix build break on powerpc
Sukadev Bhattiprolu
1
-0
/
+2
2016-03-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
79
-557
/
+385
2016-03-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+136
2016-03-24
perf bench: Fix detached tarball building due to missing 'perf bench memcpy' ...
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-03-24
perf tests: Fix tarpkg build test error output redirection
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-03-24
Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
79
-557
/
+385
2016-03-23
perf llvm: Use strerror_r instead of the thread unsafe strerror one
Arnaldo Carvalho de Melo
1
-3
/
+4
2016-03-23
perf llvm: Use realpath to canonicalize paths
Arnaldo Carvalho de Melo
4
-44
/
+12
2016-03-23
perf tools: Unexport some methods unused outside strbuf.c
Arnaldo Carvalho de Melo
2
-7
/
+9
2016-03-23
perf probe: No need to use formatting strbuf method
Arnaldo Carvalho de Melo
3
-10
/
+10
2016-03-23
perf help: Use asprintf instead of adhoc equivalents
Arnaldo Carvalho de Melo
1
-38
/
+31
2016-03-23
perf tools: Remove unused perf_pathdup, xstrdup functions
Arnaldo Carvalho de Melo
4
-46
/
+0
2016-03-23
perf tools: Do not include stringify.h from the kernel sources
Arnaldo Carvalho de Melo
4
-5
/
+3
2016-03-23
tools include: Copy linux/stringify.h from the kernel
Arnaldo Carvalho de Melo
1
-0
/
+12
2016-03-23
tools lib traceevent: Remove redundant CPU output
Steven Rostedt
1
-3
/
+1
2016-03-23
perf tools: Remove needless 'extern' from function prototypes
Arnaldo Carvalho de Melo
20
-217
/
+197
2016-03-23
perf tools: Simplify die() mechanism
Arnaldo Carvalho de Melo
2
-8
/
+1
2016-03-23
perf tools: Remove unused DIE_IF macro
Arnaldo Carvalho de Melo
1
-7
/
+0
2016-03-23
perf script: Remove lots of unused arguments
Arnaldo Carvalho de Melo
1
-23
/
+14
2016-03-23
perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve
Arnaldo Carvalho de Melo
4
-11
/
+7
2016-03-23
perf machine: Rename perf_event__preprocess_sample to machine__resolve
Arnaldo Carvalho de Melo
13
-52
/
+17
2016-03-23
perf tools: Add cpumode to struct perf_sample
Arnaldo Carvalho de Melo
16
-45
/
+35
2016-03-23
perf tests: Forward the perf_sample in the dwarf unwind test
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-03-23
perf tools: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
15
-26
/
+22
2016-03-22
perf list: Fix documentation of :ppp
Andi Kleen
1
-2
/
+4
2016-03-21
perf bench numa: Fix assertion for nodes bitfield
Jakub Jelen
1
-1
/
+1
2016-03-20
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
29
-14
/
+5439
2016-03-20
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+17
2016-03-20
tools: iio: Update iio_event_monitor names
Peter Meerwald-Stadler
1
-0
/
+14
2016-03-19
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
13
-3
/
+1229
[prev]
[next]