aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-06-24perf: Fix argument of perf_arch_fetch_caller_regsNobuhiro Iwamatsu1-1/+1
2010-06-24hw_breakpoints: Fix per task breakpoint trackingFrederic Weisbecker1-2/+4
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-25/+7
2010-06-09perf: Fix build breakage for architecutes without atomic64_tPeter Zijlstra1-1/+1
2010-06-09perf: Convert perf_event to local_tPeter Zijlstra1-3/+4
2010-06-09perf: Add perf_event::child_countPeter Zijlstra1-0/+1
2010-06-09perf: Simplify the ring-buffer logic: make perf_buffer_alloc() do everything neededPeter Zijlstra1-0/+2
2010-06-09perf: Rename perf_mmap_data to perf_bufferPeter Zijlstra1-3/+3
2010-06-09perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra1-5/+22
2010-06-09perf: Add non-exec mmap() trackingEric B Munson1-9/+3
2010-06-09perf, trace: Inline perf_swevent_put_recursion_context()Peter Zijlstra1-1/+1
2010-06-08perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker1-25/+7
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo1-1/+1
2010-05-31perf_events: Fix races in group compositionPeter Zijlstra1-0/+4
2010-05-31perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra1-2/+3
2010-05-21perf: Remove more code from the fastpathPeter Zijlstra1-2/+0
2010-05-21perf: Optimize the !vmalloc backed bufferPeter Zijlstra1-1/+1
2010-05-21perf: Optimize perf_output_copy()Peter Zijlstra1-0/+3
2010-05-21perf: Fix wakeup storm for RO mmap()sPeter Zijlstra1-1/+1
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track eventsPeter Zijlstra1-2/+4
2010-05-18perf: Optimize perf_output_*() by avoiding local_xchg()Peter Zijlstra1-0/+1
2010-05-18perf: Optimize the hotpath by converting the perf output buffer to local_tPeter Zijlstra1-8/+7
2010-05-18perf: Optimize the perf_output() path by removing IRQ-disablesPeter Zijlstra1-3/+2
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra1-1/+1
2010-05-11Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar1-1/+0
2010-05-07perf: Add group scheduling transactional APIsLin Ming1-3/+12
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra1-4/+19
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+1
2010-05-07perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra1-0/+1
2010-04-20perf & kvm: Clean up some of the guest profiling callback API detailsZhang, Yanmin1-6/+4
2010-04-19perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin1-1/+20
2010-04-14perf: Store active software events in a hashlistFrederic Weisbecker1-0/+12
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar1-7/+14
2010-04-01perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker1-7/+14
2010-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+42
2010-03-11perf, ppc: Fix compile error due to new cpu notifiersPeter Zijlstra1-0/+1
2010-03-10perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker1-1/+41
2010-03-10perf, x86: use LBR for PEBS IP+1 fixupPeter Zijlstra1-0/+6
2010-03-10perf, x86: Implement simple LBR supportPeter Zijlstra1-0/+11
2010-03-10perf, x86: Add PEBS infrastructurePeter Zijlstra1-1/+2
2010-03-10perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra1-0/+16
2010-03-10perf: Provide generic perf_sample_data initializationPeter Zijlstra1-0/+7
2010-03-02perf, x86: Restrict the ANY flagPeter Zijlstra1-0/+15
2010-02-27perf: Remove pointless breakpoint unionFrederic Weisbecker1-3/+2
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker1-4/+2
2010-02-26perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra1-1/+1
2010-02-26perf_events: Add new start/stop PMU callbacksStephane Eranian1-0/+2
2010-02-04perf_events, x86: Fix bug in hw_perf_enable()Stephane Eranian1-0/+2
2010-02-04perf: Make bp_len type to u64 generic across the archMahesh Salgaonkar1-4/+2