summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2011-01-03perf: Fix callchain hit bad cast on ascii displayFrederic Weisbecker1-1/+1
2010-12-21perf probe: Fix to support libdwfl older than 0.148Masami Hiramatsu1-30/+55
2010-12-21perf tools: Fix lazy wildcard matchingMasami Hiramatsu1-1/+1
2010-12-16perf buildid-cache: Fix symbolic link handlingFranck Bui-Huu1-4/+6
2010-12-16perf symbols: Stop using vmlinux files with no symbolsFranck Bui-Huu1-1/+1
2010-12-16perf probe: Fix use of kernel image path given by 'k' optionFranck Bui-Huu3-5/+16
2010-11-30perf header: Don't assume there's no attr info if no sample ids is providedFranck Bui-Huu1-3/+8
2010-11-30perf symbols: Figure out start address of kernel map from kallsymsMing Lei1-1/+42
2010-11-30perf symbols: Fix kallsyms kernel/module map splittingArnaldo Carvalho de Melo1-5/+11
2010-11-23perf symbols: Remove incorrect open-coded container_of()Rabin Vincent1-1/+3
2010-11-10perf, ui: Eliminate stack-smashing protection compiler complaintCyrill Gorcunov1-2/+3
2010-10-26perf scripting: Shut up 'perf record' final statusArnaldo Carvalho de Melo2-3/+3
2010-10-23perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo1-1/+2
2010-10-22perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo1-1/+0
2010-10-21perf probe: Add basic module supportMasami Hiramatsu5-64/+224
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu4-11/+30
2010-10-21perf probe: Function style fixMasami Hiramatsu2-2/+2
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu4-98/+419
2010-10-21perf probe: Support global variablesMasami Hiramatsu1-8/+17
2010-10-21perf probe: Fix local variable searching loopMasami Hiramatsu1-8/+18
2010-10-21perf probe: Fix type searchingMasami Hiramatsu1-8/+17
2010-10-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+2
2010-10-04perf trace scripting: Fix extern struct definitionsStephane Eranian1-2/+2
2010-10-04perf ui hist browser: Fix segfault on 'a' for annotateFrederik Deweerdt1-1/+1
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-1/+9
2010-09-13perf ui browser: Don't use windows, slang is enoughArnaldo Carvalho de Melo3-40/+34
2010-09-09perf symbols: Fix multiple initialization of symbol systemJovi Zhang2-1/+9
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar2-13/+30
2010-09-08perf probe: Fix handling of arguments namesMasami Hiramatsu1-13/+19
2010-09-08perf probe: Fix return probe supportMasami Hiramatsu2-0/+11
2010-08-30Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar1-0/+1
2010-08-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker1-0/+1
2010-08-27perf: Initialize callchains roots's childen hitsFrederic Weisbecker1-0/+1
2010-08-25perf symbols: List symbols in a dso in ascending name orderSrikar Dronamraju2-0/+15
2010-08-25perf hists browser: Introduce "expand/collapse all callchains" actionArnaldo Carvalho de Melo1-6/+106
2010-08-25perf hists browser: Init the has_children fields just onceArnaldo Carvalho de Melo1-14/+4
2010-08-25perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT()Arnaldo Carvalho de Melo1-7/+7
2010-08-25perf hists: Fix hist_entry__init_have_childrenArnaldo Carvalho de Melo1-0/+1
2010-08-22perf: Support for callchains mergeFrederic Weisbecker3-0/+59
2010-08-22perf: Rename append_callchain into callchain_appendFrederic Weisbecker2-14/+13
2010-08-22perf: Keep track of the max depth of a callchainFrederic Weisbecker4-20/+29
2010-08-21perf tools: add test for strlcpy()Kirill A. Shutemov2-1/+4
2010-08-19perf ui browser: Add routines to compactly specify exit keysArnaldo Carvalho de Melo6-35/+34
2010-08-19perf ui browser: Return the exit key in all browsersArnaldo Carvalho de Melo6-116/+85
2010-08-19perf ui browser: Abstract some more slang operationsArnaldo Carvalho de Melo5-37/+38
2010-08-16perf annotate tui: Fix exit and RIGHT keys handlingArnaldo Carvalho de Melo1-1/+2
2010-08-12perf: Add back list_head data typesIngo Molnar1-0/+12
2010-08-10perf ui hist browser: Fixup key bindingsArnaldo Carvalho de Melo1-8/+7
2010-08-10perf ui browser: Add ui_browser__show counterpart: __hideArnaldo Carvalho de Melo7-15/+33
2010-08-10perf annotate: Cycle thru sorted lines with samplesArnaldo Carvalho de Melo1-25/+77