aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-18perf tui: Remove unneeded call to newtCls on startupArnaldo Carvalho de Melo1-1/+0
2011-10-18perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo3-15/+25
2011-10-18perf ui browser: Allow initial use without navigation UI elementsArnaldo Carvalho de Melo4-17/+39
2011-10-18perf tui: Catch signals to exit gracefullyArnaldo Carvalho de Melo1-1/+23
2011-10-18perf hists browser: Add missing hotkeys to the help windowArnaldo Carvalho de Melo1-10/+13
2011-10-17perf hists browser: Add missing stdarg.h includeMike Galbraith1-0/+1
2011-10-17perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo2-8/+14
2011-10-15Merge branch 'perf/core' of git://github.com/acmel/linux into perf/coreIngo Molnar10-160/+329
2011-10-14perf buildid: Fix possible unterminated readlink() result bufferThomas Jarosch1-1/+1
2011-10-14perf annotate browser: Allow toggling the visualization of source code linesArnaldo Carvalho de Melo1-5/+71
2011-10-14perf ui browser: Add filter methodArnaldo Carvalho de Melo2-9/+43
2011-10-14perf annotate browser: Exit when pressing ESC or the left arrowArnaldo Carvalho de Melo1-0/+2
2011-10-14perf hists browser: Invalidate ui_browser->top after timer callsArnaldo Carvalho de Melo2-2/+14
2011-10-13perf hists browser: Fix handling of TAB/UNTAB for multiple eventsArnaldo Carvalho de Melo1-17/+31
2011-10-13perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo2-2/+13
2011-10-13perf ui browser: Remove ui_browser__add_exit_keysArnaldo Carvalho de Melo5-51/+12
2011-10-13perf ui browser: Handle SIGWINCHArnaldo Carvalho de Melo6-65/+100
2011-10-13perf hists: Fix compilation when NO_NEWT_SUPPORT is setStephane Eranian1-3/+7
2011-10-13perf hists: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo3-3/+14
2011-10-12Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-1/+3
2011-10-11perf hists browser: Recalculate browser pointers after resort/decayArnaldo Carvalho de Melo3-7/+26
2011-10-10perf probe: Fix to show correct error stringMasami Hiramatsu1-1/+3
2011-10-07perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo1-1/+0
2011-10-07perf tools: Make perf.data more self-descriptive (v8)Stephane Eranian4-33/+1161
2011-10-07perf hists browser: Update the browser.nr_entries after the timerArnaldo Carvalho de Melo1-0/+7
2011-10-07perf hists browser: Fix TAB/UNTAB use with multiple eventsArnaldo Carvalho de Melo1-0/+2
2011-10-07perf hists browser: Don't offer symbol actions when symbols not on --sortArnaldo Carvalho de Melo1-9/+17
2011-10-07perf annotate browser: Use -> to navigate on assembly linesArnaldo Carvalho de Melo1-6/+21
2011-10-07perf tools: Fix broken number of samples for perf report -nStephane Eranian1-0/+1
2011-10-07perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo4-22/+73
2011-10-07perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo5-409/+57
2011-10-07perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo7-52/+111
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo4-30/+92
2011-10-07perf report: Add option to show total periodArnaldo Carvalho de Melo2-0/+20
2011-10-07perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo2-9/+31
2011-10-07perf hists: Stop using 'self' for struct histsArnaldo Carvalho de Melo1-78/+78
2011-10-06Merge commit 'v3.1-rc9' into perf/coreIngo Molnar10-52/+196
2011-09-29perf symbols: Treat all memory maps without dso file as loadedJiri Olsa1-6/+18
2011-09-29perf: Support setting the disassembler styleAndi Kleen2-1/+7
2011-09-29perf top: Improve lost events warningArnaldo Carvalho de Melo2-0/+27
2011-09-29perf top browser: Fix up line width calculationArnaldo Carvalho de Melo1-2/+2
2011-09-29perf symbols: Stop using 'self' in map_groups__ methodsArnaldo Carvalho de Melo2-58/+58
2011-09-29perf tools: Fix raw sample readingJiri Olsa1-2/+5
2011-09-23perf python: Add missing perf_event__parse_sample 'swapped' parmArnaldo Carvalho de Melo1-1/+1
2011-09-23perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian1-11/+13
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern3-13/+46
2011-09-23perf sort: Fix symbol sort output by separating unresolved samples by typeAnton Blanchard1-2/+8
2011-09-23perf symbols: Synthesize anonymous mmap eventsAnton Blanchard1-0/+5
2011-09-23perf record: Create events initially disabled and enable after initDavid Ahern2-0/+14
2011-09-23perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard1-0/+88