Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/amd/
H A Dbrs.c385 struct task_struct *task, bool sched_in) in amd_pmu_brs_sched_task() argument
398 if (sched_in) in amd_pmu_brs_sched_task()
H A Dlbr.c375 struct task_struct *task, bool sched_in) in amd_pmu_lbr_sched_task() argument
384 if (cpuc->lbr_users && sched_in) in amd_pmu_lbr_sched_task()
/linux-6.15/tools/perf/
H A Dbuiltin-sched.c1123 struct thread *sched_out, *sched_in; in latency_switch_event() local
1144 if (sched_out == NULL || sched_in == NULL) in latency_switch_event()
1180 thread__put(sched_in); in latency_switch_event()
1623 struct thread *sched_in, *sched_out; in map_switch_event() local
1669 tr = thread__get_runtime(sched_in); in map_switch_event()
1671 thread__put(sched_in); in map_switch_event()
1678 str = thread__comm_str(sched_in); in map_switch_event()
1712 str = thread__comm_str(sched_in); in map_switch_event()
1738 if (thread__has_color(sched_in)) in map_switch_event()
1742 tr->shortname, thread__comm_str(sched_in), thread__tid(sched_in)); in map_switch_event()
[all …]
/linux-6.15/arch/x86/events/
H A Dperf_event.h868 struct task_struct *task, bool sched_in);
1395 struct task_struct *task, bool sched_in);
1450 struct task_struct *task, bool sched_in);
1476 struct task_struct *task, bool sched_in) in amd_pmu_brs_sched_task() argument
1644 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in);
1657 struct task_struct *task, bool sched_in);
H A Dcore.c2640 struct task_struct *task, bool sched_in) in x86_pmu_sched_task() argument
2642 static_call_cond(x86_pmu_sched_task)(pmu_ctx, task, sched_in); in x86_pmu_sched_task()
/linux-6.15/include/linux/
H A Dpreempt.h339 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
H A Dperf_event.h497 struct task_struct *task, bool sched_in);
/linux-6.15/arch/s390/kernel/
H A Dperf_pai_crypto.c522 struct task_struct *task, bool sched_in) in paicrypt_sched_task() argument
527 if (!sched_in) in paicrypt_sched_task()
H A Dperf_pai_ext.c546 struct task_struct *task, bool sched_in) in paiext_sched_task() argument
551 if (!sched_in) in paiext_sched_task()
/linux-6.15/arch/x86/events/intel/
H A Dlbr.c526 struct task_struct *task, bool sched_in) in intel_pmu_lbr_sched_task() argument
544 if (sched_in) in intel_pmu_lbr_sched_task()
559 if (sched_in) in intel_pmu_lbr_sched_task()
H A Dds.c1264 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_pebs_sched_task() argument
1268 if (!sched_in && pebs_needs_sched_cb(cpuc)) in intel_pmu_pebs_sched_task()
H A Dcore.c5307 struct task_struct *task, bool sched_in) in intel_pmu_sched_task() argument
5309 intel_pmu_pebs_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task()
5310 intel_pmu_lbr_sched_task(pmu_ctx, task, sched_in); in intel_pmu_sched_task()
/linux-6.15/arch/powerpc/perf/
H A Dcore-book3s.c136 struct task_struct *task, bool sched_in) in power_pmu_sched_task() argument
451 struct task_struct *task, bool sched_in) in power_pmu_sched_task() argument
456 if (sched_in) in power_pmu_sched_task()
/linux-6.15/kernel/events/
H A Dcore.c3572 struct task_struct *task, bool sched_in) in perf_ctx_sched_task_cb() argument
3581 pmu_ctx->pmu->sched_task(pmu_ctx, task, sched_in); in perf_ctx_sched_task_cb()
3716 struct task_struct *task, bool sched_in) in __perf_pmu_sched_task() argument
3730 pmu->sched_task(cpc->task_epc, task, sched_in); in __perf_pmu_sched_task()
3738 bool sched_in) in perf_pmu_sched_task() argument
3748 __perf_pmu_sched_task(cpc, sched_in ? next : prev, sched_in); in perf_pmu_sched_task()
3752 struct task_struct *next_prev, bool sched_in);
9600 struct task_struct *next_prev, bool sched_in) in perf_event_switch() argument
9612 .misc = sched_in ? 0 : PERF_RECORD_MISC_SWITCH_OUT, in perf_event_switch()
9620 if (!sched_in && task_is_runnable(task)) { in perf_event_switch()
/linux-6.15/virt/kvm/
H A Dkvm_main.c6414 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
/linux-6.15/kernel/sched/
H A Dcore.c4940 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in __fire_sched_in_preempt_notifiers()