summaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Drop PERF_EVENT_TXNSukadev Bhattiprolu2015-09-131-2/+0
* perf/core: Define PERF_PMU_TXN_READ interfaceSukadev Bhattiprolu2015-09-131-0/+1
* perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu2015-09-131-3/+11
* perf/abi: Document some more aspects of the perf ABIPeter Zijlstra2015-09-131-13/+92
* perf: add the necessary core perf APIs when accessing events counters in eBPF...Kaixu Xia2015-08-091-0/+10
* Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-1/+1
|\
| * tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-1/+1
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-261-0/+5
|\ \
| * | perf: allow for PMU-specific event filteringMark Rutland2015-05-271-0/+5
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-0/+4
|\ \
| * | sched,perf: Fix periodic timersPeter Zijlstra2015-05-181-0/+4
| |/
* | perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang2015-06-071-0/+3
* | perf/x86/intel: Handle multiple records in the PEBS bufferYan, Zheng2015-06-071-0/+13
* | perf/x86/intel/cqm: Use proper data typesThomas Gleixner2015-05-271-1/+1
* | Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2015-05-271-4/+0
|\ \
| * | perf/x86: Fix event/group validationPeter Zijlstra2015-05-271-4/+0
| |/
* | perf: Fix software migrate eventsPeter Zijlstra2015-05-081-0/+24
|/
* perf: Add ITRACE_START record to indicate that tracing has startedAlexander Shishkin2015-04-021-0/+4
* perf: Add API for PMUs to write to the AUX areaAlexander Shishkin2015-04-021-1/+23
* perf: Add a pmu capability for "exclusive" eventsAlexander Shishkin2015-04-021-0/+2
* perf: Add a capability for AUX_NO_SG pmus to do software double bufferingAlexander Shishkin2015-04-021-0/+1
* perf: Support high-order allocations for AUX spaceAlexander Shishkin2015-04-021-0/+1
* perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra2015-04-021-0/+17
* perf: Add per event clockid supportPeter Zijlstra2015-03-271-0/+2
* Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar2015-03-271-2/+48
|\
| * perf: Remove type specific target pointersPeter Zijlstra2015-03-231-3/+1
| * perf/x86/intel: Support task events with Intel CQMMatt Fleming2015-02-251-0/+1
| * perf/x86/intel: Add Intel Cache QoS Monitoring supportMatt Fleming2015-02-251-0/+7
| * perf: Add ->count() function to read per-package countersMatt Fleming2015-02-251-0/+10
| * perf: Make perf_cgroup_from_task() globalMatt Fleming2015-02-251-0/+30
* | Merge tag 'v4.0-rc1' into perf/core, to refresh the treeIngo Molnar2015-02-261-0/+10
|\ \ | |/ |/|
| * Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-0/+7
| |\
| * \ Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-111-0/+10
| |\ \
| | * | perf: add PMU_EVENT_ATTR_STRING() helperCody P Schafer2015-02-021-0/+7
| | * | perf: provide sysfs_show for struct perf_pmu_events_attrCody P Schafer2015-02-021-0/+3
* | | | perf, powerpc: Fix up flush_branch_stack() usersPeter Zijlstra2015-02-181-5/+0
* | | | perf: Simplify the branch stack checkYan, Zheng2015-02-181-0/+5
* | | | perf: Add pmu specific data for perf task contextYan, Zheng2015-02-181-0/+6
* | | | perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng2015-02-181-1/+0
* | | | perf: Introduce pmu context switch callbackYan, Zheng2015-02-181-0/+9
| |_|/ |/| |
* | | perf: Add pmu callbacks to track event mapping and unmappingAndy Lutomirski2015-02-041-0/+7
|/ /
* | perf: Decouple unthrottling and rotatingMark Rutland2015-02-041-1/+1
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-01-281-6/+0
|\ \
| * | perf: Tighten (and fix) the grouping conditionPeter Zijlstra2015-01-281-6/+0
* | | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-141-7/+21
|/ /
* | perf: Move task_pt_regs sampling into arch codeAndy Lutomirski2015-01-091-5/+7
|/
* perf: Improve the perf_sample_data struct layoutPeter Zijlstra2014-11-161-17/+17
* perf: Add ability to sample machine state on interruptStephane Eranian2014-11-161-2/+5
* perf: Add PERF_EVENT_STATE_EXIT state for events with exited taskJiri Olsa2014-08-241-0/+1
* perf/x86: Fix data source encoding issues for load latency/precise storeStephane Eranian2014-08-131-1/+8
OpenPOWER on IntegriCloud