summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | kernel: events: Export perf_report_aux_output_id()Mike Leach2023-01-191-0/+1
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \ \
| * | | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| |/ /
* | | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-201-95/+112
|\ \ \ | |_|/ |/| |
| * | perf/core: Call perf_prepare_sample() before running BPFNamhyung Kim2023-01-181-7/+1
| * | perf/core: Introduce perf_prepare_header()Namhyung Kim2023-01-181-14/+24
| * | perf/core: Do not pass header for sample ID initNamhyung Kim2023-01-181-7/+7
| * | perf/core: Set data->sample_flags in perf_prepare_sample()Namhyung Kim2023-01-181-20/+65
| * | perf/core: Add perf_sample_save_brstack() helperNamhyung Kim2023-01-181-11/+5
| * | perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim2023-01-181-26/+5
| * | perf/core: Add perf_sample_save_callchain() helperNamhyung Kim2023-01-181-10/+2
| * | perf/core: Save the dynamic parts of sample data sizeNamhyung Kim2023-01-181-7/+10
| |/
* / perf: Fix perf_event_pmu_context serializationJames Clark2023-01-311-22/+17
|/
* perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2022-12-271-3/+3
* perf: Fix use-after-free in error pathPeter Zijlstra2022-12-271-1/+3
* perf/core: Fix cgroup events trackingChengming Zhou2022-12-271-32/+10
* perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria2022-12-271-1/+1
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-1/+1
|\
| * mm/gup: Fix the lockless PMD accessPeter Zijlstra2022-12-151-1/+1
* | Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-121-1013/+1087
|\ \
| * | perf/core: Don't allow grouping events from different hw pmusRavi Bangoria2022-11-241-9/+15
| * | perf: Fix function pointer casePeter Zijlstra2022-11-241-2/+6
| * | perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin2022-11-151-3/+5
| * | perf: Fix IS_ERR() vs NULL check in inherit_event()Gaosheng Cui2022-11-151-1/+1
| * | perf: Remove unused pointer task_ctxColin Ian King2022-11-151-2/+0
| * | perf: Optimize perf_tp_event()Ravi Bangoria2022-10-271-55/+79
| * | perf: Rewrite core context handlingPeter Zijlstra2022-10-271-958/+998
* | | Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-041-4/+13
|\ \ \
| * | | perf: Fix perf_pending_task() UaFPeter Zijlstra2022-11-291-4/+13
* | | | Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-291-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao2022-11-151-1/+1
| | |/ | |/|
* | | perf: Consider OS filter failPeter Zijlstra2022-11-241-2/+22
* | | perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra2022-11-241-1/+4
* | | perf: Improve missing SIGTRAP checkingMarco Elver2022-11-081-6/+19
|/ /
* / perf: Fix missing raw data on tracepoint eventsJames Clark2022-10-271-0/+1
|/
* perf: Fix missing SIGTRAPsPeter Zijlstra2022-10-171-38/+113
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+2
|\
| * perf: use VMA iteratorMatthew Wilcox (Oracle)2022-09-261-1/+2
* | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-29/+59
|\ \
| * | perf: Fix pmu_filter_match()Peter Zijlstra2022-10-041-3/+9
| * | perf/x86/amd: Support PERF_SAMPLE_PHY_ADDRRavi Bangoria2022-09-291-1/+2
| * | perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver2022-09-271-3/+1
| * | perf: Use sample_flags for raw_dataNamhyung Kim2022-09-271-1/+2
| * | perf: Use sample_flags for addrNamhyung Kim2022-09-271-0/+5
| * | perf/core: Convert snprintf() to scnprintf()Jules Irenge2022-09-211-3/+3
| * | perf/bpf: Always use perf callchains if existNamhyung Kim2022-09-131-2/+10
| * | perf: Use sample_flags for callchainNamhyung Kim2022-09-131-1/+1
| * | perf: Add a few assertionsPeter Zijlstra2022-09-071-0/+2
| * | perf: Consolidate branch sample filter helpersAnshuman Khandual2022-09-071-7/+2
| * | perf: Use sample_flags for txnKan Liang2022-09-061-0/+3