aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+55
2012-09-13perf/x86/ibs: Check syscall attribute flagsRobert Richter1-0/+2
2012-09-04perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad1-0/+2
2012-09-04perf_event: Switch to internal refcount, fix race with close()Al Viro1-1/+1
2012-08-22perf tools: Keep the perf_event_attr on version 3Jiri Olsa1-2/+2
2012-08-10perf: Add attribute to filter out callchainsFrederic Weisbecker1-1/+4
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa1-1/+17
2012-08-10perf: Add perf_output_skip function to skip bytes in sampleJiri Olsa1-0/+2
2012-08-10perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker1-1/+1
2012-08-10perf: Add ability to attach user level registers dump to sampleJiri Olsa1-3/+32
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin1-1/+2
2012-06-18perf: Introduce perf_pmu_migrate_context()Yan, Zheng1-0/+2
2012-06-06perf/x86: Use rdpmc() rather than rdmsr() when possible in the kernelVince Weaver1-0/+1
2012-06-06perf: Limit callchains to 127Arun Sharma1-1/+1
2012-05-31perf tools: Check if callchain is corruptedNamhyung Kim1-2/+2
2012-05-23Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa1-6/+18
2012-05-09sched, perf: Use a single callback into the schedulerPeter Zijlstra1-18/+6
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-1/+4
2012-03-24perf: Move mmap page data_head offset assertion out of headerJiri Olsa1-7/+0
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra1-10/+73
2012-03-16perf: Adding sysfs group format attribute for pmu deviceJiri Olsa1-0/+14
2012-03-09perf: Add ABI reference sizesStephane Eranian1-0/+2
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian1-1/+8
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian1-4/+67
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar1-6/+6
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-6/+6
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa1-0/+3
2012-01-31Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+1
2012-01-27perf: Fix broken interrupt rate throttlingStephane Eranian1-0/+1
2011-12-21perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra1-1/+3
2011-12-21perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra1-0/+1
2011-12-21perf, arch: Rework perf_event_index()Peter Zijlstra1-0/+6
2011-12-21perf events: Add PERF_COUNT_HW_REF_CPU_CYCLES generic PMU eventStephane Eranian1-0/+1
2011-12-06perf, core: Rate limit perf_sched_events jump_label patchingGleb Natapov1-3/+3
2011-12-06perf: Avoid a useless pmu_disable() in the perf-tickPeter Zijlstra1-0/+1
2011-12-05perf: Fix loss of notification with multi-eventPeter Zijlstra1-0/+1
2011-10-06perf, core: Introduce attrs to count in either host or guest modeJoerg Roedel1-1/+4
2011-08-29perf events: Fix slow and broken cgroup context switch codeStephane Eranian1-9/+15
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-01perf: export perf_event_refresh() to modulesAvi Kivity1-0/+5
2011-07-01perf: Add context field to perf_eventAvi Kivity1-1/+3
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra1-1/+2
2011-07-01perf_events: Update Intel extra regs shared constraints managementStephane Eranian1-3/+11
2011-07-01perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra1-3/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-10/+8
2011-07-01perf: Remove 64-bit alignment padding from perf_event_contextRichard Kennedy1-1/+1
2011-06-16Merge commit 'v3.0-rc3' into perf/coreIngo Molnar1-4/+4
2011-06-09perf: Split up buffer handling from core codeFrederic Weisbecker1-29/+4
2011-06-04perf: Fix comments in include/linux/perf_event.hVince Weaver1-4/+4
2011-05-06Merge branch 'perf/stat' into perf/coreIngo Molnar1-0/+2