aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-21perf: Optimize perf_tp_event_match()Peter Zijlstra1-1/+4
2010-05-21perf: Remove more code from the fastpathPeter Zijlstra2-18/+4
2010-05-21perf: Optimize the !vmalloc backed bufferPeter Zijlstra2-16/+27
2010-05-21perf: Optimize perf_output_copy()Peter Zijlstra2-28/+29
2010-05-21perf: Fix wakeup storm for RO mmap()sPeter Zijlstra2-3/+3
2010-05-21perf-record: Share per-cpu buffersPeter Zijlstra1-24/+28
2010-05-21perf-record: Remove -MPeter Zijlstra1-24/+12
2010-05-21perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffersPeter Zijlstra1-0/+19
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track eventsPeter Zijlstra7-124/+143
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interactionPeter Zijlstra5-72/+47
2010-05-21Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/coreIngo Molnar5-26/+35
2010-05-20perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo4-10/+34
2010-05-20perf record: remove unneeded gettimeofday() callRuss Anderson1-16/+1
2010-05-20Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-1/+2
2010-05-20perf: Fix forgotten preempt_enable by nested writersFrederic Weisbecker1-1/+2
2010-05-20perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo6-18/+54
2010-05-20perf TUI: Make 'space' be an alias to 'PgDn'Arnaldo Carvalho de Melo1-0/+2
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar551-7755/+11364
2010-05-20perf: Fix unaligned accesses while fetching trace valuesFrederic Weisbecker1-1/+6
2010-05-20perf: Comply with new rcu checks APIFrederic Weisbecker1-12/+46
2010-05-20perf: Use read() instead of lseek() in trace_event_read.c:skip()Tom Zanussi1-6/+13
2010-05-19perf session: Make read_build_id routines look at the host_machine tooArnaldo Carvalho de Melo5-40/+69
2010-05-19perf symbols: Don't try to read the build-id twiceArnaldo Carvalho de Melo1-0/+4
2010-05-19perf, x86: P4 PMU -- add missing bit in CCCR maskCyrill Gorcunov1-1/+2
2010-05-19perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_Cyrill Gorcunov1-1/+1
2010-05-19perf, x86: P4 PMU -- do a real check for ESCR address being in hashCyrill Gorcunov1-3/+4
2010-05-18perf tools: remove xstrndup, xmalloc, xzallocArnaldo Carvalho de Melo4-51/+3
2010-05-18perf probe: Don't call die()Arnaldo Carvalho de Melo1-3/+7
2010-05-18perf probe: Fix some error exit pathsArnaldo Carvalho de Melo1-10/+19
2010-05-18perf tools: Remove some unused functionsArnaldo Carvalho de Melo19-1909/+20
2010-05-18perf stat: add perf stat -B to pretty print large numbersStephane Eranian2-4/+17
2010-05-18perf, sparc: Implement group scheduling transactional APIsLin Ming1-47/+61
2010-05-18Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-905/+1167
2010-05-18perf: Optimize perf_output_*() by avoiding local_xchg()Peter Zijlstra2-1/+3
2010-05-18perf: Optimize the hotpath by converting the perf output buffer to local_tPeter Zijlstra2-23/+22
2010-05-18perf: Optimize the perf_output() path by removing IRQ-disablesPeter Zijlstra2-69/+30
2010-05-18perf: Disallow mmap() on per-task inherited eventsPeter Zijlstra1-0/+8
2010-05-18perf: Optimize buffer placement by allocating buffers NUMA awarePeter Zijlstra1-2/+15
2010-05-18perf: Fix errors path in perf_output_begin()Stephane Eranian1-1/+1
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra7-18/+31
2010-05-18Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-17/+37
2010-05-18Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-244/+470
2010-05-18Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-2/+7
2010-05-18Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+48
2010-05-18Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-8/+18
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds14-62/+188
2010-05-18Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-169/+155
2010-05-18Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds19-248/+308
2010-05-18Merge branch 'x86-doc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds0-0/+0
2010-05-18Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds24-280/+591