Searched defs:sched_in (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/arch/x86/events/amd/ |
D | brs.c | 384 void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_brs_sched_task()
|
D | lbr.c | 374 void amd_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_lbr_sched_task()
|
/linux-6.12.1/include/linux/ |
D | preempt.h | 338 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
|
/linux-6.12.1/arch/s390/kernel/ |
D | perf_pai_crypto.c | 521 static void paicrypt_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paicrypt_sched_task()
|
D | perf_pai_ext.c | 545 static void paiext_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paiext_sched_task()
|
/linux-6.12.1/arch/powerpc/perf/ |
D | core-book3s.c | 135 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) {} in power_pmu_sched_task() 447 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in power_pmu_sched_task()
|
/linux-6.12.1/arch/x86/events/intel/ |
D | lbr.c | 542 void intel_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_lbr_sched_task()
|
D | ds.c | 1243 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_pebs_sched_task()
|
D | core.c | 5112 bool sched_in) in intel_pmu_sched_task()
|
/linux-6.12.1/tools/perf/ |
D | builtin-sched.c | 1128 struct thread *sched_out, *sched_in; in latency_switch_event() local 1628 struct thread *sched_in, *sched_out; in map_switch_event() local
|
/linux-6.12.1/arch/x86/events/ |
D | core.c | 2629 static void x86_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in x86_pmu_sched_task()
|
D | perf_event.h | 1461 static inline void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_brs_sched_task()
|
/linux-6.12.1/kernel/events/ |
D | core.c | 3561 static void perf_ctx_sched_task_cb(struct perf_event_context *ctx, bool sched_in) in perf_ctx_sched_task_cb() 3705 static void __perf_pmu_sched_task(struct perf_cpu_pmu_context *cpc, bool sched_in) in __perf_pmu_sched_task() 3727 bool sched_in) in perf_pmu_sched_task() 9234 struct task_struct *next_prev, bool sched_in) in perf_event_switch()
|