summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2011-10-11perf hists browser: Recalculate browser pointers after resort/decayArnaldo Carvalho de Melo
2011-10-07perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo
2011-10-07perf tools: Make perf.data more self-descriptive (v8)Stephane Eranian
2011-10-07perf hists browser: Update the browser.nr_entries after the timerArnaldo Carvalho de Melo
2011-10-07perf hists browser: Fix TAB/UNTAB use with multiple eventsArnaldo Carvalho de Melo
2011-10-07perf hists browser: Don't offer symbol actions when symbols not on --sortArnaldo Carvalho de Melo
2011-10-07perf annotate browser: Use -> to navigate on assembly linesArnaldo Carvalho de Melo
2011-10-07perf tools: Fix broken number of samples for perf report -nStephane Eranian
2011-10-07perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo
2011-10-07perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo
2011-10-07perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo
2011-10-07perf report: Add option to show total periodArnaldo Carvalho de Melo
2011-10-07perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo
2011-10-07perf hists: Stop using 'self' for struct histsArnaldo Carvalho de Melo
2011-10-06Merge commit 'v3.1-rc9' into perf/coreIngo Molnar
2011-09-29perf symbols: Treat all memory maps without dso file as loadedJiri Olsa
2011-09-29perf: Support setting the disassembler styleAndi Kleen
2011-09-29perf top: Improve lost events warningArnaldo Carvalho de Melo
2011-09-29perf top browser: Fix up line width calculationArnaldo Carvalho de Melo
2011-09-29perf symbols: Stop using 'self' in map_groups__ methodsArnaldo Carvalho de Melo
2011-09-29perf tools: Fix raw sample readingJiri Olsa
2011-09-23perf python: Add missing perf_event__parse_sample 'swapped' parmArnaldo Carvalho de Melo
2011-09-23perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern
2011-09-23perf sort: Fix symbol sort output by separating unresolved samples by typeAnton Blanchard
2011-09-23perf symbols: Synthesize anonymous mmap eventsAnton Blanchard
2011-09-23perf record: Create events initially disabled and enable after initDavid Ahern
2011-09-23perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard
2011-09-23perf symbols: Preserve symbol scope when parsing /proc/kallsymsAnton Blanchard
2011-09-23perf symbols: /proc/kallsyms does not sort module symbolsAnton Blanchard
2011-09-23perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo filesAnton Blanchard
2011-09-23perf probe: Fix regression of variable finderMasami Hiramatsu
2011-08-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar
2011-08-18perf stat: Add -o and --append optionsStephane Eranian
2011-08-18perf annotate: Make output more readableStephane Eranian
2011-08-18perf tools: Fix build against newer glibcJosh Boyer
2011-08-18perf tools: Fix error handling of unknown eventsStephane Eranian
2011-08-18perf evlist: Fix missing event name init for default eventStephane Eranian
2011-08-18perf list: Fix exit valueStephane Eranian
2011-08-12perf probe: Filter out redundant inline-instancesMasami Hiramatsu
2011-08-12perf probe: Search concrete out-of-line instancesMasami Hiramatsu
2011-08-12perf probe: Avoid searching variables in intermediate scopesMasami Hiramatsu
2011-08-12perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu
2011-08-12perf probe: Fix to walk all inline instancesMasami Hiramatsu
2011-08-12perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu
2011-08-12perf probe: Fix line walker to check CU correctlyMasami Hiramatsu
2011-08-12perf probe: Fix a memory leak for scopes arrayMasami Hiramatsu
2011-08-12perf: fix temporary file ownership checkVasiliy Kulikov
2011-08-11perf report: Use properly build_id kernel binariesJiri Olsa