aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-16perf probe: Fix error message if get_real_path() failedMasami Hiramatsu2-56/+64
2010-07-16perf: Fix various display bugs with parent filteringFrederic Weisbecker1-5/+16
2010-07-14perf: Add DWARF register lookup for sparcDavid S. Miller2-0/+47
2010-07-12perf tools: Add DWARF register lookup for SHMatt Fleming2-0/+59
2010-07-08perf: Sync callchains with period based hitsFrederic Weisbecker3-19/+20
2010-07-08perf: Resurrect flat callchainsFrederic Weisbecker1-0/+3
2010-07-06Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/coreIngo Molnar5-86/+230
2010-07-05perf probe: Support static and global variablesMasami Hiramatsu2-27/+73
2010-07-05perf probe: Support tracing an entry of arrayMasami Hiramatsu4-24/+83
2010-07-05perf probe: Support "string" typeMasami Hiramatsu2-12/+49
2010-07-05perf: Version String fix, for fallback if not from gitThavidu Ranatunga1-8/+9
2010-07-05perf: Version String fix, using kernel versionThavidu Ranatunga1-1/+1
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar1-1/+10
2010-07-02perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not availableConny Seidel1-23/+25
2010-07-01perf tools: Fix find tids routine by excluding "." and ".."Gui Jianfeng1-1/+10
2010-06-29perf: Fix hist_entry__tui_annotate() build failureSrikar Dronamraju1-1/+1
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner6-5/+34
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 record: prevent kill(0, SIGTERM);Ian Munsie1-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-17perf session: Remove threads from tree on PERF_RECORD_EXITArnaldo Carvalho de Melo4-2/+20
2010-06-10perf record: Don't call newt functions when not initializedArnaldo Carvalho de Melo1-2/+13
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