/linux-6.3-rc2/arch/x86/events/amd/ |
A 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()
|
A D | lbr.c | 376 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 D | builtin-sched.c | 1137 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 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);
|
A D | core.c | 2628 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 D | kvm-x86-ops.h | 102 KVM_X86_OP(sched_in)
|
A D | kvm_host.h | 1687 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member
|
/linux-6.3-rc2/include/linux/ |
A D | preempt.h | 326 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
|
A D | perf_event.h | 453 bool sched_in);
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | perf_pai_crypto.c | 378 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 D | perf_pai_ext.c | 467 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 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()
|
A D | ds.c | 1123 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 D | core.c | 4787 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 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()
|
/linux-6.3-rc2/kernel/events/ |
A D | core.c | 3435 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 D | svm.c | 4795 .sched_in = svm_sched_in,
|
/linux-6.3-rc2/virt/kvm/ |
A D | kvm_main.c | 6007 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
|
/linux-6.3-rc2/arch/x86/kvm/vmx/ |
A D | vmx.c | 8240 .sched_in = vmx_sched_in,
|
/linux-6.3-rc2/kernel/sched/ |
A D | core.c | 4863 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in __fire_sched_in_preempt_notifiers()
|