| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | preempt.h | 294 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
|
| H A D | perf_event.h | 430 bool sched_in);
|
| /OK3568_Linux_fs/kernel/arch/x86/events/ |
| H A 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);
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 3501 static void __perf_pmu_sched_task(struct perf_cpu_context *cpuctx, bool sched_in) in __perf_pmu_sched_task() argument 3513 pmu->sched_task(cpuctx->task_ctx, sched_in); in __perf_pmu_sched_task() 3521 bool sched_in) in perf_pmu_sched_task() argument 3533 __perf_pmu_sched_task(cpuctx, sched_in); in perf_pmu_sched_task() 3538 struct task_struct *next_prev, bool sched_in); 8475 struct task_struct *next_prev, bool sched_in) in perf_event_switch() argument 8487 .misc = sched_in ? 0 : PERF_RECORD_MISC_SWITCH_OUT, in perf_event_switch() 8495 if (!sched_in && task->state == TASK_RUNNING) in perf_event_switch()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1213 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | svm.c | 4296 .sched_in = svm_sched_in,
|
| /OK3568_Linux_fs/kernel/virt/kvm/ |
| H A D | kvm_main.c | 4971 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 3684 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in __fire_sched_in_preempt_notifiers()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 7833 .sched_in = vmx_sched_in,
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 10534 kvm_x86_ops.sched_in(vcpu, cpu); in kvm_arch_sched_in()
|