aboutsummaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
Commit message (Expand)AuthorAgeFilesLines
* perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad2020-02-151-0/+2
* Merge tag 'v3.4.100' into HEADBruno Martins2017-11-091-5/+7
|\
| * perf: Fix perf ring buffer memory orderingPeter Zijlstra2014-06-071-5/+7
* | perf: Tighten (and fix) the grouping conditionPeter Zijlstra2017-08-051-6/+0
* | perf: protect group_leader from races that cause ctx double-freeJohn Dias2017-08-051-0/+6
* | BACKPORT: perf: Introduce perf_pmu_migrate_context()Yan, Zheng2017-08-051-0/+2
* | FROMLIST: security,perf: Allow further restriction of perf_event_openJeff Vander Stoep2017-08-041-0/+5
* | Merge tag 'v3.4.70' into HEADBruno Martins2017-08-011-1/+1
|\|
| * perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2013-10-011-1/+1
* | Merge tag 'v3.4.60' into HEADBruno Martins2017-08-011-2/+1
|\|
| * perf: Fix perf mmap bugsPeter Zijlstra2013-07-031-2/+1
* | Merge tag 'v3.4.40' into HEADBruno Martins2017-08-011-0/+6
|\|
| * perf,x86: fix link failure for non-Intel configsDavid Rientjes2013-03-201-1/+5
| * perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2013-03-201-0/+2
* | Merge tag 'v3.4.20' into HEADBruno Martins2017-08-011-1/+1
|\|
| * perf_event: Switch to internal refcount, fix race with close()Al Viro2012-10-021-1/+1
* | msm: perf: clean up duplicate constraint eventsNeil Leeder2013-11-131-1/+2
* | Perf: keep events across hotplugNeil Leeder2013-11-131-0/+2
|/
* perf: Move mmap page data_head offset assertion out of headerJiri Olsa2012-03-241-7/+0
* perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-231-10/+73
* perf: Adding sysfs group format attribute for pmu deviceJiri Olsa2012-03-161-0/+14
* perf: Add ABI reference sizesStephane Eranian2012-03-091-0/+2
* perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-051-1/+8
* perf: Add generic taken branch sampling supportStephane Eranian2012-03-051-4/+67
* Merge branch 'perf/jump-labels' into perf/coreIngo Molnar2012-02-281-6/+6
|\
| * static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-6/+6
* | ftrace, perf: Add support to use function tracepoint in perfJiri Olsa2012-02-211-0/+3
|/
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-01-311-0/+1
|\
| * perf: Fix broken interrupt rate throttlingStephane Eranian2012-01-271-0/+1
* | perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra2011-12-211-1/+3
* | perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra2011-12-211-0/+1
* | perf, arch: Rework perf_event_index()Peter Zijlstra2011-12-211-0/+6
|/
* perf events: Add PERF_COUNT_HW_REF_CPU_CYCLES generic PMU eventStephane Eranian2011-12-211-0/+1
* perf, core: Rate limit perf_sched_events jump_label patchingGleb Natapov2011-12-061-3/+3
* perf: Avoid a useless pmu_disable() in the perf-tickPeter Zijlstra2011-12-061-0/+1
* perf: Fix loss of notification with multi-eventPeter Zijlstra2011-12-051-0/+1
* perf, core: Introduce attrs to count in either host or guest modeJoerg Roedel2011-10-061-1/+4
* perf events: Fix slow and broken cgroup context switch codeStephane Eranian2011-08-291-9/+15
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* perf: export perf_event_refresh() to modulesAvi Kivity2011-07-011-0/+5
* perf: Add context field to perf_eventAvi Kivity2011-07-011-1/+3
* perf, arch: Add generic NODE cache eventsPeter Zijlstra2011-07-011-1/+2
* perf_events: Update Intel extra regs shared constraints managementStephane Eranian2011-07-011-3/+11
* perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra2011-07-011-3/+1
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-10/+8
* perf: Remove 64-bit alignment padding from perf_event_contextRichard Kennedy2011-07-011-1/+1
* Merge commit 'v3.0-rc3' into perf/coreIngo Molnar2011-06-161-4/+4
|\
| * perf: Fix comments in include/linux/perf_event.hVince Weaver2011-06-041-4/+4
* | perf: Split up buffer handling from core codeFrederic Weisbecker2011-06-091-29/+4
|/
* Merge branch 'perf/stat' into perf/coreIngo Molnar2011-05-061-0/+2
|\