Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/events/amd/
A Dbrs.c384 void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_brs_sched_task() argument
397 if (sched_in) in amd_pmu_brs_sched_task()
A Dlbr.c376 void amd_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_lbr_sched_task() argument
385 if (cpuc->lbr_users && sched_in) in amd_pmu_lbr_sched_task()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-sched.c1137 struct thread *sched_out, *sched_in; in latency_switch_event() local
1158 if (sched_out == NULL || sched_in == NULL) in latency_switch_event()
1194 thread__put(sched_in); in latency_switch_event()
1555 struct thread *sched_in; in map_switch_event() local
1596 if (sched_in == NULL) in map_switch_event()
1599 tr = thread__get_runtime(sched_in); in map_switch_event()
1601 thread__put(sched_in); in map_switch_event()
1661 thread__put(sched_in); in map_switch_event()
1677 if (thread__has_color(sched_in)) in map_switch_event()
1681 tr->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event()
[all …]
/linux-6.3-rc2/arch/x86/events/
A Dperf_event.h819 bool sched_in);
1312 void amd_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in);
1353 void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in);
1378 static inline void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_brs_sched_task() argument
1540 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in);
1551 void intel_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in);
A Dcore.c2628 static void x86_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in x86_pmu_sched_task() argument
2630 static_call_cond(x86_pmu_sched_task)(pmu_ctx, sched_in); in x86_pmu_sched_task()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm-x86-ops.h102 KVM_X86_OP(sched_in)
A Dkvm_host.h1687 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member
/linux-6.3-rc2/include/linux/
A Dpreempt.h326 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
A Dperf_event.h453 bool sched_in);
/linux-6.3-rc2/arch/s390/kernel/
A Dperf_pai_crypto.c378 static void paicrypt_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paicrypt_sched_task() argument
383 if (!sched_in) in paicrypt_sched_task()
A Dperf_pai_ext.c467 static void paiext_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paiext_sched_task() argument
472 if (!sched_in) in paiext_sched_task()
/linux-6.3-rc2/arch/x86/events/intel/
A Dlbr.c541 void intel_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_lbr_sched_task() argument
556 if (sched_in) in intel_pmu_lbr_sched_task()
569 if (sched_in) in intel_pmu_lbr_sched_task()
A Dds.c1123 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_pebs_sched_task() argument
1127 if (!sched_in && pebs_needs_sched_cb(cpuc)) in intel_pmu_pebs_sched_task()
A Dcore.c4787 bool sched_in) in intel_pmu_sched_task() argument
4789 intel_pmu_pebs_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task()
4790 intel_pmu_lbr_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task()
/linux-6.3-rc2/arch/powerpc/perf/
A Dcore-book3s.c135 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) {} in power_pmu_sched_task() argument
454 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in power_pmu_sched_task() argument
459 if (sched_in) in power_pmu_sched_task()
/linux-6.3-rc2/kernel/events/
A Dcore.c3435 static void perf_ctx_sched_task_cb(struct perf_event_context *ctx, bool sched_in) in perf_ctx_sched_task_cb() argument
3444 pmu_ctx->pmu->sched_task(pmu_ctx, sched_in); in perf_ctx_sched_task_cb()
3574 static void __perf_pmu_sched_task(struct perf_cpu_pmu_context *cpc, bool sched_in) in __perf_pmu_sched_task() argument
3588 pmu->sched_task(cpc->task_epc, sched_in); in __perf_pmu_sched_task()
3596 bool sched_in) in perf_pmu_sched_task() argument
3606 __perf_pmu_sched_task(cpc, sched_in); in perf_pmu_sched_task()
3610 struct task_struct *next_prev, bool sched_in);
8998 struct task_struct *next_prev, bool sched_in) in perf_event_switch() argument
9010 .misc = sched_in ? 0 : PERF_RECORD_MISC_SWITCH_OUT, in perf_event_switch()
9018 if (!sched_in && task->on_rq) { in perf_event_switch()
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dsvm.c4795 .sched_in = svm_sched_in,
/linux-6.3-rc2/virt/kvm/
A Dkvm_main.c6007 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c8240 .sched_in = vmx_sched_in,
/linux-6.3-rc2/kernel/sched/
A Dcore.c4863 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in __fire_sched_in_preempt_notifiers()

Completed in 140 milliseconds