aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_event.c
Commit message (Expand)AuthorAge
...
| | * perf: Register PMU implementationsPeter Zijlstra2010-09-09
| | * perf: Deconstify struct pmuPeter Zijlstra2010-09-09
| | * Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-09-09
| | |\
| | * \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-19
| | |\ \
| | * | | perf: Humanize the number of contextsFrederic Weisbecker2010-08-18
| | * | | perf: Fix race in callchainsFrederic Weisbecker2010-08-18
| | * | | perf: Factorize callchain context handlingFrederic Weisbecker2010-08-18
| | * | | perf: Generalize some arch callchain codeFrederic Weisbecker2010-08-18
| * | | | Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter2010-10-11
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perf: New helper function for pmu nameMatt Fleming2010-10-11
| | |_|/ | |/| |
* | | | perf: Fix incorrect copy_from_user() usageJohn Blackwood2010-10-12
| |/ / |/| |
* | | perf: Fix CPU hotplugPeter Zijlstra2010-09-09
* | | perf_events: Fix time tracking for events with pid != -1 and cpu != -1Stephane Eranian2010-08-30
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-06
|\ \ | |/ |/|
| * Merge commit 'v2.6.35-rc3' into sched/coreIngo Molnar2010-06-18
| |\
| * | sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-09
* | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-09
|\ \ \
| * | | perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-08
* | | | perf: Convert perf_event to local_tPeter Zijlstra2010-06-09
* | | | perf: Add perf_event::child_countPeter Zijlstra2010-06-09
* | | | perf: Add perf_event_count()Peter Zijlstra2010-06-09
* | | | perf: Simplify the ring-buffer logic: make perf_buffer_alloc() do everything ...Peter Zijlstra2010-06-09
* | | | perf: Rename perf_mmap_data to perf_bufferPeter Zijlstra2010-06-09
* | | | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-09
* | | | perf: Add non-exec mmap() trackingEric B Munson2010-06-09
* | | | perf, trace: Remove superfluous rcu_read_lock()Peter Zijlstra2010-06-09
* | | | perf, trace: Inline perf_swevent_put_recursion_context()Peter Zijlstra2010-06-09
| |_|/ |/| |
* | | perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra2010-06-08
| |/ |/|
* | perf: Fix crash in sweventsPeter Zijlstra2010-06-03
* | perf_events: Fix unincremented buffer base on partial copyFrederic Weisbecker2010-05-31
* | perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian2010-05-31
* | perf_events: Fix races in group compositionPeter Zijlstra2010-05-31
* | perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra2010-05-31
* | Fix racy use of anon_inode_getfd() in perf_event.cAl Viro2010-05-27
|/
* perf: Optimize perf_tp_event_match()Peter Zijlstra2010-05-21
* perf: Remove more code from the fastpathPeter Zijlstra2010-05-21
* perf: Optimize the !vmalloc backed bufferPeter Zijlstra2010-05-21
* perf: Optimize perf_output_copy()Peter Zijlstra2010-05-21
* perf: Fix wakeup storm for RO mmap()sPeter Zijlstra2010-05-21
* perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffersPeter Zijlstra2010-05-21
* perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-21
* perf: Fix forgotten preempt_enable by nested writersFrederic Weisbecker2010-05-20
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-20
|\
| * perf: Comply with new rcu checks APIFrederic Weisbecker2010-05-20
* | perf: Optimize perf_output_*() by avoiding local_xchg()Peter Zijlstra2010-05-18
* | perf: Optimize the hotpath by converting the perf output buffer to local_tPeter Zijlstra2010-05-18
* | perf: Optimize the perf_output() path by removing IRQ-disablesPeter Zijlstra2010-05-18
* | perf: Disallow mmap() on per-task inherited eventsPeter Zijlstra2010-05-18
* | perf: Optimize buffer placement by allocating buffers NUMA awarePeter Zijlstra2010-05-18
* | perf: Fix errors path in perf_output_begin()Stephane Eranian2010-05-18