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.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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-19
perf tools: perf_header__read() shouldn't die()
Arnaldo Carvalho de Melo
5
-40
/
+70
2009-11-19
perf symbols: Capture the running kernel buildid too
Arnaldo Carvalho de Melo
4
-30
/
+46
2009-11-19
perf symbols: Record the build_ids of kernel modules too
Arnaldo Carvalho de Melo
3
-1
/
+59
2009-11-19
perf symbols: Kill struct build_id_list and die() another day
Arnaldo Carvalho de Melo
4
-49
/
+28
2009-11-19
perf symbols: Fix comparision of build_ids
Arnaldo Carvalho de Melo
1
-36
/
+16
2009-11-19
perf top: Don't allocate the source parsing members upfront
Arnaldo Carvalho de Melo
1
-31
/
+45
2009-11-19
perf top: Allocate space only for the number of counters used
Arnaldo Carvalho de Melo
1
-4
/
+5
2009-11-19
perf top: Introduce helper function to access symbol from sym_entry
Arnaldo Carvalho de Melo
1
-6
/
+11
2009-11-19
perf top: Suppress DSO column if only one is present
Arnaldo Carvalho de Melo
1
-11
/
+32
2009-11-19
perf top: Auto adjust symbol and dso widths
Arnaldo Carvalho de Melo
1
-25
/
+67
2009-11-19
perf symbols: Add a long_name_len member to struct dso
Arnaldo Carvalho de Melo
2
-5
/
+22
2009-11-19
perf tools: Add ia64 support for tools/perf/
Luck, Tony
2
-3
/
+11
2009-11-17
perf tools: Support static build
Michael S. Tsirkin
1
-9
/
+11
2009-11-17
Merge branch 'perf/core' into perf/probes
Ingo Molnar
41
-567
/
+2413
2009-11-17
perf tools: Don't die() in do_write()
Arnaldo Carvalho de Melo
1
-11
/
+22
2009-11-17
perf tools: Don't die() in perf_header__new()
Arnaldo Carvalho de Melo
2
-7
/
+16
2009-11-17
perf tools: Don't die() in perf_header_attr__add_id()
Arnaldo Carvalho de Melo
3
-8
/
+17
2009-11-17
perf tools: Don't die() in perf_header__add_attr()
Arnaldo Carvalho de Melo
3
-11
/
+30
2009-11-17
perf buildid-list: Always show the DSO name
Arnaldo Carvalho de Melo
3
-6
/
+3
2009-11-17
perf top: Introduce --hide_{user,kernel}_symbols
Arnaldo Carvalho de Melo
1
-2
/
+40
2009-11-17
perf top: Use all the lines in the screen
Arnaldo Carvalho de Melo
1
-1
/
+41
2009-11-17
perf tools: Don't die in perf_header_attr__new()
Arnaldo Carvalho de Melo
3
-14
/
+17
2009-11-17
perf buildid-list: New plumbing command
Arnaldo Carvalho de Melo
6
-0
/
+154
2009-11-17
perf tools: Introduce dsos__fprintf_buildid
Arnaldo Carvalho de Melo
2
-4
/
+28
2009-11-17
perf tools: Generalize perf_header__adds_read()
Arnaldo Carvalho de Melo
2
-56
/
+98
2009-11-17
perf tools: Debug.h needs to include event.h for event_t
Arnaldo Carvalho de Melo
1
-0
/
+2
2009-11-17
perf symbols: Pass the offset to perf_header__read_build_ids()
Arnaldo Carvalho de Melo
3
-4
/
+3
2009-11-16
perf symbols: Call the symbol filter in dso__synthesize_plt_symbols()
Arnaldo Carvalho de Melo
1
-6
/
+20
2009-11-15
perf stat: Do not print ratio when task-clock event is not counted
Lucas De Marchi
1
-2
/
+3
2009-11-15
perf tools: Add new perf_atoll() function to parse string representing size i...
Hitoshi Mitake
2
-0
/
+85
2009-11-15
Merge branches 'perf/powerpc' and 'perf/bench' into perf/core
Ingo Molnar
11
-0
/
+795
2009-11-15
Merge commit 'v2.6.32-rc7' into perf/core
Ingo Molnar
2
-2
/
+2
2009-11-11
perf tools: Test -fstack-protector-all compiler option for inclusion in CFLAGS
Michael Cree
1
-1
/
+4
2009-11-11
perf tools: Bring linear set of section headers for features
Frederic Weisbecker
6
-45
/
+85
2009-11-11
perf tools: Use perf_header__set/has_feat whenever possible
Frederic Weisbecker
3
-13
/
+4
2009-11-11
perf tools: Read the build-ids from the header layer
Frederic Weisbecker
3
-8
/
+16
2009-11-11
perf tools: Split up build id saving into fetch and write
Frederic Weisbecker
4
-24
/
+59
2009-11-11
perf tools: Move the build-id storage operations to headers
Frederic Weisbecker
3
-34
/
+41
2009-11-11
perf tools: Synthetize the targeted process
Frederic Weisbecker
1
-1
/
+10
2009-11-10
perf bench: Improve sched-message.c with more comfortable output
Hitoshi Mitake
1
-3
/
+3
2009-11-10
perf bench: Improve sched-pipe.c with more comfortable output
Hitoshi Mitake
1
-5
/
+6
2009-11-10
perf bench: Improve builtin-bench.c for more friendly output
Hitoshi Mitake
1
-0
/
+4
2009-11-10
perf bench: Modify command-list.txt for the entry of perf-bench
Hitoshi Mitake
1
-0
/
+1
2009-11-10
perf bench: Add new document about perf-bench
Hitoshi Mitake
1
-0
/
+120
2009-11-10
perf bench: Clean up bench/bench.h
Ingo Molnar
1
-9
/
+7
2009-11-10
perf bench: Modify builtin-pipe.c for processing common options
Hitoshi Mitake
1
-8
/
+14
2009-11-10
perf bench: Modify bench/bench-messaging.c to adopt unified output formatting
Hitoshi Mitake
1
-7
/
+11
2009-11-10
perf bench: Modify builtin-bench.c for processing common options
Hitoshi Mitake
1
-14
/
+65
2009-11-10
perf bench: Add format constants to bench.h for unified output formatting
Hitoshi Mitake
1
-0
/
+9
2009-11-09
perf tools: Fix syntax in documentation
Zeev Tarantov
1
-4
/
+4
[next]