aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-03perf: Fix typos in commentsIngo Molnar1-1/+1
2018-11-27events: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-10/+39
2018-10-30perf/core: Clean up inconsisent indentationColin Ian King1-1/+1
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu1-10/+39
2018-10-02perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-10-02perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra1-7/+2
2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre1-0/+6
2018-09-10perf/core: Force USER_DS when recording user stack dataYabin Cui1-0/+4
2018-09-09Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-8/+3
2018-08-30perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa1-8/+3
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2018-07-31arm64: perf: Add cap_user_time aarch64Michael O'Farrell1-2/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-3/+9
2018-07-25perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier1-0/+4
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra1-2/+4
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-1/+1
2018-07-16perf, tools: Use correct articles in commentsTobias Tefke1-8/+8
2018-06-27perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre1-1/+1
2018-06-21perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder1-2/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+8
2018-05-25perf/core: Wire up compat PERF_EVENT_IOC_QUERY_BPF, PERF_EVENT_IOC_MODIFY_ATTRIBUTESEugene Syromiatnikov1-0/+2
2018-05-25perf/core: Fix bad use of igrab()Song Liu1-12/+9
2018-05-25perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu1-10/+11
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song1-0/+8
2018-04-17perf: Return proper values for user stack errorsJiri Olsa1-2/+2
2018-04-17perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov1-0/+4
2018-04-12perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open()Song Liu1-0/+8
2018-04-09perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole1-0/+6
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin1-8/+18
2018-03-24Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-5/+16
2018-03-20perf/cgroup: Fix child event counting bugSong Liu1-5/+16
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar1-1/+3
2018-03-16perf/core: Clear sibling list of detached eventsMark Rutland1-1/+1
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-18/+16
2018-03-13perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi1-0/+48
2018-03-13perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr()Jiri Olsa1-3/+3
2018-03-12perf/core: Fix installing cgroup events on CPUleilei.lin1-11/+35
2018-03-12perf/core: Optimize perf_rotate_context() event schedulingPeter Zijlstra1-23/+37
2018-03-12perf/core: Fix tree based event rotationPeter Zijlstra1-26/+18
2018-03-12perf/core: Simpify perf_event_groups_for_each()Peter Zijlstra1-7/+7
2018-03-12perf/core: Optimize ctx_sched_out()Peter Zijlstra1-24/+29
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-19/+18
2018-03-12perf/core: Fix event schedule orderPeter Zijlstra1-49/+108
2018-03-12perf/core: Cleanup the rb-tree codePeter Zijlstra1-44/+40
2018-03-12perf/cor: Use RB trees for pinned/flexible groupsAlexey Budankov1-53/+254