aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAge
* perf top tui: Give color hints just on the percentage, like on --stdioArnaldo Carvalho de Melo2011-10-18
* perf ui browser: Make the colors configurable and change the defaultsArnaldo Carvalho de Melo2011-10-18
* perf tui: Remove unneeded call to newtCls on startupArnaldo Carvalho de Melo2011-10-18
* perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo2011-10-18
* perf ui browser: Allow initial use without navigation UI elementsArnaldo Carvalho de Melo2011-10-18
* perf tui: Catch signals to exit gracefullyArnaldo Carvalho de Melo2011-10-18
* perf hists browser: Add missing hotkeys to the help windowArnaldo Carvalho de Melo2011-10-18
* perf hists browser: Add missing stdarg.h includeMike Galbraith2011-10-17
* perf top: Fix the 'E' hotkey, select among multiple eventsArnaldo Carvalho de Melo2011-10-17
* perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo2011-10-17
* Merge branch 'perf/core' of git://github.com/acmel/linux into perf/coreIngo Molnar2011-10-15
|\
| * perf buildid: Fix possible unterminated readlink() result bufferThomas Jarosch2011-10-14
| * perf annotate browser: Allow toggling the visualization of source code linesArnaldo Carvalho de Melo2011-10-14
| * perf ui browser: Add filter methodArnaldo Carvalho de Melo2011-10-14
| * perf annotate browser: Exit when pressing ESC or the left arrowArnaldo Carvalho de Melo2011-10-14
| * perf hists browser: Invalidate ui_browser->top after timer callsArnaldo Carvalho de Melo2011-10-14
| * perf hists browser: Fix handling of TAB/UNTAB for multiple eventsArnaldo Carvalho de Melo2011-10-13
| * perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo2011-10-13
| * perf ui browser: Remove ui_browser__add_exit_keysArnaldo Carvalho de Melo2011-10-13
| * perf ui browser: Handle SIGWINCHArnaldo Carvalho de Melo2011-10-13
| * perf hists: Fix compilation when NO_NEWT_SUPPORT is setStephane Eranian2011-10-13
| * perf hists: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo2011-10-13
| * perf hists browser: Recalculate browser pointers after resort/decayArnaldo Carvalho de Melo2011-10-11
* | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-10-12
|\ \ | |/ |/|
| * perf probe: Fix to show correct error stringMasami Hiramatsu2011-10-10
* | perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo2011-10-07
* | perf tools: Make perf.data more self-descriptive (v8)Stephane Eranian2011-10-07
* | perf hists browser: Update the browser.nr_entries after the timerArnaldo Carvalho de Melo2011-10-07
* | perf hists browser: Fix TAB/UNTAB use with multiple eventsArnaldo Carvalho de Melo2011-10-07
* | perf hists browser: Don't offer symbol actions when symbols not on --sortArnaldo Carvalho de Melo2011-10-07
* | perf annotate browser: Use -> to navigate on assembly linesArnaldo Carvalho de Melo2011-10-07
* | perf tools: Fix broken number of samples for perf report -nStephane Eranian2011-10-07
* | perf top: Use the TUI interface by defaultArnaldo Carvalho de Melo2011-10-07
* | perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo2011-10-07
* | perf top: Add callgraph supportArnaldo Carvalho de Melo2011-10-07
* | perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo2011-10-07
* | perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo2011-10-07
* | perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo2011-10-07
* | perf report: Add option to show total periodArnaldo Carvalho de Melo2011-10-07
* | perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo2011-10-07
* | perf hists: Stop using 'self' for struct histsArnaldo Carvalho de Melo2011-10-07
* | Merge commit 'v3.1-rc9' into perf/coreIngo Molnar2011-10-06
|\|
| * perf tools: Fix raw sample readingJiri Olsa2011-09-29
| * perf python: Add missing perf_event__parse_sample 'swapped' parmArnaldo Carvalho de Melo2011-09-23
| * perf tools: Add support for disabling -Werror via WERROR=0Darren Hart2011-09-23
| * perf top: Fix userspace sample addr map offsetArnaldo Carvalho de Melo2011-09-23
| * perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian2011-09-23
| * perf tool: Fix endianness handling of u32 data in samplesDavid Ahern2011-09-23
| * perf sort: Fix symbol sort output by separating unresolved samples by typeAnton Blanchard2011-09-23
| * perf symbols: Synthesize anonymous mmap eventsAnton Blanchard2011-09-23