Home
last modified time | relevance | path

Searched refs:sched_in (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-sched.c958 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/
Dpreempt.h167 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
Dperf_event.h280 bool sched_in);
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c260 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()
Dperf_event.h563 bool sched_in);
875 void intel_pmu_lbr_sched_task(struct perf_event_context *ctx, bool sched_in);
Dperf_event.c2050 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/
Dcore-book3s.c127 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/
Dkvm_host.h813 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member
/linux-4.1.27/virt/kvm/
Dkvm_main.c3364 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
/linux-4.1.27/kernel/events/
Dcore.c2606 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/
Dsvm.c4446 .sched_in = svm_sched_in,
Dx86.c7414 kvm_x86_ops->sched_in(vcpu, cpu); in kvm_arch_sched_in()
Dvmx.c10276 .sched_in = vmx_sched_in,
/linux-4.1.27/kernel/sched/
Dcore.c2135 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in fire_sched_in_preempt_notifiers()