/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-sched.c | 1115 struct thread *sched_out, *sched_in; in latency_switch_event() local 1135 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1136 if (sched_out == NULL || sched_in == NULL) in latency_switch_event() 1152 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event() 1154 if (thread_atoms_insert(sched, sched_in)) in latency_switch_event() 1156 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event() 1172 thread__put(sched_in); in latency_switch_event() 1533 struct thread *sched_in; in map_switch_event() local 1570 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event() 1571 if (sched_in == NULL) in map_switch_event() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | preempt.h | 294 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
|
D | perf_event.h | 430 bool sched_in);
|
/kernel/linux/linux-5.10/arch/x86/events/ |
D | perf_event.h | 711 bool sched_in); 1179 void intel_pmu_pebs_sched_task(struct perf_event_context *ctx, bool sched_in); 1190 void intel_pmu_lbr_sched_task(struct perf_event_context *ctx, bool sched_in);
|
D | core.c | 2426 static void x86_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in x86_pmu_sched_task() argument 2428 static_call_cond(x86_pmu_sched_task)(ctx, sched_in); in x86_pmu_sched_task()
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
D | lbr.c | 622 void intel_pmu_lbr_sched_task(struct perf_event_context *ctx, bool sched_in) in intel_pmu_lbr_sched_task() argument 637 if (sched_in) in intel_pmu_lbr_sched_task() 650 if (sched_in) in intel_pmu_lbr_sched_task()
|
D | ds.c | 917 void intel_pmu_pebs_sched_task(struct perf_event_context *ctx, bool sched_in) in intel_pmu_pebs_sched_task() argument 921 if (!sched_in && pebs_needs_sched_cb(cpuc)) in intel_pmu_pebs_sched_task()
|
D | core.c | 4194 bool sched_in) in intel_pmu_sched_task() argument 4196 intel_pmu_pebs_sched_task(ctx, sched_in); in intel_pmu_sched_task() 4197 intel_pmu_lbr_sched_task(ctx, sched_in); in intel_pmu_sched_task()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
D | core-book3s.c | 130 static void power_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) {} in power_pmu_sched_task() argument 401 static void power_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in power_pmu_sched_task() argument 406 if (sched_in) in power_pmu_sched_task()
|
/kernel/linux/linux-5.10/kernel/events/ |
D | core.c | 3560 static void __perf_pmu_sched_task(struct perf_cpu_context *cpuctx, bool sched_in) in __perf_pmu_sched_task() argument 3572 pmu->sched_task(cpuctx->task_ctx, sched_in); in __perf_pmu_sched_task() 3580 bool sched_in) in perf_pmu_sched_task() argument 3592 __perf_pmu_sched_task(cpuctx, sched_in); in perf_pmu_sched_task() 3597 struct task_struct *next_prev, bool sched_in); 8576 struct task_struct *next_prev, bool sched_in) in perf_event_switch() argument 8588 .misc = sched_in ? 0 : PERF_RECORD_MISC_SWITCH_OUT, in perf_event_switch() 8596 if (!sched_in && task->state == TASK_RUNNING) in perf_event_switch()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | kvm_host.h | 1216 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
D | svm.c | 4298 .sched_in = svm_sched_in,
|
/kernel/linux/linux-5.10/virt/kvm/ |
D | kvm_main.c | 4971 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | core.c | 3614 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in __fire_sched_in_preempt_notifiers()
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
D | vmx.c | 7836 .sched_in = vmx_sched_in,
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | x86.c | 10555 kvm_x86_ops.sched_in(vcpu, cpu); in kvm_arch_sched_in()
|