Home
last modified time | relevance | path

Searched defs:sched_in (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/arch/x86/events/amd/
Dbrs.c387 void amd_pmu_brs_sched_task(struct perf_event_context *ctx, bool sched_in) in amd_pmu_brs_sched_task()
Dlbr.c376 void amd_pmu_lbr_sched_task(struct perf_event_context *ctx, bool sched_in) in amd_pmu_lbr_sched_task()
/Linux-v6.1/include/linux/
Dpreempt.h326 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
/Linux-v6.1/arch/s390/kernel/
Dperf_pai_crypto.c382 static void paicrypt_sched_task(struct perf_event_context *ctx, bool sched_in) in paicrypt_sched_task()
Dperf_pai_ext.c475 static void paiext_sched_task(struct perf_event_context *ctx, bool sched_in) in paiext_sched_task()
/Linux-v6.1/arch/powerpc/perf/
Dcore-book3s.c135 static void power_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) {} in power_pmu_sched_task()
454 static void power_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in power_pmu_sched_task()
/Linux-v6.1/arch/x86/events/intel/
Dlbr.c541 void intel_pmu_lbr_sched_task(struct perf_event_context *ctx, bool sched_in) in intel_pmu_lbr_sched_task()
Dds.c1072 void intel_pmu_pebs_sched_task(struct perf_event_context *ctx, bool sched_in) in intel_pmu_pebs_sched_task()
Dcore.c4675 bool sched_in) in intel_pmu_sched_task()
/Linux-v6.1/tools/perf/
Dbuiltin-sched.c1137 struct thread *sched_out, *sched_in; in latency_switch_event() local
1555 struct thread *sched_in; in map_switch_event() local
/Linux-v6.1/arch/x86/events/
Dcore.c2649 static void x86_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in x86_pmu_sched_task()
Dperf_event.h1376 static inline void amd_pmu_brs_sched_task(struct perf_event_context *ctx, bool sched_in) in amd_pmu_brs_sched_task()
/Linux-v6.1/kernel/events/
Dcore.c3554 static void __perf_pmu_sched_task(struct perf_cpu_context *cpuctx, bool sched_in) in __perf_pmu_sched_task()
3574 bool sched_in) in perf_pmu_sched_task()
8820 struct task_struct *next_prev, bool sched_in) in perf_event_switch()
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h1589 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member