aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
Commit message (Expand)AuthorAgeFilesLines
...
| * perf: Deconstify struct pmuPeter Zijlstra2010-09-091-5/+5
| * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-191-1/+1
| |\
| * | perf: Humanize the number of contextsFrederic Weisbecker2010-08-191-6/+8
| * | perf: Fix race in callchainsFrederic Weisbecker2010-08-191-1/+0
| * | perf: Generalize some arch callchain codeFrederic Weisbecker2010-08-191-1/+9
| * | perf: Generalize callchain_store()Frederic Weisbecker2010-08-191-0/+7
* | | perf: New helper function for pmu nameMatt Fleming2010-10-111-0/+1
* | | perf: Add helper function to return number of countersMatt Fleming2010-10-111-0/+1
| |/ |/|
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-1/+1
|\ \ | |/ |/|
| * sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo2010-06-081-1/+1
* | perf: Fix argument of perf_arch_fetch_caller_regsNobuhiro Iwamatsu2010-06-241-1/+1
* | hw_breakpoints: Fix per task breakpoint trackingFrederic Weisbecker2010-06-241-2/+4
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-091-25/+7
|\ \
| * | perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-081-25/+7
* | | perf: Fix build breakage for architecutes without atomic64_tPeter Zijlstra2010-06-091-1/+1
* | | perf: Convert perf_event to local_tPeter Zijlstra2010-06-091-3/+4
* | | perf: Add perf_event::child_countPeter Zijlstra2010-06-091-0/+1
* | | perf: Simplify the ring-buffer logic: make perf_buffer_alloc() do everything ...Peter Zijlstra2010-06-091-0/+2
* | | perf: Rename perf_mmap_data to perf_bufferPeter Zijlstra2010-06-091-3/+3
* | | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-091-5/+22
* | | perf: Add non-exec mmap() trackingEric B Munson2010-06-091-9/+3
* | | perf, trace: Inline perf_swevent_put_recursion_context()Peter Zijlstra2010-06-091-1/+1
| |/ |/|
* | perf_events: Fix races in group compositionPeter Zijlstra2010-05-311-0/+4
* | perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra2010-05-311-2/+3
|/
* perf: Remove more code from the fastpathPeter Zijlstra2010-05-211-2/+0
* perf: Optimize the !vmalloc backed bufferPeter Zijlstra2010-05-211-1/+1
* perf: Optimize perf_output_copy()Peter Zijlstra2010-05-211-0/+3
* perf: Fix wakeup storm for RO mmap()sPeter Zijlstra2010-05-211-1/+1
* perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-211-2/+4
* perf: Optimize perf_output_*() by avoiding local_xchg()Peter Zijlstra2010-05-181-0/+1
* perf: Optimize the hotpath by converting the perf output buffer to local_tPeter Zijlstra2010-05-181-8/+7
* perf: Optimize the perf_output() path by removing IRQ-disablesPeter Zijlstra2010-05-181-3/+2
* perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-181-1/+1
* Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar2010-05-111-1/+0
* perf: Add group scheduling transactional APIsLin Ming2010-05-071-3/+12
* perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-071-4/+19
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-05-071-0/+1
|\
| * perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra2010-05-071-0/+1
* | perf & kvm: Clean up some of the guest profiling callback API detailsZhang, Yanmin2010-04-201-6/+4
* | perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin2010-04-191-1/+20
* | perf: Store active software events in a hashlistFrederic Weisbecker2010-04-141-0/+12
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-021-7/+14
|\ \ | |/
| * perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker2010-04-011-7/+14
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-03-121-1/+42
|\ \ | |/
| * perf, ppc: Fix compile error due to new cpu notifiersPeter Zijlstra2010-03-111-0/+1
| * perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker2010-03-101-1/+41
* | perf, x86: use LBR for PEBS IP+1 fixupPeter Zijlstra2010-03-101-0/+6
* | perf, x86: Implement simple LBR supportPeter Zijlstra2010-03-101-0/+11
* | perf, x86: Add PEBS infrastructurePeter Zijlstra2010-03-101-1/+2
|/
* perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra2010-03-101-0/+16