index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-25
perf symbols: List symbols in a dso in ascending name order
Srikar Dronamraju
2
-0
/
+15
2010-08-25
perf hists browser: Introduce "expand/collapse all callchains" action
Arnaldo Carvalho de Melo
1
-6
/
+106
2010-08-25
perf hists browser: Init the has_children fields just once
Arnaldo Carvalho de Melo
1
-14
/
+4
2010-08-25
perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT()
Arnaldo Carvalho de Melo
1
-7
/
+7
2010-08-25
perf hists: Fix hist_entry__init_have_children
Arnaldo Carvalho de Melo
1
-0
/
+1
2010-08-25
Merge branch 'linus' into perf/core
Ingo Molnar
2
-5
/
+11
2010-08-22
perf: Support for callchains merge
Frederic Weisbecker
3
-0
/
+59
2010-08-22
perf: Rename append_callchain into callchain_append
Frederic Weisbecker
3
-15
/
+15
2010-08-22
perf: Keep track of the max depth of a callchain
Frederic Weisbecker
4
-20
/
+29
2010-08-21
perf tools: add test for strlcpy()
Kirill A. Shutemov
4
-1
/
+24
2010-08-21
perf tools: Add --tui and --stdio to choose the UI
Arnaldo Carvalho de Melo
4
-4
/
+34
2010-08-19
perf ui browser: Add routines to compactly specify exit keys
Arnaldo Carvalho de Melo
6
-35
/
+34
2010-08-19
perf ui browser: Return the exit key in all browsers
Arnaldo Carvalho de Melo
7
-125
/
+93
2010-08-19
perf ui browser: Abstract some more slang operations
Arnaldo Carvalho de Melo
5
-37
/
+38
2010-08-18
perf tools: Fix build error on read only source.
Kusanagi Kouichi
2
-5
/
+11
2010-08-17
perf tools: Fix build on POSIX shells
Bernd Petrovitsch
1
-6
/
+10
2010-08-16
perf annotate tui: Fix exit and RIGHT keys handling
Arnaldo Carvalho de Melo
1
-1
/
+2
2010-08-12
perf: Add back list_head data types
Ingo Molnar
1
-0
/
+12
2010-08-12
Merge branch 'linus' into perf/urgent
Ingo Molnar
7
-0
/
+1566
2010-08-10
perf ui hist browser: Fixup key bindings
Arnaldo Carvalho de Melo
1
-8
/
+7
2010-08-10
perf ui browser: Add ui_browser__show counterpart: __hide
Arnaldo Carvalho de Melo
7
-15
/
+33
2010-08-10
perf annotate: Cycle thru sorted lines with samples
Arnaldo Carvalho de Melo
1
-25
/
+77
2010-08-10
perf ui: Make SPACE work as PGDN in all browsers
Arnaldo Carvalho de Melo
2
-1
/
+1
2010-08-10
perf annotate: Sort by hottest lines in the TUI
Arnaldo Carvalho de Melo
4
-46
/
+125
2010-08-10
perf ui: Complete the breakdown of util/newt.c
Arnaldo Carvalho de Melo
10
-78
/
+96
2010-08-10
perf ui: Move hists browser to util/ui/browsers/
Arnaldo Carvalho de Melo
4
-954
/
+967
2010-08-10
perf symbols: Ignore mapping symbols on ARM
Dave Martin
1
-0
/
+10
2010-08-10
perf ui: Move map browser to util/ui/browsers/
Arnaldo Carvalho de Melo
4
-155
/
+175
2010-08-10
perf ui: Move annotate browser to util/ui/browsers/
Arnaldo Carvalho de Melo
6
-131
/
+151
2010-08-10
perf ui: Move ui_progress routines to separate file in util/ui/
Arnaldo Carvalho de Melo
5
-59
/
+74
2010-08-10
perf ui: Move ui_helpline routines to separate file in util/ui/
Arnaldo Carvalho de Melo
4
-37
/
+55
2010-08-10
perf ui: Shorten ui_browser member names
Arnaldo Carvalho de Melo
3
-50
/
+49
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
5
-0
/
+1498
2010-08-06
perf ui: Start breaking down newt.c into multiple files
Arnaldo Carvalho de Melo
4
-304
/
+368
2010-08-06
perf tui: Introduce list_head based generic ui_browser refresh routine
Arnaldo Carvalho de Melo
2
-25
/
+32
2010-08-06
perf probe: Fix memory leaks in add_perf_probe_events
Masami Hiramatsu
1
-3
/
+8
2010-08-06
perf probe: Fix to copy the type for raw parameters
Masami Hiramatsu
1
-2
/
+6
2010-08-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
57
-1026
/
+3096
2010-08-05
perf report: Speed up exit path
Arnaldo Carvalho de Melo
1
-1
/
+12
2010-08-05
perf timechart: Adjust confusing if indentation
Julia Lawall
1
-2
/
+2
2010-08-05
perf trace: Clean up #includes
Andrea Gelmini
1
-12
/
+7
2010-08-05
perf probe: Remove duplicated #include
Andrea Gelmini
1
-1
/
+0
2010-08-05
perf ui: Add search by name/addr to the map__browser
Arnaldo Carvalho de Melo
2
-10
/
+117
2010-08-05
perf hists: Fixup addr snprintf width on 32 bit arches
Arnaldo Carvalho de Melo
1
-2
/
+4
2010-08-05
perf hists: Handle verbose in hists__sort_list_width
Arnaldo Carvalho de Melo
1
-0
/
+3
2010-08-05
perf ui: Shorten ui_browser->refresh_entries to refresh
Arnaldo Carvalho de Melo
1
-12
/
+12
2010-08-05
perf ui: Add a map browser
Arnaldo Carvalho de Melo
1
-2
/
+127
2010-08-05
perf symbols: Store the symbol binding
Arnaldo Carvalho de Melo
2
-8
/
+23
2010-08-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...
Linus Torvalds
1
-5
/
+6
2010-08-04
perf: expose event__process function
Srikar Dronamraju
3
-20
/
+21
[prev]
[next]