Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpreempt.h294 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
/kernel/linux/linux-5.10/arch/powerpc/perf/
Dcore-book3s.c130 static void power_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) {} in power_pmu_sched_task()
401 static void power_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in power_pmu_sched_task()
/kernel/linux/linux-5.10/arch/x86/events/intel/
Dlbr.c622 void intel_pmu_lbr_sched_task(struct perf_event_context *ctx, bool sched_in) in intel_pmu_lbr_sched_task()
Dds.c917 void intel_pmu_pebs_sched_task(struct perf_event_context *ctx, bool sched_in) in intel_pmu_pebs_sched_task()
Dcore.c4194 bool sched_in) in intel_pmu_sched_task()
/kernel/linux/linux-5.10/arch/x86/events/
Dcore.c2426 static void x86_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in x86_pmu_sched_task()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-sched.c1115 struct thread *sched_out, *sched_in; in latency_switch_event() local
1533 struct thread *sched_in; in map_switch_event() local
/kernel/linux/linux-5.10/kernel/events/
Dcore.c3560 static void __perf_pmu_sched_task(struct perf_cpu_context *cpuctx, bool sched_in) in __perf_pmu_sched_task()
3580 bool sched_in) in perf_pmu_sched_task()
8576 struct task_struct *next_prev, bool sched_in) in perf_event_switch()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1216 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member