Searched defs:sched_in (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
A D | preempt.h | 326 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
|
/linux/arch/powerpc/perf/ |
A D | core-book3s.c | 134 static void power_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) {} in power_pmu_sched_task() 453 static void power_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in power_pmu_sched_task()
|
/linux/arch/x86/events/intel/ |
A D | lbr.c | 610 void intel_pmu_lbr_sched_task(struct perf_event_context *ctx, bool sched_in) in intel_pmu_lbr_sched_task()
|
A D | ds.c | 1008 void intel_pmu_pebs_sched_task(struct perf_event_context *ctx, bool sched_in) in intel_pmu_pebs_sched_task()
|
A D | core.c | 4531 bool sched_in) in intel_pmu_sched_task()
|
/linux/tools/perf/ |
A D | builtin-sched.c | 1115 struct thread *sched_out, *sched_in; in latency_switch_event() local 1533 struct thread *sched_in; in map_switch_event() local
|
/linux/arch/x86/events/ |
A D | core.c | 2639 static void x86_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in x86_pmu_sched_task()
|
/linux/kernel/events/ |
A D | core.c | 3532 static void __perf_pmu_sched_task(struct perf_cpu_context *cpuctx, bool sched_in) in __perf_pmu_sched_task() 3552 bool sched_in) in perf_pmu_sched_task() 8708 struct task_struct *next_prev, bool sched_in) in perf_event_switch()
|
/linux/arch/x86/include/asm/ |
A D | kvm_host.h | 1434 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member
|
Completed in 82 milliseconds