summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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 top: Use the TUI interface by defaultArnaldo Carvalho de Melo2011-10-071-7/+0
| * | | | perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo2011-10-075-25/+79
| * | | | perf top: Add callgraph supportArnaldo Carvalho de Melo2011-10-072-2/+159
| * | | | perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo2011-10-078-579/+196
| * | | | perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo2011-10-079-56/+116
| * | | | 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-074-0/+24
| * | | | perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo2011-10-074-11/+33
| * | | | 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-0614-58/+213
| |\ \ \ \ | | |/ / /
| * | | | perf symbols: Treat all memory maps without dso file as loadedJiri Olsa2011-09-291-6/+18
| * | | | perf sched: Fix script command documentationJiri Olsa2011-09-291-3/+3
| * | | | perf report: Fix stdio event name header printingArnaldo Carvalho de Melo2011-09-291-4/+1
| * | | | perf: Support setting the disassembler styleAndi Kleen2011-09-296-1/+17
| * | | | perf tools: Make stat/record print fatal signals of the target programAndi Kleen2011-09-292-2/+19
| * | | | perf stat: Fix spelling in commentJim Cromie2011-09-291-1/+1
| * | | | perf stat: Allow tab as cvs delimiterJim Cromie2011-09-291-2/+4
| * | | | perf stat: Suppress printing std-dev when its 0Jim Cromie2011-09-291-1/+1
| * | | | perf stat: Fix +- nan% in --no-aggr runsJim Cromie2011-09-291-2/+7
| * | | | perf stat: Add --log-fd <N> option to redirect stderr elsewhereJim Cromie2011-09-292-1/+24
| * | | | perf top: Improve lost events warningArnaldo Carvalho de Melo2011-09-293-17/+44
| * | | | perf top browser: Fix up line width calculationArnaldo Carvalho de Melo2011-09-291-2/+2
| * | | | perf buildid-list: Support showing the build id in an ELF fileArnaldo Carvalho de Melo2011-09-292-4/+26
| * | | | perf buildid-list: Add option to show the running kernel build idArnaldo Carvalho de Melo2011-09-292-2/+34
| * | | | perf script: Add drop monitor scriptNeil Horman2011-09-293-0/+78
| * | | | perf symbols: Stop using 'self' in map_groups__ methodsArnaldo Carvalho de Melo2011-09-292-58/+58
| * | | | Merge commit 'v3.1-rc7' into perf/coreIngo Molnar2011-09-2622-289/+311
| |\ \ \ \
| * \ \ \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-08-188-66/+126
| |\ \ \ \ \
| | * | | | | perf stat: Add -o and --append optionsStephane Eranian2011-08-183-64/+100
| | * | | | | perf annotate: Add --symfs optionStephane Eranian2011-08-182-0/+5
| | * | | | | perf annotate: Make output more readableStephane Eranian2011-08-185-2/+21
* | | | | | | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-261-0/+500
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'staging-next' into Linux 3.1Greg Kroah-Hartman2011-10-251-0/+500
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-101-0/+500
* | | | | | | | 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 tools: Add support for disabling -Werror via WERROR=0Darren Hart2011-09-231-1/+8
* | | | | | | perf top: Fix userspace sample addr map offsetArnaldo Carvalho de Melo2011-09-231-4/+5
* | | | | | | 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-234-14/+47
* | | | | | | 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-233-0/+17
* | | | | | | 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
OpenPOWER on IntegriCloud