aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2018-04-17perf: Remove superfluous allocation error checkGravatar Jiri Olsa 1-8/+2
2018-04-17perf: Fix sample_max_stack maximum checkGravatar Jiri Olsa 1-9/+12
2018-04-17perf: Return proper values for user stack errorsGravatar Jiri Olsa 1-2/+2
2018-04-17perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Gravatar Alexey Budankov 1-0/+4
2018-04-12perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open()Gravatar Song Liu 1-0/+8
2018-04-09perf/core: Fix use-after-free in uprobe_perf_close()Gravatar Prashant Bhole 1-0/+6
2018-03-29perf/x86/pt, coresight: Clean up address filter structureGravatar Alexander Shishkin 1-8/+18
2018-03-29Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 1-13/+6
2018-03-28perf/hwbp: Simplify the perf-hwbp code, fix documentationGravatar Linus Torvalds 1-23/+7
2018-03-24Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-5/+16
2018-03-20perf/cgroup: Fix child event counting bugGravatar Song Liu 1-5/+16
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesGravatar Ingo Molnar 1-1/+3
2018-03-16perf/core: Clear sibling list of detached eventsGravatar Mark Rutland 1-1/+1
2018-03-16perf: Fix sibling iterationGravatar Peter Zijlstra 1-18/+16
2018-03-13perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESGravatar Milind Chabbi 2-1/+49
2018-03-13perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr()Gravatar Jiri Olsa 1-3/+3
2018-03-13hw_breakpoint: Add perf_event_attr fields check in __modify_user_hw_breakpoint()Gravatar Jiri Olsa 1-2/+7
2018-03-13hw_breakpoint: Factor out __modify_user_hw_breakpoint() functionGravatar Jiri Olsa 1-17/+29
2018-03-13hw_breakpoint: Add modify_bp_slot() functionGravatar Jiri Olsa 1-7/+39
2018-03-13hw_breakpoint: Pass bp_type argument to __reserve_bp_slot|__release_bp_slot()Gravatar Jiri Olsa 1-10/+10
2018-03-13hw_breakpoint: Pass bp_type directly as find_slot_idx() argumentGravatar Jiri Olsa 1-5/+5
2018-03-12perf/core: Fix installing cgroup events on CPUGravatar leilei.lin 1-11/+35
2018-03-12perf/core: Optimize perf_rotate_context() event schedulingGravatar Peter Zijlstra 1-23/+37
2018-03-12perf/core: Fix tree based event rotationGravatar Peter Zijlstra 1-26/+18
2018-03-12perf/core: Simpify perf_event_groups_for_each()Gravatar Peter Zijlstra 1-7/+7
2018-03-12perf/core: Optimize ctx_sched_out()Gravatar Peter Zijlstra 1-24/+29
2018-03-12perf/core: Remove perf_event::group_entryGravatar Peter Zijlstra 1-19/+18
2018-03-12perf/core: Fix event schedule orderGravatar Peter Zijlstra 1-49/+108
2018-03-12perf/core: Cleanup the rb-tree codeGravatar Peter Zijlstra 1-44/+40
2018-03-12perf/cor: Use RB trees for pinned/flexible groupsGravatar Alexey Budankov 1-53/+254
2018-03-12perf/core: Fix perf_output_read_group()Gravatar Peter Zijlstra 1-1/+2
2018-03-09perf/core: Fix ctx_event_type in ctx_resched()Gravatar Song Liu 1-1/+3
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-3/+14
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 2-2/+2
2018-02-06perf/core: Implement the 'perf_uprobe' PMUGravatar Song Liu 1-1/+47
2018-02-06perf/core: Implement the 'perf_kprobe' PMUGravatar Song Liu 1-35/+107
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+10
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1
2018-01-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-34/+39
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+6
2018-01-25perf/core: Fix ctx::mutex deadlockGravatar Peter Zijlstra 1-1/+7
2018-01-25perf/core: Fix another perf,trace,cpuhp lock inversionGravatar Peter Zijlstra 1-2/+24
2018-01-25perf/core: Fix lock inversion between perf,trace,cpuhpGravatar Peter Zijlstra 1-2/+11
2018-01-08perf: Return empty callchain instead of NULLGravatar Jiri Olsa 1-18/+12
2018-01-08perf: Make perf_callchain function staticGravatar Jiri Olsa 3-19/+16
2018-01-08perf: Allocate context task_ctx_data for child eventGravatar Jiri Olsa 1-0/+14
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-6/+6
2018-01-02perf: Export perf_event_update_userpageGravatar Suzuki K Poulose 1-0/+1
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+10