aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-08-041-5/+6
|\
| * [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger2010-08-031-5/+6
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King2010-07-312-0/+68
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | * | | ARM: 6198/1: perf probe: Add ARM DWARF register number mappingsWill Deacon2010-07-092-0/+68
| |/ / /
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-07-233-33/+53
|\ \ \ \ | |_|/ / |/| | |
| * | | perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...Conny Seidel2010-07-221-19/+21
| * | | perf annotate: Fix handling of goto labels that are valid hex numbersArnaldo Carvalho de Melo2010-07-221-2/+6
| * | | perf symbols: Fix directory descriptor leakingGui Jianfeng2010-07-161-7/+10
| * | | perf: Fix various display bugs with parent filteringFrederic Weisbecker2010-07-161-5/+16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-07-212-0/+47
|\ \ \ \ | |/ / / |/| | |
| * | | perf: Add DWARF register lookup for sparcDavid S. Miller2010-07-142-0/+47
| |/ /
* | | perf: Sync callchains with period based hitsFrederic Weisbecker2010-07-083-19/+20
* | | perf: Resurrect flat callchainsFrederic Weisbecker2010-07-081-0/+3
* | | perf: Version String fix, for fallback if not from gitThavidu Ranatunga2010-07-051-8/+9
* | | perf: Version String fix, using kernel versionThavidu Ranatunga2010-07-051-1/+1
| |/ |/|
* | perf tools: Fix find tids routine by excluding "." and ".."Gui Jianfeng2010-07-011-1/+10
* | perf record: prevent kill(0, SIGTERM);Ian Munsie2010-06-171-1/+1
* | perf session: Remove threads from tree on PERF_RECORD_EXITArnaldo Carvalho de Melo2010-06-174-2/+20
* | perf record: Don't call newt functions when not initializedArnaldo Carvalho de Melo2010-06-101-2/+13
|/
* 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
| | * perf record: remove unneeded gettimeofday() callRuss Anderson2010-05-201-16/+1
| * | perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo2010-05-206-18/+54
| * | perf TUI: Make 'space' be an alias to 'PgDn'Arnaldo Carvalho de Melo2010-05-201-0/+2
| |/
| * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-203-8/+20
| |\
| | * perf: Fix unaligned accesses while fetching trace valuesFrederic Weisbecker2010-05-201-1/+6
| | * perf: Use read() instead of lseek() in trace_event_read.c:skip()Tom Zanussi2010-05-201-6/+13
| * | perf session: Make read_build_id routines look at the host_machine tooArnaldo Carvalho de Melo2010-05-195-40/+69