summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
AgeCommit message (Expand)Author
2010-09-09perf: Multiple task contextsPeter Zijlstra
2010-09-09perf: Per-pmu-per-cpu contextsPeter Zijlstra
2010-09-09perf: Per cpu-context rotation timerPeter Zijlstra
2010-09-09perf: Remove the swevent hash-table from the cpu contextPeter Zijlstra
2010-09-09perf: Remove the sysfs bitsPeter Zijlstra
2010-09-09perf: Rework the PMU methodsPeter Zijlstra
2010-09-09perf: Shrink hw_perf_eventPeter Zijlstra
2010-09-09perf: Default PMU opsPeter Zijlstra
2010-09-09perf: Per PMU disablePeter Zijlstra
2010-09-09perf: Reduce perf_disable() usagePeter Zijlstra
2010-09-09perf: Register PMU implementationsPeter Zijlstra
2010-09-09perf: Deconstify struct pmuPeter Zijlstra
2010-08-19Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2010-08-19perf: Humanize the number of contextsFrederic Weisbecker
2010-08-19perf: Fix race in callchainsFrederic Weisbecker
2010-08-19perf: Generalize some arch callchain codeFrederic Weisbecker
2010-08-19perf: Generalize callchain_store()Frederic Weisbecker
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