summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/perf_event.h
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov2018-04-171-3/+15
* perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi2018-03-131-11/+12
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-02-171-0/+22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+22
| |\
| | * bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-121-0/+22
* | | perf/core: Prepare perf_event.h for new types: 'perf_kprobe' and 'perf_uprobe'Song Liu2018-02-061-0/+4
|/ /
* | perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13Jiri Olsa2018-01-081-3/+6
* | perf: Add sample_id to PERF_RECORD_ITRACE_START event commentJiri Olsa2018-01-081-0/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-0/+1
|\
| * perf/core: Add PERF_AUX_FLAG_COLLISION to report colliding samplesWill Deacon2017-10-181-0/+1
* | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang2017-08-291-1/+3
* perf/x86: Fix data source decoding for SkylakeAndi Kleen2017-08-251-2/+28
* perf/core: Define the common branch type classificationJin Yao2017-07-181-1/+26
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-0/+16
|\
| * powerpc/perf: Define big-endian version of perf_mem_data_srcSukadev Bhattiprolu2017-04-191-0/+16
* | perf/core: Add a flag for partial AUX recordsAlexander Shishkin2017-03-161-0/+1
* | perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-131-1/+31
|/
* perf core: Per event callchain limitArnaldo Carvalho de Melo2016-05-301-1/+5
* perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo2016-05-161-0/+1
* perf/core: Add ::write_backward attribute to perf eventWang Nan2016-04-231-1/+2
* perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...Wang Nan2016-03-311-0/+1
* perf/x86: Add option to disable reading branch flags/cyclesAndi Kleen2015-11-231-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-0/+1
|\
| * bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov2015-10-221-0/+1
* | perf: Add PERF_SAMPLE_BRANCH_CALLStephane Eranian2015-10-201-0/+2
* | perf/x86: Fix time_shift in perf_event_mmap_pageAdrian Hunter2015-10-201-2/+2
|/
* perf: Add cycles to branch_infoAndi Kleen2015-08-041-1/+3
* perf: Add PERF_RECORD_SWITCH to indicate context switchesAdrian Hunter2015-07-231-1/+30
* perf tools: Add time out to force stop proc map processingKan Liang2015-06-191-0/+4
* perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang2015-06-071-0/+12
* perf: add new PERF_SAMPLE_BRANCH_IND_JUMP branch sample typeStephane Eranian2015-06-071-0/+2
* perf: Add ITRACE_START record to indicate that tracing has startedAlexander Shishkin2015-04-021-0/+11
* perf: Add wakeup watermark control to the AUX areaAlexander Shishkin2015-04-021-0/+7
* perf: Support overwrite mode for the AUX areaAlexander Shishkin2015-04-021-0/+1
* perf: Add AUX recordAlexander Shishkin2015-04-021-0/+19
* perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra2015-04-021-0/+16
* perf: Add data_{offset,size} to user_pageAlexander Shishkin2015-04-021-0/+5
* tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov2015-04-021-0/+1
* perf: Add per event clockid supportPeter Zijlstra2015-03-271-3/+3
* perf/x86/intel: Expose LBR callstack to user space toolingPeter Zijlstra2015-02-181-8/+8
* perf/x86/intel: Reduce lbr_sel_map[] sizeYan, Zheng2015-02-181-14/+35
* perf: Add ability to sample machine state on interruptStephane Eranian2014-11-161-1/+14
* perf: Fix typos in sample code in the perf_event.h headerAndy Lutomirski2014-10-281-7/+7
* perf: Pass protection and flags bits through mmap2 interfacePeter Zijlstra2014-06-091-0/+1
* perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-061-2/+7
* perf: Add new conditional branch filter 'PERF_SAMPLE_BRANCH_COND'Anshuman Khandual2014-06-051-1/+2
* perf: Fix perf_event_open(.flags) testPeter Zijlstra2014-05-191-4/+4
* uapi: convert u64 to __u64 in exported headersMike Frysinger2014-01-231-1/+1
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-01-161-0/+1
|\