aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-25Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/coreIngo Molnar3-87/+109
2010-06-25perf kvm: Get rid of unused guest_kallsymsGui Jianfeng1-9/+0
2010-06-24perf: Report lost events in perf trace debug modeFrederic Weisbecker1-5/+17
2010-06-24perf: Don't print traces when debugging orderingFrederic Weisbecker1-1/+11
2010-06-24perf: Don't use 4 bytes as a default instruction breakpoint lengthFrederic Weisbecker1-2/+9
2010-06-21perf ui: Move objdump_line specific stuff out of ui_browserArnaldo Carvalho de Melo1-19/+30
2010-06-21perf ui: Separate showing the entries from running the browserArnaldo Carvalho de Melo1-31/+29
2010-06-21perf ui: Introduce ui_browser->seek to support multiple list structuresArnaldo Carvalho de Melo1-26/+43
2010-06-21perf ui: Introduce routine ui_browser__is_current_entryArnaldo Carvalho de Melo1-3/+8
2010-06-18perf scripts perl: Makefile fixTom Zanussi1-1/+1
2010-06-17perf session: fix error message on failure to open perf.dataAndy Isaacson1-2/+4
2010-06-17perf debug: fix hex dump partial final lineAndy Isaacson1-6/+4
2010-06-17perf probe: Add kernel source path optionChase Douglas4-3/+62
2010-06-17perf tools: .gitignore += config.make config.make.autogenKirill Smelkov1-0/+2
2010-06-17perf record: Add option to avoid updating buildid cacheStephane Eranian4-1/+21
2010-06-17perf symbols: Function descriptor symbol lookupEric B Munson1-3/+34
2010-06-17perf record: Avoid synthesizing mmap() for all processes in per-thread modeStephane Eranian1-1/+1
2010-06-09perf tools: Reorganize the Makefile feature testsArnaldo Carvalho de Melo2-53/+175
2010-06-09perf: Add non-exec mmap() trackingEric B Munson1-1/+3
2010-06-05perf report: Implement --sort cpuArun Sharma6-2/+39
2010-06-05perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo8-44/+41
2010-06-05perf annotate: Ask objdump to demangle symbolsStephane Eranian1-1/+1
2010-06-05perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian9-18/+89
2010-06-05perf tools: Make target to generate self contained source tarballArnaldo Carvalho de Melo1-0/+12
2010-06-05perf tools: Add the ability to specify list of cpus to monitorStephane Eranian8-24/+110
2010-06-05perf report: Make -D print sampled CPUStephane Eranian2-3/+5
2010-06-04perf symbols: Set the DSO long name when using symbol_conf.vmlinux_nameArnaldo Carvalho de Melo1-2/+6
2010-06-02Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgentIngo Molnar4-20/+39
2010-06-01perf buildid-list: Fix --with-hits event processingArnaldo Carvalho de Melo1-1/+3
2010-06-01perf scripts python: Give field dict to unhandled callbackPierre Tardy2-18/+35
2010-06-01perf hist: fix objdump output parsingKonstantin Stepanyuk1-1/+1
2010-06-01perf-record: Check correct pid when forkingBorislav Petkov1-2/+1
2010-06-01perf: Do the comm inheritance per thread in event__process_taskFrederic Weisbecker1-7/+2
2010-06-01perf: Use event__process_task from perf schedFrederic Weisbecker1-0/+1
2010-05-31perf: Process comm events by tidFrederic Weisbecker1-2/+2
2010-05-30Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-8/+28
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds40-2171/+508
2010-05-27perf tui: Fix last use_browser problem related to .perfconfigArnaldo Carvalho de Melo1-1/+1
2010-05-26perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo3-6/+25
2010-05-26perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo2-1/+2
2010-05-23perf report: Support multiple events on the TUIArnaldo Carvalho de Melo3-40/+108
2010-05-23perf annotate: Fix up usage of the build id cacheArnaldo Carvalho de Melo1-2/+11
2010-05-22perf annotate: Add TUI interfaceArnaldo Carvalho de Melo6-47/+112
2010-05-22perf tui: Remove annotate from popup menu after failureArnaldo Carvalho de Melo1-0/+5
2010-05-21perf report: Don't start the TUI if -D is usedArnaldo Carvalho de Melo1-1/+3
2010-05-21perf: Fix getline undeclaredFrederic Weisbecker1-1/+1
2010-05-21perf-record: Share per-cpu buffersPeter Zijlstra1-24/+28
2010-05-21perf-record: Remove -MPeter Zijlstra1-24/+12
2010-05-21Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/coreIngo Molnar5-26/+35
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-0/+1101