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
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlink
Arnaldo Carvalho de Melo
2009-08-06
1
-3
/
+73
*
perf: Auto-detect libbfd
Peter Zijlstra
2009-08-05
1
-0
/
+9
*
perf: Fix read buffer overflow
Roel Kluin
2009-08-04
1
-1
/
+1
*
perf tools: Fix faulty check
Stoyan Gaydarov
2009-08-02
1
-1
/
+1
*
perf_counter tools: Fix vmlinux symbol generation breakage
Mike Galbraith
2009-07-22
1
-2
/
+5
*
perf_counter: Detect debugfs location
Jason Baron
2009-07-22
4
-16
/
+26
*
perf_counter: Add tracepoint support to perf list, perf stat
Jason Baron
2009-07-22
2
-1
/
+176
*
perf symbol: C++ demangling
Arnaldo Carvalho de Melo
2009-07-22
1
-2
/
+19
*
perf: avoid structure size confusion by using a fixed size
Arjan van de Ven
2009-07-22
1
-1
/
+1
*
Merge commit 'tip/perfcounters/core' into perf-counters-for-linus
Peter Zijlstra
2009-07-22
5
-55
/
+102
|
\
|
*
perf_counter tools: PLT info is stripped in -debuginfo packages
Arnaldo Carvalho de Melo
2009-07-11
1
-51
/
+65
|
*
strlist: Introduce strlist__entry and strlist__nr_entries methods
Arnaldo Carvalho de Melo
2009-07-11
2
-4
/
+27
|
*
perf report: Adjust column width to the values sampled
Arnaldo Carvalho de Melo
2009-07-11
3
-0
/
+10
*
|
perf_counter tools: Fix index boundary check
Roel Kluin
2009-07-13
1
-1
/
+1
|
/
*
perf_counter tools: Rename cache events to remove $
Anton Blanchard
2009-07-10
1
-2
/
+2
*
perf report: Add "Fractal" mode output - support callchains with relative ove...
Frederic Weisbecker
2009-07-05
2
-21
/
+84
*
perf_counter tools: callchains: Manage the cumul hits on the fly
Frederic Weisbecker
2009-07-05
1
-4
/
+8
*
perf_counter tools: Adjust symbols in ET_EXEC files too
Arnaldo Carvalho de Melo
2009-07-03
2
-6
/
+7
*
perf_counter tools: Provide helper to print percents color
Frederic Weisbecker
2009-07-02
2
-0
/
+32
*
perf_counter tools: Set the minimum percent for callchains to be displayed
Frederic Weisbecker
2009-07-02
2
-10
/
+15
*
perf report: Add support for callchain graph output
Frederic Weisbecker
2009-07-02
2
-11
/
+51
*
perf_counter tools: Add new OPT_CALLBACK_DEFAULT option
Frederic Weisbecker
2009-07-02
2
-1
/
+4
*
perf_counter tools: Create new chain_for_each_child() iterator
Frederic Weisbecker
2009-07-02
1
-3
/
+6
*
perf_counter tools: Connect module support infrastructure to symbol loading i...
Mike Galbraith
2009-07-02
2
-11
/
+153
*
perf_counter tools: Add infrastructure to support loading of kernel module sy...
Mike Galbraith
2009-07-02
2
-0
/
+562
*
perf_counter tools: Make symbol loading consistently return number of loaded ...
Mike Galbraith
2009-07-02
1
-3
/
+6
*
perf_counter tools: Share list.h with the kernel
Arnaldo Carvalho de Melo
2009-07-01
7
-605
/
+28
*
perf_counter tools: Share rbtree.with the kernel
Arnaldo Carvalho de Melo
2009-07-01
8
-557
/
+31
*
perf list: Add cache events
Jaswinder Singh Rajput
2009-07-01
1
-1
/
+16
*
perf_counter tools: Add more warnings and fix/annotate them
Ingo Molnar
2009-07-01
17
-89
/
+109
*
perf_counter tools: Rework event string parsing/syntax
Paul Mackerras
2009-07-01
1
-72
/
+160
*
perf_counter tools: Various fixes for callchains
Frederic Weisbecker
2009-07-01
1
-32
/
+90
*
perf_counter tools: Resolve symbols in callchains
Frederic Weisbecker
2009-07-01
2
-15
/
+23
*
perf_counter tools: Fix storage size allocation of callchain list
Frederic Weisbecker
2009-07-01
1
-1
/
+1
*
perf report: Add --dsos parameter
Arnaldo Carvalho de Melo
2009-07-01
2
-0
/
+216
*
perf_counter tools: Adjust only prelinked symbol's addresses
Arnaldo Carvalho de Melo
2009-06-30
2
-6
/
+13
*
perf_counter tools: Remove dead code
Ingo Molnar
2009-06-27
5
-132
/
+3
*
perf_counter tools: Prepare a small callchain framework
Frederic Weisbecker
2009-06-26
2
-0
/
+207
*
perf_counter tools: Add alias for 'l1d' and 'l1i'
Jaswinder Singh Rajput
2009-06-25
1
-2
/
+2
*
perf_counter tools: Rework the file format
Peter Zijlstra
2009-06-25
5
-2
/
+298
*
perf_counter tools: Shorten names for events
Jaswinder Singh Rajput
2009-06-25
1
-17
/
+28
*
perf_counter tools: Check for valid cache operations
Jaswinder Singh Rajput
2009-06-25
1
-0
/
+33
*
perf_counter tools: Fix strbuf_fread() error path handling
Roel Kluin
2009-06-24
1
-1
/
+1
*
perf_counter tools: Set alias for page-faults
Jaswinder Singh Rajput
2009-06-22
1
-18
/
+18
*
perf report: Output more symbol related debug data
Peter Zijlstra
2009-06-22
1
-0
/
+4
*
perf_counter tools: Introduce alias member in event_symbol
Jaswinder Singh Rajput
2009-06-22
1
-25
/
+38
*
perf_counter tools: Define separate declarations for H/W and S/W events
Jaswinder Singh Rajput
2009-06-22
1
-22
/
+22
*
perf_counter tools: Fix vmlinux fallback when running on a different kernel
Ingo Molnar
2009-06-21
1
-1
/
+1
*
perf_counter tools: Define and use our own u64, s64 etc. definitions
Paul Mackerras
2009-06-19
5
-25
/
+26
*
perf_counter tools: Add and use isprint()
Peter Zijlstra
2009-06-18
2
-17
/
+19
[next]