aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian2013-10-171-0/+4
* perf: Fix perf_pmu_migrate_contextPeter Zijlstra2013-10-041-3/+3
* perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra2013-09-201-0/+21
* perf: Fix up MMAP2 buffer space reservationArnaldo Carvalho de Melo2013-09-111-0/+1
*-. Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2013-09-041-140/+243
|\ \
| | * perf: Add attr->mmap2 attribute to an eventStephane Eranian2013-09-021-4/+42
| | * perf: make events stream always parsableAdrian Hunter2013-08-291-1/+10
| | * perf: Do not compute time values unnecessarilyPeter Zijlstra2013-08-161-4/+4
| | * perf: Account freq events globallyFrederic Weisbecker2013-08-161-11/+8
| | * perf: Do not get values from disabled counters in group format readJiri Olsa2013-08-071-1/+2
| | * perf: Add PERF_EVENT_IOC_ID ioctl to return event IDJiri Olsa2013-08-071-0/+9
| | * perf: Implement finer grained full dynticks kickFrederic Weisbecker2013-07-301-8/+9
| | * perf: Account freq events per cpuFrederic Weisbecker2013-07-301-0/+7
| | * perf: Migrate per cpu event accountingFrederic Weisbecker2013-07-301-0/+2
| | * perf: Split the per-cpu accounting part of the event accounting codeFrederic Weisbecker2013-07-301-32/+55
| | * perf: Factor out event accounting code to account_event()/__free_event()Frederic Weisbecker2013-07-301-32/+47
| | * perf: Sanitize get_callchain_buffer()Frederic Weisbecker2013-07-301-20/+21
| | * perf: Fix branch stack refcount leak on callchain init failureFrederic Weisbecker2013-07-301-6/+6
| | * perf: Update perf_event_type documentationPeter Zijlstra2013-07-231-15/+16
| | * Merge branch 'linus' into perf/coreIngo Molnar2013-07-191-4/+2
| | |\
| | * | perf: Remove the 'match' callback for auxiliary events processingJiri Olsa2013-07-121-40/+39
| * | | perf: Prevent race in unthrottling codeJiri Olsa2013-09-021-1/+1
| | |/ | |/|
* | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-031-11/+16
|\ \ \ | |/ / |/| |
| * | cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo2013-08-261-1/+1
| * | cgroup: cgroup_css_from_dir() now should be called with RCU read lockedTejun Heo2013-08-131-0/+3
| * | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-1/+1
| * | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-8/+10
| * | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-3/+3
* | | Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-181-2/+0
|\ \ \
| * | | sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman2013-07-161-2/+0
| | |/ | |/|
* | | kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-2/+2
|/ /
* | perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-121-1/+14
* | perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-121-1/+10
* | perf: Clone child context from parent context pmuJiri Olsa2013-07-121-1/+1
|/
* perf: Fix interrupt handler timing harnessStephane Eranian2013-07-051-2/+2
* perf: Drop sample rate when sampling is too slowDave Hansen2013-06-231-4/+88
* perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker2013-06-191-1/+1
* perf: Fix hypervisor branch sampling permission checkStephane Eranian2013-06-191-2/+2
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-06-191-72/+161
|\
| * perf: Fix mmap() accounting holePeter Zijlstra2013-06-191-71/+157
| * perf: Fix perf mmap bugsPeter Zijlstra2013-05-281-17/+20
* | perf/x86: Check branch sampling priv level in generic codeStephane Eranian2013-05-281-5/+4
* | perf: Add sysfs entry to adjust multiplexing interval per PMUStephane Eranian2013-05-281-4/+59
* | perf: Use hrtimers for event multiplexingStephane Eranian2013-05-281-8/+106
* | perf: Fix hw breakpoints overflow period samplingJiri Olsa2013-05-281-1/+1
|/
* perf: Factor out auxiliary events notificationJiri Olsa2013-05-071-153/+89
* perf: Fix EXIT event notificationJiri Olsa2013-05-071-12/+14
* Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-12/+58
|\
| * Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-0/+30
| |\
| | * Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-04-211-2/+4
| | |\