Home
last modified time | relevance | path

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

/linux/arch/x86/events/amd/
H 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()
H A Dlbr.c374 void amd_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_lbr_sched_task() argument
383 if (cpuc->lbr_users && sched_in) in amd_pmu_lbr_sched_task()
/linux/tools/perf/
H A Dbuiltin-sched.c1116 struct thread *sched_out, *sched_in; in latency_switch_event() local
1137 if (sched_out == NULL || sched_in == NULL) in latency_switch_event()
1173 thread__put(sched_in); in latency_switch_event()
1616 struct thread *sched_in, *sched_out; in map_switch_event() local
1662 tr = thread__get_runtime(sched_in); in map_switch_event()
1664 thread__put(sched_in); in map_switch_event()
1671 str = thread__comm_str(sched_in); in map_switch_event()
1705 str = thread__comm_str(sched_in); in map_switch_event()
1731 if (thread__has_color(sched_in)) in map_switch_event()
1735 tr->shortname, thread__comm_str(sched_in), thread__tid(sched_in)); in map_switch_event()
[all …]
/linux/arch/x86/events/
H A Dperf_event.h857 bool sched_in);
1382 void amd_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in);
1436 void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in);
1461 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
1627 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in);
1642 void intel_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in);
H A Dcore.c2625 static void x86_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in x86_pmu_sched_task() argument
2627 static_call_cond(x86_pmu_sched_task)(pmu_ctx, sched_in); in x86_pmu_sched_task()
/linux/include/linux/
H A Dpreempt.h338 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
H A Dperf_event.h456 bool sched_in);
/linux/arch/s390/kernel/
H A Dperf_pai_crypto.c521 static void paicrypt_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paicrypt_sched_task() argument
526 if (!sched_in) in paicrypt_sched_task()
H A Dperf_pai_ext.c545 static void paiext_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paiext_sched_task() argument
550 if (!sched_in) in paiext_sched_task()
/linux/arch/x86/events/intel/
H A Dlbr.c542 void intel_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_lbr_sched_task() argument
557 if (sched_in) in intel_pmu_lbr_sched_task()
570 if (sched_in) in intel_pmu_lbr_sched_task()
H A Dds.c1243 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_pebs_sched_task() argument
1247 if (!sched_in && pebs_needs_sched_cb(cpuc)) in intel_pmu_pebs_sched_task()
H A Dcore.c5090 bool sched_in) in intel_pmu_sched_task() argument
5092 intel_pmu_pebs_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task()
5093 intel_pmu_lbr_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task()
/linux/arch/powerpc/perf/
H 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
447 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in power_pmu_sched_task() argument
452 if (sched_in) in power_pmu_sched_task()
/linux/kernel/events/
H A Dcore.c3467 static void perf_ctx_sched_task_cb(struct perf_event_context *ctx, bool sched_in) in perf_ctx_sched_task_cb() argument
3476 pmu_ctx->pmu->sched_task(pmu_ctx, sched_in); in perf_ctx_sched_task_cb()
3606 static void __perf_pmu_sched_task(struct perf_cpu_pmu_context *cpc, bool sched_in) in __perf_pmu_sched_task() argument
3620 pmu->sched_task(cpc->task_epc, sched_in); in __perf_pmu_sched_task()
3628 bool sched_in) in perf_pmu_sched_task() argument
3638 __perf_pmu_sched_task(cpc, sched_in); in perf_pmu_sched_task()
3642 struct task_struct *next_prev, bool sched_in);
9122 struct task_struct *next_prev, bool sched_in) in perf_event_switch() argument
9134 .misc = sched_in ? 0 : PERF_RECORD_MISC_SWITCH_OUT, in perf_event_switch()
9142 if (!sched_in && task->on_rq) { in perf_event_switch()
/linux/virt/kvm/
H A Dkvm_main.c6509 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
/linux/kernel/sched/
H A Dcore.c4752 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in __fire_sched_in_preempt_notifiers()