summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* perf probe: Search concrete out-of-line instancesMasami Hiramatsu2011-08-123-35/+83
* perf probe: Avoid searching variables in intermediate scopesMasami Hiramatsu2011-08-121-31/+13
* perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu2011-08-124-27/+144
* perf probe: Fix to walk all inline instancesMasami Hiramatsu2011-08-121-1/+7
* perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu2011-08-122-12/+82
* perf probe: Fix line walker to check CU correctlyMasami Hiramatsu2011-08-121-3/+3
* perf probe: Fix a memory leak for scopes arrayMasami Hiramatsu2011-08-121-3/+2
* perf: fix temporary file ownership checkVasiliy Kulikov2011-08-121-1/+1
* perf report: Use properly build_id kernel binariesJiri Olsa2011-08-113-27/+42
* perf top browser: Remove spurious helpline updateArnaldo Carvalho de Melo2011-08-101-1/+0
* perf symbols: Check '/tmp/perf-' symbol file ownershipPekka Enberg2011-08-091-0/+11
* perf tools: Check $HOME/.perfconfig ownershipArnaldo Carvalho de Melo2011-08-091-4/+23
* perf tools: Add support to install perf python extensionJiri Olsa2011-08-081-1/+20
* perf tools: do not look at ./config for configurationJonathan Nieder2011-08-081-7/+0
* perf probe: Fix coredump introduced by probe module optionJovi Zhang2011-08-081-4/+8
* perf python: Add PERF_RECORD_{LOST,READ,SAMPLE} routine tablesArnaldo Carvalho de Melo2011-07-251-3/+112
* perf evlist: Introduce 'disable' methodArnaldo Carvalho de Melo2011-07-252-0/+15