summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Force USER_DS when recording user stack dataYabin Cui2018-09-101-0/+4
* Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar2018-09-091-8/+3Star
|\
| * perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa2018-08-301-8/+3Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-1/+1
|\ \
| * | pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-151-2/+2
|\ \ \ | |_|/ |/| |
| * | arm64: perf: Add cap_user_time aarch64Michael O'Farrell2018-07-311-2/+2
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-251-3/+9
|\ \ \
| * | | perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier2018-07-251-0/+4
| * | | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-251-2/+4
| |/ /
| * / perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre2018-06-271-1/+1
| |/
* | perf, tools: Use correct articles in commentsTobias Tefke2018-07-161-8/+8
* | perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder2018-06-211-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-0/+8
|\
| * perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song2018-05-251-0/+8
* | perf/core: Wire up compat PERF_EVENT_IOC_QUERY_BPF, PERF_EVENT_IOC_MODIFY_ATT...Eugene Syromiatnikov2018-05-251-0/+2
* | perf/core: Fix bad use of igrab()Song Liu2018-05-251-12/+9Star
* | perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu2018-05-251-10/+11
|/
* perf: Return proper values for user stack errorsJiri Olsa2018-04-171-2/+2
* perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov2018-04-171-0/+4
* perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open()Song Liu2018-04-121-0/+8
* perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole2018-04-091-0/+6
* perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin2018-03-291-8/+18
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-03-241-5/+16
|\
| * perf/cgroup: Fix child event counting bugSong Liu2018-03-201-5/+16
* | Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar2018-03-191-1/+3
|\|
| * perf/core: Fix ctx_event_type in ctx_resched()Song Liu2018-03-091-1/+3
* | perf/core: Clear sibling list of detached eventsMark Rutland2018-03-161-1/+1
* | perf: Fix sibling iterationPeter Zijlstra2018-03-161-18/+16Star
* | perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi2018-03-131-0/+48
* | perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr()Jiri Olsa2018-03-131-3/+3
* | perf/core: Fix installing cgroup events on CPUleilei.lin2018-03-121-11/+35
* | perf/core: Optimize perf_rotate_context() event schedulingPeter Zijlstra2018-03-121-23/+37
* | perf/core: Fix tree based event rotationPeter Zijlstra2018-03-121-26/+18Star
* | perf/core: Simpify perf_event_groups_for_each()Peter Zijlstra2018-03-121-7/+7
* | perf/core: Optimize ctx_sched_out()Peter Zijlstra2018-03-121-24/+29
* | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-19/+18Star
* | perf/core: Fix event schedule orderPeter Zijlstra2018-03-121-49/+108
* | perf/core: Cleanup the rb-tree codePeter Zijlstra2018-03-121-44/+40Star
* | perf/cor: Use RB trees for pinned/flexible groupsAlexey Budankov2018-03-121-53/+254
* | perf/core: Fix perf_output_read_group()Peter Zijlstra2018-03-121-1/+2
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-02-171-2/+13
|\|
| * vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+10
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-181-0/+10
| | |\
| | | * bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-131-1/+1
| | | * bpf: add a bpf_override_function helperJosef Bacik2017-12-121-0/+7
| | | * bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-121-0/+3
| * | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-2/+2
| |\ \ \
| | * | | ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| | | |/ | | |/|