summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Add perf_pmu_resched() as global functionStephane Eranian2019-04-161-0/+10
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-04-161-16/+21
|\
| * perf/core: Fix the address filtering fixAlexander Shishkin2019-04-161-16/+21
* | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-04-161-9/+43
|\|
| * perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra2019-04-121-9/+43
* | perf/core: Make perf_swevent_init_cpu() staticValdis Kletnieks2019-04-031-1/+1
|/
* Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-221-0/+2
|\
| * perf/core: Restore mmap record type correctlyStephane Eranian2019-03-111-0/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-101-1/+3
|\|
| * perf: Mark expected switch fall-throughGustavo A. R. Silva2019-03-011-0/+1
| * perf, bpf: Consider events with attr.bpf_event as side-band eventsSong Liu2019-02-281-1/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-101-4/+4
|\ \ | |/ |/|
| * mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-4/+4
* | Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-281-31/+59
|\ \
| * | perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2019-02-221-34/+47
| * | perf: Copy parent's address filter offsets on cloneAlexander Shishkin2019-02-221-0/+15
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-281-0/+16
|\ \ \ | |/ / |/| |
| * | perf/x86: Add check_period PMU callbackJiri Olsa2019-02-111-0/+16
| |/
* | perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_tElena Reshetova2019-02-041-1/+1
* | perf/ring_buffer: Convert ring_buffer.refcount to refcount_tElena Reshetova2019-02-041-2/+2
* | perf: Convert perf_event_context.refcount to refcount_tElena Reshetova2019-02-041-6/+6
* | perf/core: Convert to SPDX license identifiersThomas Gleixner2019-02-041-2/+1Star
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-041-7/+7
|\|
| * perf core: Fix perf_proc_update_handler() bugStephane Eranian2019-01-181-7/+7
* | perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-211-0/+115
* | perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu2019-01-211-1/+97
* | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-211-4/+7
* | perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-211-0/+9
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-1/+1
|\
| * perf: Fix typos in commentsIngo Molnar2018-12-031-1/+1
* | events: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-041-1/+1
|\
| * perf/core: Clean up inconsisent indentationColin Ian King2018-10-301-1/+1
* | Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-301-10/+39
|\ \ | |/ |/|
| * trace_uprobe: support reference counter in fd-based uprobeSong Liu2018-10-111-10/+39
* | perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-10-021-0/+2
* | perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra2018-10-021-7/+2Star
* | perf/core: Add sanity check to deal with pinned event failureReinette Chatre2018-09-281-0/+6
|/
* 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
| |/