summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-09MAINTAINERS: Add Arnaldo as tools/perf/ co-maintainerIngo Molnar1-0/+1
2010-03-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar1-2/+8
2010-03-04perf trace: Don't use pager if scriptingTom Zanussi1-1/+2
2010-03-04perf trace/scripting: Remove extraneous header readTom Zanussi1-1/+0
2010-03-04perf, ARM: Modify kuser rmb() call to compile for Thumb-2Will Deacon1-3/+1
2010-03-04Merge branch 'perf/core' into perf/urgentIngo Molnar599-5864/+13687
2010-03-03x86/stacktrace: Don't dereference bad frame pointersFrederic Weisbecker1-2/+8
2010-03-02perf archive: Don't try to collect files without a build-idArnaldo Carvalho de Melo1-1/+2
2010-03-02perf_events, x86: Fixup fixed counter constraintsPeter Zijlstra3-18/+40
2010-03-02perf, x86: Restrict the ANY flagPeter Zijlstra3-15/+18
2010-03-01perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter6-16/+16
2010-03-01perf, x86: add some IBS macros to perf_event.hRobert Richter2-4/+6
2010-03-01perf, x86: make IBS macros available in perf_event.hRobert Richter2-11/+10
2010-03-01Merge remote branch 'tip/oprofile' into tip/perf/coreRobert Richter7-124/+200
2010-02-28hw-breakpoints: Remove stub unthrottle callbackFrederic Weisbecker2-6/+0
2010-02-27x86/hw-breakpoints: Remove the name fieldFrederic Weisbecker2-8/+0
2010-02-27perf: Remove pointless breakpoint unionFrederic Weisbecker2-6/+7
2010-02-27perf lock: Drop the buffers multiplexing dependencyFrederic Weisbecker1-2/+146
2010-02-27perf lock: Fix and add misc documentally thingsHitoshi Mitake3-0/+36
2010-02-27percpu: Add __percpu sparse annotations to hw_breakpointTejun Heo3-12/+12
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker696-6143/+10848
2010-02-26perf_event, amd: Fix spinlock initializationPeter Zijlstra1-1/+1
2010-02-26perf_event: Fix preempt warning in perf_clock()Peter Zijlstra1-1/+1
2010-02-26perf tools: Flush maps on COMM eventsDavid S. Miller1-4/+30
2010-02-26perf_events, x86: Split PMU definitions into separate filesPeter Zijlstra4-1514/+1554
2010-02-26perf annotate: Handle samples not at objdump output addr boundariesArnaldo Carvalho de Melo1-23/+112
2010-02-26oprofile/x86: fix msr access to reserved countersRobert Richter1-5/+4
2010-02-26oprofile/x86: use kzalloc() instead of kmalloc()Robert Richter4-18/+4
2010-02-26oprofile/x86: fix perfctr nmi reservation for mulitplexingRobert Richter2-24/+6
2010-02-26oprofile/x86: add comment to counter-in-use warningNaga Chumbalkar1-0/+9
2010-02-26oprofile/x86: warn user if a counter is already activeRobert Richter3-2/+31
2010-02-26oprofile/x86: implement randomization for IBS periodic op counterRobert Richter1-6/+63
2010-02-26oprofile/x86: implement lsfr pseudo-random number generator for IBSSuravee Suthikulpanit1-0/+23
2010-02-26oprofile/x86: implement IBS cpuid feature detectionRobert Richter1-17/+63
2010-02-26oprofile/x86: remove node check in AMD IBS initializationRobert Richter1-10/+0
2010-02-26oprofile/x86: remove OPROFILE_IBS config optionRobert Richter2-44/+1
2010-02-26oprofile: remove EXPERIMENTAL from the config option descriptionRobert Richter2-2/+2
2010-02-26oprofile: remove tracing build dependencyRobert Richter1-2/+0
2010-02-26perf_events, x86: Remove superflous MSR writesPeter Zijlstra1-3/+0
2010-02-26perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra5-47/+38
2010-02-26perf_events, x86: AMD event schedulingStephane Eranian2-3/+267
2010-02-26perf_events: Add new start/stop PMU callbacksStephane Eranian3-6/+40
2010-02-26perf_events: Report the MMAP pgoff value in bytesPeter Zijlstra1-1/+1
2010-02-25perf annotate: Defer allocating sym_priv->hist arrayArnaldo Carvalho de Melo3-29/+32
2010-02-25perf symbols: Improve debugging information about symtab originsArnaldo Carvalho de Melo4-7/+21
2010-02-25perf top: Use a macro instead of a constant variableArnaldo Carvalho de Melo1-3/+4
2010-02-25perf symbols: Check the right return variableZhang, Yanmin1-1/+1
2010-02-25perf/scripts: Tag syscall_name helper as not yet availableFrederic Weisbecker2-4/+4
2010-02-25perf/scripts: Add perf-trace-python DocumentationTom Zanussi3-2/+636
2010-02-25perf/scripts: Remove unnecessary PyTuple resizesTom Zanussi1-8/+5