index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
perf probe ppc64le: Prefer symbol table lookup over DWARF
Naveen N. Rao
2015-05-04
3
-0
/
+17
*
perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding
Ananth N Mavinakayanahalli
2015-05-04
3
-0
/
+12
*
perf probe ppc: Enable matching against dot symbols automatically
Naveen N. Rao
2015-05-04
4
-3
/
+22
*
perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc
Naveen N. Rao
2015-05-04
3
-9
/
+37
*
perf probe ppc: Fix symbol fixup issues due to ELF type
Naveen N. Rao
2015-05-04
4
-2
/
+30
*
perf bench numa: Show more stats of particular threads in verbose mode
Petr Holasek
2015-05-04
1
-1
/
+31
*
perf tools: Use getconf to determine number of online CPUs
Will Deacon
2015-05-04
1
-1
/
+1
*
perf tools: Document --children option in more detail
Namhyung Kim
2015-04-29
3
-1
/
+114
*
perf stat: Add metrics support for exclude_idle
Jiri Olsa
2015-04-29
1
-1
/
+4
*
perf stat: Add metrics support for exclude_(host|guest)
Jiri Olsa
2015-04-29
1
-1
/
+5
[next]