Home
last modified time | relevance | path

Searched defs:sched_in (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/arch/x86/events/amd/
Dbrs.c384 void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_brs_sched_task()
Dlbr.c376 void amd_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_lbr_sched_task()
/linux-6.6.21/include/linux/
Dpreempt.h338 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
/linux-6.6.21/arch/s390/kernel/
Dperf_pai_crypto.c381 static void paicrypt_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paicrypt_sched_task()
Dperf_pai_ext.c470 static void paiext_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paiext_sched_task()
/linux-6.6.21/arch/powerpc/perf/
Dcore-book3s.c135 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) {} in power_pmu_sched_task()
454 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in power_pmu_sched_task()
/linux-6.6.21/arch/x86/events/intel/
Dlbr.c541 void intel_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_lbr_sched_task()
Dds.c1128 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_pebs_sched_task()
Dcore.c4820 bool sched_in) in intel_pmu_sched_task()
/linux-6.6.21/tools/perf/
Dbuiltin-sched.c1137 struct thread *sched_out, *sched_in; in latency_switch_event() local
1570 struct thread *sched_in; in map_switch_event() local
/linux-6.6.21/arch/x86/events/
Dcore.c2623 static void x86_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in x86_pmu_sched_task()
Dperf_event.h1378 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.6.21/kernel/events/
Dcore.c3479 static void perf_ctx_sched_task_cb(struct perf_event_context *ctx, bool sched_in) in perf_ctx_sched_task_cb()
3618 static void __perf_pmu_sched_task(struct perf_cpu_pmu_context *cpc, bool sched_in) in __perf_pmu_sched_task()
3640 bool sched_in) in perf_pmu_sched_task()
9052 struct task_struct *next_prev, bool sched_in) in perf_event_switch()
/linux-6.6.21/arch/x86/include/asm/
Dkvm_host.h1694 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member