Age | Commit message (Expand) | Author | Files | Lines |
2010-09-08 | perf probe: Fix return probe support | Masami Hiramatsu | 2 | -0/+11 |
2010-09-07 | perf: Add a script to show packets processing | Koki Sanagi | 3 | -0/+477 |
2010-08-30 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 1 | -0/+1 |
2010-08-27 | Merge branch 'perf/urgent' into perf/core | Frederic Weisbecker | 1 | -0/+1 |
2010-08-27 | perf: Initialize callchains roots's childen hits | Frederic Weisbecker | 1 | -0/+1 |
2010-08-26 | perf tools: Fix linking errors with --as-needed flag | Tom Zanussi | 1 | -6/+15 |
2010-08-26 | perf symbols: List symbols in a dso in ascending name order | Srikar Dronamraju | 2 | -0/+15 |
2010-08-26 | 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-20 | perf ui browser: Add routines to compactly specify exit keys | Arnaldo Carvalho de Melo | 6 | -35/+34 |
2010-08-20 | perf ui browser: Return the exit key in all browsers | Arnaldo Carvalho de Melo | 7 | -125/+93 |
2010-08-20 | 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-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 5 | -0/+1498 |
2010-08-07 | 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-06 | perf report: Speed up exit path | Arnaldo Carvalho de Melo | 1 | -1/+12 |
2010-08-06 | perf timechart: Adjust confusing if indentation | Julia Lawall | 1 | -2/+2 |
2010-08-06 | perf trace: Clean up #includes | Andrea Gelmini | 1 | -12/+7 |
2010-08-06 | perf probe: Remove duplicated #include | Andrea Gelmini | 1 | -1/+0 |
2010-08-06 | perf ui: Add search by name/addr to the map__browser | Arnaldo Carvalho de Melo | 2 | -10/+117 |
2010-08-06 | perf hists: Fixup addr snprintf width on 32 bit arches | Arnaldo Carvalho de Melo | 1 | -2/+4 |