summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2013-07-30perf: Split the per-cpu accounting part of the event accounting codeFrederic Weisbecker
2013-07-30perf: Factor out event accounting code to account_event()/__free_event()Frederic Weisbecker
2013-07-30perf: Sanitize get_callchain_buffer()Frederic Weisbecker
2013-07-30perf: Fix branch stack refcount leak on callchain init failureFrederic Weisbecker
2013-07-23perf: Update perf_event_type documentationPeter Zijlstra
2013-07-19Merge branch 'linus' into perf/coreIngo Molnar
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-16sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-07-12perf: Remove the 'match' callback for auxiliary events processingJiri Olsa
2013-07-12perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-12perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-12perf: Clone child context from parent context pmuJiri Olsa
2013-07-05perf: Fix interrupt handler timing harnessStephane Eranian
2013-06-23perf: Drop sample rate when sampling is too slowDave Hansen
2013-06-19perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker
2013-06-19perf: Fix hypervisor branch sampling permission checkStephane Eranian
2013-06-19Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-06-19perf: Fix mmap() accounting holePeter Zijlstra
2013-05-28perf: Fix perf mmap bugsPeter Zijlstra
2013-05-28perf/x86: Check branch sampling priv level in generic codeStephane Eranian
2013-05-28perf: Add sysfs entry to adjust multiplexing interval per PMUStephane Eranian
2013-05-28perf: Use hrtimers for event multiplexingStephane Eranian
2013-05-28perf: Fix hw breakpoints overflow period samplingJiri Olsa
2013-05-26perf: Make swevent hrtimer run in irq instead of softirqYong Zhang
2013-05-07perf: Factor out auxiliary events notificationJiri Olsa
2013-05-07perf: Fix EXIT event notificationJiri Olsa
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-30perf: Make swevent hrtimer run in irq instead of softirqYong Zhang
2013-04-30Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-04-25perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-04-22perf: New helper to prevent full dynticks CPUs from stopping tickFrederic Weisbecker
2013-04-22perf: Kick full dynticks CPU if events rotation is neededFrederic Weisbecker
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-04-12perf: Fix error return codeWei Yongjun
2013-04-10perf: make perf_event cgroup hierarchicalTejun Heo
2013-04-08perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang
2013-04-01perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian
2013-04-01perf: Add generic memory sampling interfaceStephane Eranian
2013-04-01perf/core: Add weighted samplesAndi Kleen
2013-03-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-03-18perf/cgroup: Add __percpu annotation to perf_cgroup->infoNamhyung Kim
2013-03-18perf: Generate EXIT event only once per task contextNamhyung Kim
2013-03-18perf: Reset hwc->last_period on sw clock eventsNamhyung Kim
2013-03-06perf: Remove include of cgroup.h from perf_event.hLi Zefan
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-28events: convert to idr_alloc()Tejun Heo