index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/ba...
Arnaldo Carvalho de Melo
2015-05-08
4
-3
/
+32
*
perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.h
Arnaldo Carvalho de Melo
2015-05-08
4
-6
/
+34
*
perf probe: Support $params special probe argument
Masami Hiramatsu
2015-05-08
3
-14
/
+20
*
perf probe: Skip kernel symbols which is out of .text
Masami Hiramatsu
2015-05-08
1
-7
/
+24
*
perf probe: Make --line checks validate C-style function name
Masami Hiramatsu
2015-05-08
1
-15
/
+20
*
perf probe: Fix to return 0 when positive value returned
Masami Hiramatsu
2015-05-08
1
-1
/
+1
*
perf probe: Fix a typo for the flags of open
Masami Hiramatsu
2015-05-08
1
-1
/
+1
*
perf probe: Fix to close probe_events file in error
Masami Hiramatsu
2015-05-08
1
-1
/
+3
*
Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2015-05-06
81
-809
/
+5841
|
\
|
*
perf tools: Move TUI-specific fields out of map_symbol
Namhyung Kim
2015-05-05
5
-35
/
+54
|
*
perf hists browser: Simplify zooming code using pstack_peek()
Namhyung Kim
2015-05-05
1
-11
/
+9
|
*
perf tools: Introduce pstack_peek()
Namhyung Kim
2015-05-05
2
-0
/
+8
|
*
perf hists browser: Split popup menu actions - part 2
Namhyung Kim
2015-05-05
1
-140
/
+214
|
*
perf hists browser: Split popup menu actions
Namhyung Kim
2015-05-05
1
-86
/
+156
|
*
perf hists browser: Save perf_session_env in the hist_browser
Namhyung Kim
2015-05-05
1
-2
/
+5
|
*
perf hists browser: Save pstack in the hist_browser
Namhyung Kim
2015-05-05
1
-10
/
+10
|
*
perf hists browser: Save hist_browser_timer pointer in hist_browser
Namhyung Kim
2015-05-05
1
-5
/
+8
|
*
perf hists browser: Fix possible memory leak
Namhyung Kim
2015-05-05
1
-3
/
+5
|
*
perf tools: Move init_have_children field to the unnamed union
Namhyung Kim
2015-05-05
1
-1
/
+1
|
*
perf tools: Move TUI-specific fields into unnamed union
Namhyung Kim
2015-05-05
1
-6
/
+12
|
*
perf kmem: Show warning when trying to run stat without record
Namhyung Kim
2015-05-05
1
-3
/
+14
|
*
perf probe: Cleanup and consolidate command parsers
Masami Hiramatsu
2015-05-05
1
-68
/
+42
|
*
perf probe: Remove redundant cleanup of params.filter
Masami Hiramatsu
2015-05-05
1
-6
/
+0
|
*
perf probe: Accept filter argument for --funcs
Masami Hiramatsu
2015-05-05
2
-6
/
+16
|
*
perf probe: Allow to use filter on --del command
Masami Hiramatsu
2015-05-05
3
-81
/
+39
|
*
perf record: Add AUX area tracing Snapshot Mode support
Adrian Hunter
2015-05-05
4
-21
/
+145
|
*
perf tools: Add AUX area tracing Snapshot Mode
Adrian Hunter
2015-05-05
3
-10
/
+119
|
*
perf tools: Add support for PERF_RECORD_ITRACE_START
Adrian Hunter
2015-05-05
7
-0
/
+59
|
*
perf tools: Add support for PERF_RECORD_AUX
Adrian Hunter
2015-05-05
7
-0
/
+63
|
*
perf auxtrace: Add option to synthesize events for transactions
Adrian Hunter
2015-05-05
5
-13
/
+21
|
*
perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing
Adrian Hunter
2015-05-05
7
-21
/
+186
|
*
perf tools: Hit all build ids when AUX area tracing
Adrian Hunter
2015-05-04
3
-2
/
+25
|
*
perf tools: Add AUX area tracing index
Adrian Hunter
2015-05-04
7
-4
/
+310
|
*
perf report: Fix placement of itrace option in documentation
Adrian Hunter
2015-05-04
1
-3
/
+3
|
*
perf kmem: Add kmem.default config option
Namhyung Kim
2015-05-04
1
-3
/
+29
|
*
perf kmem: Print gfp flags in human readable string
Namhyung Kim
2015-05-04
1
-13
/
+209
|
*
perf kmem: Add --live option for current allocation stat
Namhyung Kim
2015-05-04
2
-42
/
+73
|
*
perf kmem: Support sort keys on page analysis
Namhyung Kim
2015-05-04
2
-86
/
+313
|
*
perf kmem: Implement stat --page --caller
Namhyung Kim
2015-05-04
1
-21
/
+306
|
*
perf probe: Accept filter argument for --list
Masami Hiramatsu
2015-05-04
4
-32
/
+73
|
*
perf probe: Accept multiple filter options
Masami Hiramatsu
2015-05-04
1
-5
/
+9
|
*
perf tools: Add strfilter__string to recover rules string
Masami Hiramatsu
2015-05-04
2
-0
/
+76
|
*
perf tools: Improve strfilter to append additional rules
Masami Hiramatsu
2015-05-04
2
-0
/
+66
|
*
perf probe: Improve detection of file/function name in the probe pattern
Naveen N. Rao
2015-05-04
1
-3
/
+26
|
*
perf tools: Fix bison-related build failure on CentOS 6
Namhyung Kim
2015-05-04
1
-1
/
+1
|
*
perf symbols: Warn on build id mismatch
Naveen N. Rao
2015-05-04
1
-0
/
+1
|
*
perf report: Add Instruction Tracing support
Adrian Hunter
2015-05-04
2
-0
/
+38
|
*
perf script: Always allow fields 'addr' and 'cpu' for auxtrace
Adrian Hunter
2015-05-04
1
-7
/
+22
|
*
perf evlist: Amend mmap ref counting for the AUX area mmap
Adrian Hunter
2015-05-04
1
-1
/
+1
|
*
perf probe ppc64le: Fixup function entry if using kallsyms lookup
Naveen N. Rao
2015-05-04
3
-0
/
+22
[next]