aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/perf_event.h
AgeCommit message (Expand)Author
2018-10-31perf tools: Don't clone maps from parent when synthesizing forksDavid Miller
2018-09-10perf/UAPI: Clearly mark __PERF_SAMPLE_CALLCHAIN_EARLY as internal usePeter Zijlstra
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra
2018-04-17perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov
2018-03-13perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-02-06perf/core: Prepare perf_event.h for new types: 'perf_kprobe' and 'perf_uprobe'Song Liu
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-08perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13Jiri Olsa
2018-01-08perf: Add sample_id to PERF_RECORD_ITRACE_START event commentJiri Olsa
2017-12-12bpf/tracing: allow user space to query prog array on the same tpYonghong Song
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman
2017-10-18perf/core: Add PERF_AUX_FLAG_COLLISION to report colliding samplesWill Deacon
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang
2017-08-25perf/x86: Fix data source decoding for SkylakeAndi Kleen
2017-07-18perf/core: Define the common branch type classificationJin Yao
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-04-19powerpc/perf: Define big-endian version of perf_mem_data_srcSukadev Bhattiprolu
2017-03-16perf/core: Add a flag for partial AUX recordsAlexander Shishkin
2017-03-13perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2016-05-30perf core: Per event callchain limitArnaldo Carvalho de Melo
2016-05-16perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo
2016-04-23perf/core: Add ::write_backward attribute to perf eventWang Nan
2016-03-31perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...Wang Nan
2015-11-23perf/x86: Add option to disable reading branch flags/cyclesAndi Kleen
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov
2015-10-20perf: Add PERF_SAMPLE_BRANCH_CALLStephane Eranian
2015-10-20perf/x86: Fix time_shift in perf_event_mmap_pageAdrian Hunter
2015-08-04perf: Add cycles to branch_infoAndi Kleen
2015-07-23perf: Add PERF_RECORD_SWITCH to indicate context switchesAdrian Hunter
2015-06-19perf tools: Add time out to force stop proc map processingKan Liang
2015-06-07perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang
2015-06-07perf: add new PERF_SAMPLE_BRANCH_IND_JUMP branch sample typeStephane Eranian
2015-04-02perf: Add ITRACE_START record to indicate that tracing has startedAlexander Shishkin
2015-04-02perf: Add wakeup watermark control to the AUX areaAlexander Shishkin
2015-04-02perf: Support overwrite mode for the AUX areaAlexander Shishkin
2015-04-02perf: Add AUX recordAlexander Shishkin
2015-04-02perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra
2015-04-02perf: Add data_{offset,size} to user_pageAlexander Shishkin
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov
2015-03-27perf: Add per event clockid supportPeter Zijlstra
2015-02-18perf/x86/intel: Expose LBR callstack to user space toolingPeter Zijlstra
2015-02-18perf/x86/intel: Reduce lbr_sel_map[] sizeYan, Zheng
2014-11-16perf: Add ability to sample machine state on interruptStephane Eranian
2014-10-28perf: Fix typos in sample code in the perf_event.h headerAndy Lutomirski
2014-06-09perf: Pass protection and flags bits through mmap2 interfacePeter Zijlstra
2014-06-06perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter
2014-06-05perf: Add new conditional branch filter 'PERF_SAMPLE_BRANCH_COND'Anshuman Khandual