Searched refs:sched_task (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/s390/kernel/ |
| H A D | perf_pai.c | 795 .sched_task = paicrypt_sched_task, 1006 .sched_task = paiext_sched_task,
|
| /linux/arch/x86/events/amd/ |
| H A D | core.c | 1487 x86_pmu.sched_task = amd_pmu_lbr_sched_task; in amd_core_pmu_init() 1501 x86_pmu.sched_task = amd_pmu_brs_sched_task; in amd_core_pmu_init()
|
| /linux/arch/x86/events/ |
| H A D | core.c | 94 DEFINE_STATIC_CALL_NULL(x86_pmu_sched_task, *x86_pmu.sched_task); 2096 static_call_update(x86_pmu_sched_task, x86_pmu.sched_task); in x86_pmu_static_call_update() 2795 .sched_task = x86_pmu_sched_task,
|
| H A D | perf_event.h | 921 void (*sched_task)(struct perf_event_pmu_context *pmu_ctx, member
|
| /linux/include/linux/ |
| H A D | perf_event.h | 514 void (*sched_task) (struct perf_event_pmu_context *pmu_ctx, member
|
| /linux/drivers/perf/ |
| H A D | arm_pmuv3.c | 1453 cpu_pmu->pmu.sched_task = armv8pmu_sched_task; in armv8_pmu_init()
|
| /linux/arch/powerpc/perf/ |
| H A D | core-book3s.c | 2223 .sched_task = power_pmu_sched_task,
|
| /linux/kernel/events/ |
| H A D | core.c | 3759 if (cpc->sched_cb_usage && pmu_ctx->pmu->sched_task) in perf_ctx_sched_task_cb() 3760 pmu_ctx->pmu->sched_task(pmu_ctx, task, sched_in); in perf_ctx_sched_task_cb() 3903 if (WARN_ON_ONCE(!pmu->sched_task)) in __perf_pmu_sched_task() 3909 pmu->sched_task(cpc->task_epc, task, sched_in); in __perf_pmu_sched_task()
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 6374 .sched_task = intel_pmu_sched_task,
|