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