summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
AgeCommit message (Expand)Author
2010-12-09perf: Fix inherit vs. context rotation bugThomas Gleixner
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-06-24perf: Fix argument of perf_arch_fetch_caller_regsNobuhiro Iwamatsu
2010-06-24hw_breakpoints: Fix per task breakpoint trackingFrederic Weisbecker
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-06-09perf: Fix build breakage for architecutes without atomic64_tPeter Zijlstra
2010-06-09perf: Convert perf_event to local_tPeter Zijlstra
2010-06-09perf: Add perf_event::child_countPeter Zijlstra
2010-06-09perf: Simplify the ring-buffer logic: make perf_buffer_alloc() do everything ...Peter Zijlstra
2010-06-09perf: Rename perf_mmap_data to perf_bufferPeter Zijlstra
2010-06-09perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra
2010-06-09perf: Add non-exec mmap() trackingEric B Munson
2010-06-09perf, trace: Inline perf_swevent_put_recursion_context()Peter Zijlstra
2010-06-08perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo
2010-05-31perf_events: Fix races in group compositionPeter Zijlstra
2010-05-31perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra
2010-05-21perf: Remove more code from the fastpathPeter Zijlstra
2010-05-21perf: Optimize the !vmalloc backed bufferPeter Zijlstra
2010-05-21perf: Optimize perf_output_copy()Peter Zijlstra
2010-05-21perf: Fix wakeup storm for RO mmap()sPeter Zijlstra
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra
2010-05-18perf: Optimize perf_output_*() by avoiding local_xchg()Peter Zijlstra
2010-05-18perf: Optimize the hotpath by converting the perf output buffer to local_tPeter Zijlstra
2010-05-18perf: Optimize the perf_output() path by removing IRQ-disablesPeter Zijlstra
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra
2010-05-11Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar
2010-05-07perf: Add group scheduling transactional APIsLin Ming
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-05-07perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra
2010-04-20perf & kvm: Clean up some of the guest profiling callback API detailsZhang, Yanmin
2010-04-19perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin
2010-04-14perf: Store active software events in a hashlistFrederic Weisbecker
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-04-01perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker
2010-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-03-11perf, ppc: Fix compile error due to new cpu notifiersPeter Zijlstra
2010-03-10perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker
2010-03-10perf, x86: use LBR for PEBS IP+1 fixupPeter Zijlstra
2010-03-10perf, x86: Implement simple LBR supportPeter Zijlstra
2010-03-10perf, x86: Add PEBS infrastructurePeter Zijlstra
2010-03-10perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra
2010-03-10perf: Provide generic perf_sample_data initializationPeter Zijlstra
2010-03-02perf, x86: Restrict the ANY flagPeter Zijlstra
2010-02-27perf: Remove pointless breakpoint unionFrederic Weisbecker
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker
2010-02-26perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra
2010-02-26perf_events: Add new start/stop PMU callbacksStephane Eranian
2010-02-04perf_events, x86: Fix bug in hw_perf_enable()Stephane Eranian