Searched refs:sched_in (Results 1 – 14 of 14) sorted by relevance
/arch/x86/events/amd/ |
D | brs.c | 384 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()
|
D | lbr.c | 378 void amd_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_lbr_sched_task() argument 387 if (cpuc->lbr_users && sched_in) in amd_pmu_lbr_sched_task()
|
/arch/x86/events/ |
D | perf_event.h | 819 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);
|
D | core.c | 2627 static void x86_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in x86_pmu_sched_task() argument 2629 static_call_cond(x86_pmu_sched_task)(pmu_ctx, sched_in); in x86_pmu_sched_task()
|
/arch/x86/include/asm/ |
D | kvm-x86-ops.h | 105 KVM_X86_OP(sched_in)
|
D | kvm_host.h | 1695 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member
|
/arch/s390/kernel/ |
D | perf_pai_crypto.c | 381 static void paicrypt_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paicrypt_sched_task() argument 386 if (!sched_in) in paicrypt_sched_task()
|
D | perf_pai_ext.c | 470 static void paiext_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paiext_sched_task() argument 475 if (!sched_in) in paiext_sched_task()
|
/arch/x86/events/intel/ |
D | lbr.c | 541 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()
|
D | ds.c | 1128 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_pebs_sched_task() argument 1132 if (!sched_in && pebs_needs_sched_cb(cpuc)) in intel_pmu_pebs_sched_task()
|
D | core.c | 4820 bool sched_in) in intel_pmu_sched_task() argument 4822 intel_pmu_pebs_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task() 4823 intel_pmu_lbr_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task()
|
/arch/powerpc/perf/ |
D | core-book3s.c | 135 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()
|
/arch/x86/kvm/svm/ |
D | svm.c | 5028 .sched_in = svm_sched_in,
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 8359 .sched_in = vmx_sched_in,
|