aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-06-253-87/+109
|\
| * perf kvm: Get rid of unused guest_kallsymsGui Jianfeng2010-06-251-9/+0
| * perf ui: Move objdump_line specific stuff out of ui_browserArnaldo Carvalho de Melo2010-06-211-19/+30
| * perf ui: Separate showing the entries from running the browserArnaldo Carvalho de Melo2010-06-211-31/+29
| * perf ui: Introduce ui_browser->seek to support multiple list structuresArnaldo Carvalho de Melo2010-06-211-26/+43
| * perf ui: Introduce routine ui_browser__is_current_entryArnaldo Carvalho de Melo2010-06-211-3/+8
| * perf scripts perl: Makefile fixTom Zanussi2010-06-181-1/+1
* | perf: Report lost events in perf trace debug modeFrederic Weisbecker2010-06-241-5/+17
* | perf: Don't print traces when debugging orderingFrederic Weisbecker2010-06-241-1/+11
* | perf: Don't use 4 bytes as a default instruction breakpoint lengthFrederic Weisbecker2010-06-241-2/+9
|/
* perf session: fix error message on failure to open perf.dataAndy Isaacson2010-06-171-2/+4
* perf debug: fix hex dump partial final lineAndy Isaacson2010-06-171-6/+4
* perf probe: Add kernel source path optionChase Douglas2010-06-174-3/+62
* perf tools: .gitignore += config.make config.make.autogenKirill Smelkov2010-06-171-0/+2
* perf record: Add option to avoid updating buildid cacheStephane Eranian2010-06-174-1/+21
* perf symbols: Function descriptor symbol lookupEric B Munson2010-06-171-3/+34
* perf record: Avoid synthesizing mmap() for all processes in per-thread modeStephane Eranian2010-06-171-1/+1
* perf tools: Reorganize the Makefile feature testsArnaldo Carvalho de Melo2010-06-092-53/+175
* perf: Add non-exec mmap() trackingEric B Munson2010-06-091-1/+3
* perf report: Implement --sort cpuArun Sharma2010-06-056-2/+39
* perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo2010-06-058-44/+41
* perf annotate: Ask objdump to demangle symbolsStephane Eranian2010-06-051-1/+1
* perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian2010-06-059-18/+89
* perf tools: Make target to generate self contained source tarballArnaldo Carvalho de Melo2010-06-051-0/+12
* perf tools: Add the ability to specify list of cpus to monitorStephane Eranian2010-06-058-24/+110
* perf report: Make -D print sampled CPUStephane Eranian2010-06-052-3/+5
* perf symbols: Set the DSO long name when using symbol_conf.vmlinux_nameArnaldo Carvalho de Melo2010-06-041-2/+6
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2010-06-024-20/+39
|\
| * perf buildid-list: Fix --with-hits event processingArnaldo Carvalho de Melo2010-06-011-1/+3
| * perf scripts python: Give field dict to unhandled callbackPierre Tardy2010-06-012-18/+35
| * perf hist: fix objdump output parsingKonstantin Stepanyuk2010-06-011-1/+1
* | perf-record: Check correct pid when forkingBorislav Petkov2010-06-011-2/+1
* | perf: Do the comm inheritance per thread in event__process_taskFrederic Weisbecker2010-06-011-7/+2
* | perf: Use event__process_task from perf schedFrederic Weisbecker2010-06-011-0/+1
* | perf: Process comm events by tidFrederic Weisbecker2010-05-311-2/+2
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-306-8/+28
|\
| * perf tui: Fix last use_browser problem related to .perfconfigArnaldo Carvalho de Melo2010-05-271-1/+1
| * perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo2010-05-263-6/+25
| * perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo2010-05-262-1/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-2740-2171/+508
|\ \ | |/
| * perf report: Support multiple events on the TUIArnaldo Carvalho de Melo2010-05-233-40/+108
| * perf annotate: Fix up usage of the build id cacheArnaldo Carvalho de Melo2010-05-231-2/+11
| * perf annotate: Add TUI interfaceArnaldo Carvalho de Melo2010-05-226-47/+112
| * perf tui: Remove annotate from popup menu after failureArnaldo Carvalho de Melo2010-05-221-0/+5
| * perf report: Don't start the TUI if -D is usedArnaldo Carvalho de Melo2010-05-211-1/+3
| * perf: Fix getline undeclaredFrederic Weisbecker2010-05-211-1/+1
| * perf-record: Share per-cpu buffersPeter Zijlstra2010-05-211-24/+28
| * perf-record: Remove -MPeter Zijlstra2010-05-211-24/+12
| * Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-05-215-26/+35
| |\
| | * perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo2010-05-204-10/+34