aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-26perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo2-5/+24
2010-05-26perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo1-0/+1
2010-05-23perf report: Support multiple events on the TUIArnaldo Carvalho de Melo2-16/+72
2010-05-23perf annotate: Fix up usage of the build id cacheArnaldo Carvalho de Melo1-2/+11
2010-05-22perf annotate: Add TUI interfaceArnaldo Carvalho de Melo4-28/+66
2010-05-22perf tui: Remove annotate from popup menu after failureArnaldo Carvalho de Melo1-0/+5
2010-05-21perf: Fix getline undeclaredFrederic Weisbecker1-1/+1
2010-05-21Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/coreIngo Molnar2-4/+7
2010-05-20perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo2-4/+7
2010-05-20perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo6-18/+54
2010-05-20perf TUI: Make 'space' be an alias to 'PgDn'Arnaldo Carvalho de Melo1-0/+2
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar3-8/+20
2010-05-20perf: Fix unaligned accesses while fetching trace valuesFrederic Weisbecker1-1/+6
2010-05-20perf: Use read() instead of lseek() in trace_event_read.c:skip()Tom Zanussi1-6/+13
2010-05-19perf session: Make read_build_id routines look at the host_machine tooArnaldo Carvalho de Melo5-40/+69
2010-05-19perf symbols: Don't try to read the build-id twiceArnaldo Carvalho de Melo1-0/+4
2010-05-18perf tools: remove xstrndup, xmalloc, xzallocArnaldo Carvalho de Melo4-51/+3
2010-05-18perf probe: Fix some error exit pathsArnaldo Carvalho de Melo1-10/+19
2010-05-18perf tools: Remove some unused functionsArnaldo Carvalho de Melo18-1909/+19
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds55-1977/+6975
2010-05-18perf tui: Fix build problem with slang <= 2.0.6Arnaldo Carvalho de Melo1-1/+9
2010-05-17perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu2-0/+7
2010-05-17perf symbols: symbol inconsistency message should be done only at verbose=1Arnaldo Carvalho de Melo1-1/+1
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo6-23/+23
2010-05-17perf options: Type check OPT_BOOLEAN and fix the offendersArnaldo Carvalho de Melo1-1/+2
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo2-2/+8
2010-05-17perf options: Introduce OPT_UINTEGERArnaldo Carvalho de Melo2-2/+22
2010-05-17perf tui: Add workaround for slang < 2.1.4Arnaldo Carvalho de Melo1-10/+21
2010-05-17perf options: Introduce OPT_U64Arnaldo Carvalho de Melo2-0/+20
2010-05-16perf tui: Add help window to show key associationsArnaldo Carvalho de Melo1-0/+60
2010-05-16perf tui: Make <- exit menus tooArnaldo Carvalho de Melo1-2/+1
2010-05-15perf newt: Add single key shortcuts for zoom into DSO and threadsArnaldo Carvalho de Melo1-3/+20
2010-05-15perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressedArnaldo Carvalho de Melo1-3/+4
2010-05-15perf newt: Fix the 'A'/'a' shortcut for annotateArnaldo Carvalho de Melo1-2/+2
2010-05-15perf newt: Make <- exit the ui_browserArnaldo Carvalho de Melo1-1/+3
2010-05-14perf newt: Make <- zoom out filtersArnaldo Carvalho de Melo3-3/+118
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo6-50/+82
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo5-17/+29
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo6-36/+54
2010-05-13perf hist: Fix missing getline declarationFrederic Weisbecker1-0/+1
2010-05-13perf hist: Fix hists__browse no-newt caseFrederic Weisbecker1-1/+1
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo4-52/+519
2010-05-11perf ui: Add ui_helpline methodsArnaldo Carvalho de Melo1-19/+50
2010-05-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo4-81/+88
2010-05-11perf: Fix static strings treated like dynamic onesFrederic Weisbecker1-1/+1
2010-05-10perf/trace/scripting: don't show script start/stop messages by defaultTom Zanussi2-7/+0
2010-05-10perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo4-10/+27
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo6-91/+79
2010-05-10perf session: create_kernel_maps should use ->host_machineArnaldo Carvalho de Melo1-3/+2
2010-05-10perf callchains: Use zalloc to allocate objectsArnaldo Carvalho de Melo1-3/+3