Searched refs:sched_in (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-sched.c | 958 struct thread *sched_out, *sched_in; in latency_switch_event() local 978 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 993 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event() 995 if (thread_atoms_insert(sched, sched_in)) in latency_switch_event() 997 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event() 1309 struct thread *sched_in; in map_switch_event() local 1332 sched_in = machine__findnew_thread(machine, -1, next_pid); in map_switch_event() 1334 sched->curr_thread[this_cpu] = sched_in; in map_switch_event() 1339 if (!sched_in->shortname[0]) { in map_switch_event() 1340 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event() [all …]
|
/linux-4.1.27/include/linux/ |
D | preempt.h | 167 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
|
D | perf_event.h | 280 bool sched_in);
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 260 void intel_pmu_lbr_sched_task(struct perf_event_context *ctx, bool sched_in) in intel_pmu_lbr_sched_task() argument 275 if (sched_in) { in intel_pmu_lbr_sched_task() 296 if (sched_in) { in intel_pmu_lbr_sched_task()
|
D | perf_event.h | 563 bool sched_in); 875 void intel_pmu_lbr_sched_task(struct perf_event_context *ctx, bool sched_in);
|
D | perf_event.c | 2050 static void x86_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in x86_pmu_sched_task() argument 2053 x86_pmu.sched_task(ctx, sched_in); in x86_pmu_sched_task()
|
/linux-4.1.27/arch/powerpc/perf/ |
D | core-book3s.c | 127 static void power_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) {} in power_pmu_sched_task() argument 389 static void power_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in power_pmu_sched_task() argument 394 if (sched_in) in power_pmu_sched_task()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 813 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member
|
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 3364 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
|
/linux-4.1.27/kernel/events/ |
D | core.c | 2606 bool sched_in) in perf_pmu_sched_task() argument 2627 pmu->sched_task(cpuctx->task_ctx, sched_in); in perf_pmu_sched_task()
|
/linux-4.1.27/arch/x86/kvm/ |
D | svm.c | 4446 .sched_in = svm_sched_in,
|
D | x86.c | 7414 kvm_x86_ops->sched_in(vcpu, cpu); in kvm_arch_sched_in()
|
D | vmx.c | 10276 .sched_in = vmx_sched_in,
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 2135 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in fire_sched_in_preempt_notifiers()
|