summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| | * perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo2011-10-132-2/+13
| | * perf ui browser: Remove ui_browser__add_exit_keysArnaldo Carvalho de Melo2011-10-135-51/+12
| | * perf ui browser: Handle SIGWINCHArnaldo Carvalho de Melo2011-10-136-65/+100
| | * perf hists: Fix compilation when NO_NEWT_SUPPORT is setStephane Eranian2011-10-131-3/+7
| | * perf hists: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo2011-10-133-3/+14
| | * perf hists browser: Recalculate browser pointers after resort/decayArnaldo Carvalho de Melo2011-10-113-7/+26
| * | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-10-121-1/+3
| |\ \ | | |/ | |/|
| | * perf probe: Fix to show correct error stringMasami Hiramatsu2011-10-101-1/+3
| * | perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo2011-10-071-1/+0
| * | perf tools: Make perf.data more self-descriptive (v8)Stephane Eranian2011-10-074-33/+1161
| * | perf hists browser: Update the browser.nr_entries after the timerArnaldo Carvalho de Melo2011-10-071-0/+7
| * | perf hists browser: Fix TAB/UNTAB use with multiple eventsArnaldo Carvalho de Melo2011-10-071-0/+2
| * | perf hists browser: Don't offer symbol actions when symbols not on --sortArnaldo Carvalho de Melo2011-10-071-9/+17
| * | perf annotate browser: Use -> to navigate on assembly linesArnaldo Carvalho de Melo2011-10-071-6/+21
| * | perf tools: Fix broken number of samples for perf report -nStephane Eranian2011-10-071-0/+1
| * | perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo2011-10-074-22/+73
| * | perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo2011-10-075-409/+57
| * | perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo2011-10-077-52/+111
| * | perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo2011-10-074-30/+92
| * | perf report: Add option to show total periodArnaldo Carvalho de Melo2011-10-072-0/+20
| * | perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo2011-10-072-9/+31
| * | perf hists: Stop using 'self' for struct histsArnaldo Carvalho de Melo2011-10-071-78/+78
| * | Merge commit 'v3.1-rc9' into perf/coreIngo Molnar2011-10-0610-52/+196
| |\|
| * | perf symbols: Treat all memory maps without dso file as loadedJiri Olsa2011-09-291-6/+18
| * | perf: Support setting the disassembler styleAndi Kleen2011-09-292-1/+7
| * | perf top: Improve lost events warningArnaldo Carvalho de Melo2011-09-292-0/+27
| * | perf top browser: Fix up line width calculationArnaldo Carvalho de Melo2011-09-291-2/+2
| * | perf symbols: Stop using 'self' in map_groups__ methodsArnaldo Carvalho de Melo2011-09-292-58/+58
| * | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-08-184-3/+10
| |\ \
| | * | perf stat: Add -o and --append optionsStephane Eranian2011-08-181-1/+1
| | * | perf annotate: Make output more readableStephane Eranian2011-08-183-2/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | doc: fix broken referencesPaul Bolle2011-09-271-2/+2
| |/ /
* | | perf tools: Fix raw sample readingJiri Olsa2011-09-291-2/+5
* | | perf python: Add missing perf_event__parse_sample 'swapped' parmArnaldo Carvalho de Melo2011-09-231-1/+1
* | | perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian2011-09-231-11/+13
* | | perf tool: Fix endianness handling of u32 data in samplesDavid Ahern2011-09-233-13/+46
* | | perf sort: Fix symbol sort output by separating unresolved samples by typeAnton Blanchard2011-09-231-2/+8
* | | perf symbols: Synthesize anonymous mmap eventsAnton Blanchard2011-09-231-0/+5
* | | perf record: Create events initially disabled and enable after initDavid Ahern2011-09-232-0/+14
* | | perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard2011-09-231-0/+88
* | | perf symbols: Preserve symbol scope when parsing /proc/kallsymsAnton Blanchard2011-09-231-2/+4
* | | perf symbols: /proc/kallsyms does not sort module symbolsAnton Blanchard2011-09-231-22/+11
* | | perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo filesAnton Blanchard2011-09-231-0/+2
* | | perf probe: Fix regression of variable finderMasami Hiramatsu2011-09-231-1/+1
|/ /
* | perf tools: Fix build against newer glibcJosh Boyer2011-08-181-0/+2
* | perf tools: Fix error handling of unknown eventsStephane Eranian2011-08-181-1/+5
* | perf evlist: Fix missing event name init for default eventStephane Eranian2011-08-181-1/+10
* | perf list: Fix exit valueStephane Eranian2011-08-181-2/+0
|/
* perf probe: Filter out redundant inline-instancesMasami Hiramatsu2011-08-121-0/+22