summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2011-09-29perf tools: Fix raw sample readingJiri Olsa-2/+5
2011-09-23perf python: Add missing perf_event__parse_sample 'swapped' parmArnaldo Carvalho de Melo-1/+1
2011-09-23perf tools: Add support for disabling -Werror via WERROR=0Darren Hart-1/+8
2011-09-23perf top: Fix userspace sample addr map offsetArnaldo Carvalho de Melo-4/+5
2011-09-23perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian-11/+13
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern-14/+47
2011-09-23perf sort: Fix symbol sort output by separating unresolved samples by typeAnton Blanchard-2/+8
2011-09-23perf symbols: Synthesize anonymous mmap eventsAnton Blanchard-0/+5
2011-09-23perf record: Create events initially disabled and enable after initDavid Ahern-0/+17
2011-09-23perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard-0/+88
2011-09-23perf symbols: Preserve symbol scope when parsing /proc/kallsymsAnton Blanchard-2/+4
2011-09-23perf symbols: /proc/kallsyms does not sort module symbolsAnton Blanchard-22/+11
2011-09-23perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo filesAnton Blanchard-0/+2
2011-09-23perf probe: Fix regression of variable finderMasami Hiramatsu-1/+1
2011-08-29Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-0/+3
2011-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutilsLinus Torvalds-289/+308
2011-08-19cpupower: use man(1) when calling "cpupower help subcommand"Dominik Brodowski-228/+86
2011-08-19cpupower: make NLS truly optionalDominik Brodowski-0/+10
2011-08-19cpupower: fix Makefile typoDave Jones-2/+2
2011-08-18perf tools: Add group event scheduling option to perf record/statLin Ming-3/+8
2011-08-18perf tools: Fix build against newer glibcJosh Boyer-0/+2
2011-08-18perf tools: Fix error handling of unknown eventsStephane Eranian-1/+5
2011-08-18perf evlist: Fix missing event name init for default eventStephane Eranian-1/+10
2011-08-18perf list: Fix exit valueStephane Eranian-2/+0
2011-08-15cpupower: Make monitor command -c/--cpu awareThomas Renninger-0/+8
2011-08-15cpupower: Better detect offlined CPUsThomas Renninger-4/+66
2011-08-15cpupower: Do not show an empty Idle_Stats monitor if no idle driver is availableThomas Renninger-1/+1
2011-08-15cpupower: mperf monitor - Use TSC to calculate max frequency if possibleThomas Renninger-48/+131
2011-08-15cpupower: avoid using symlinksAmerigo Wang-6/+4
2011-08-14Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar-137/+403
2011-08-13Merge branch '3.1-fixes-for-rmk' of git://linux-arm.org/linux-2.6-wd into fixesRussell King-0/+3
2011-08-12ARM: fix perf build with uclibc toolchainsFlorian Fainelli-0/+3
2011-08-12perf probe: Filter out redundant inline-instancesMasami Hiramatsu-0/+22
2011-08-12perf probe: Search concrete out-of-line instancesMasami Hiramatsu-35/+83
2011-08-12perf probe: Avoid searching variables in intermediate scopesMasami Hiramatsu-31/+13
2011-08-12perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu-27/+144
2011-08-12perf probe: Warn when more than one line are givenMasami Hiramatsu-3/+11
2011-08-12perf probe: Fix to walk all inline instancesMasami Hiramatsu-1/+7
2011-08-12perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu-12/+82
2011-08-12perf probe: Fix line walker to check CU correctlyMasami Hiramatsu-3/+3
2011-08-12perf probe: Fix a memory leak for scopes arrayMasami Hiramatsu-3/+2
2011-08-12perf: fix temporary file ownership checkVasiliy Kulikov-1/+1
2011-08-11perf report: Use properly build_id kernel binariesJiri Olsa-27/+42
2011-08-10perf top browser: Remove spurious helpline updateArnaldo Carvalho de Melo-1/+0
2011-08-10Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar-12/+50
2011-08-09perf symbols: Check '/tmp/perf-' symbol file ownershipPekka Enberg-0/+11
2011-08-09perf sched: Usage leftover from trace -> script renameJiri Olsa-1/+1
2011-08-09perf sched: Do not delete session object prematurelyJiri Olsa-7/+15
2011-08-09perf tools: Check $HOME/.perfconfig ownershipArnaldo Carvalho de Melo-4/+23
2011-08-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar-23/+46