summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2011-05-27perf top: Don't stop if no kernel symtab is foundArnaldo Carvalho de Melo-5/+15
2011-05-27perf top: Handle kptr_restrictArnaldo Carvalho de Melo-0/+15
2011-05-27perf top: Remove unused macroArnaldo Carvalho de Melo-2/+0
2011-05-27perf events: initialize fd array to -1 instead of 0David Ahern-0/+10
2011-05-27perf tools: Make sure kptr_restrict warnings fit 80 col termsArnaldo Carvalho de Melo-21/+15
2011-05-26perf tools: Fix build on older systemsArnaldo Carvalho de Melo-0/+3
2011-05-26perf symbols: Handle /proc/sys/kernel/kptr_restrictArnaldo Carvalho de Melo-6/+107
2011-05-26perf: Remove duplicate headersJesper Juhl-3/+0
2011-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2011-05-24perf tools: Fix sample type size calculation in 32 bits archsFrederic Weisbecker-1/+1
2011-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-68/+172
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+0
2011-05-23perf tools: Fix sample size bit operationsFrederic Weisbecker-16/+16
2011-05-23perf tools: Fix ommitted mmap data update on remapFrederic Weisbecker-13/+26
2011-05-22Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar-47/+138
2011-05-22perf tools: Propagate event parse error handlingFrederic Weisbecker-11/+33
2011-05-22perf tools: Robustify dynamic sample content fetchFrederic Weisbecker-0/+26
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker-5/+41
2011-05-22perf tools: Move evlist sample helpers to evlist areaFrederic Weisbecker-33/+34
2011-05-22perf tools: Remove junk code in mmap size handlingFrederic Weisbecker-3/+0
2011-05-22perf tools: Check we are able to read the event size on mmapFrederic Weisbecker-0/+7
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds-1/+1
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+0
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds-2/+0
2011-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-564/+1599
2011-05-19perf stat: Add more cache-miss percentage printoutsIngo Molnar-2/+136
2011-05-19perf stat: Add -d -d and -d -d -d options to show more CPU eventsIngo Molnar-55/+154
2011-05-18perf bench, x86: Add alternatives-asm.h wrapperIngo Molnar-0/+8
2011-05-17perf: Fix multi-event parsing bugStephane Eranian-0/+3
2011-05-15Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar-54/+116
2011-05-15perf evlist: Fix per thread mmap setupArnaldo Carvalho de Melo-53/+115
2011-05-15perf tools: Honour the cpu list parameter when also monitoring a thread listArnaldo Carvalho de Melo-1/+1
2011-05-12Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar-51/+56
2011-05-10perf probe: Fix the missed parameter initializationLin Ming-0/+1
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar-6/+10
2011-05-10perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.cJesper Juhl-1/+0
2011-05-07perf tools: Makefile: Use gcc to determine ARCHLin Ming-6/+10
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney-1/+0
2011-04-30perf stat: Tell user about unsupported events in the listDavid Ahern-1/+5
2011-04-29perf list: Fix max event string sizeIngo Molnar-12/+13
2011-04-29perf stat: Fail softly on unsupported eventsIngo Molnar-3/+1
2011-04-29perf stat: Leave more room for percentagesIngo Molnar-11/+11
2011-04-29perf stat: Adjust stall cycles warning percentagesIngo Molnar-4/+4
2011-04-29perf stat: Analyze front-end and back-end stall countsIngo Molnar-9/+39
2011-04-29perf tools: Add front-end and back-end stalled cycles supportIngo Molnar-23/+28
2011-04-28perf stat: Fix compatibility behaviorIngo Molnar-1/+4
2011-04-28perf stat: Add --sync/-S optionIngo Molnar-0/+7
2011-04-27perf stat: Fix printout vertical alignmentIngo Molnar-1/+1
2011-04-26perf stat: Add -d/--detailed flag to run with a lot of eventsIngo Molnar-8/+60
2011-04-26perf stat: Print out miss/hit ratio for L1 data-cache eventsIngo Molnar-0/+33