Searched refs:sched_in (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 1138 struct thread *sched_out, *sched_in; in latency_switch_event() local 1158 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1159 if (sched_out == NULL || sched_in == NULL) in latency_switch_event() 1175 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event() 1177 if (thread_atoms_insert(sched, sched_in)) in latency_switch_event() 1179 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event() 1195 thread__put(sched_in); in latency_switch_event() 1627 struct thread *sched_in, *sched_out; in map_switch_event() local 1669 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event() 1671 if (sched_in == NULL || sched_out == NULL) in map_switch_event() [all …]
|
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 911 struct task_struct *task, bool sched_in); 1449 struct task_struct *task, bool sched_in); 1504 struct task_struct *task, bool sched_in); 1530 struct task_struct *task, bool sched_in) in amd_pmu_brs_sched_task() argument 1717 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in); 1732 struct task_struct *task, bool sched_in);
|
| H A D | core.c | 2669 struct task_struct *task, bool sched_in) in x86_pmu_sched_task() argument 2671 static_call_cond(x86_pmu_sched_task)(pmu_ctx, task, sched_in); in x86_pmu_sched_task()
|
| /linux/kernel/events/ |
| H A D | core.c | 3644 struct task_struct *task, bool sched_in) in perf_ctx_sched_task_cb() argument 3653 pmu_ctx->pmu->sched_task(pmu_ctx, task, sched_in); in perf_ctx_sched_task_cb() 3788 struct task_struct *task, bool sched_in) in __perf_pmu_sched_task() argument 3802 pmu->sched_task(cpc->task_epc, task, sched_in); in __perf_pmu_sched_task() 3810 bool sched_in) in perf_pmu_sched_task() argument 3820 __perf_pmu_sched_task(cpc, sched_in ? next : prev, sched_in); in perf_pmu_sched_task() 3824 struct task_struct *next_prev, bool sched_in); 9761 struct task_struct *next_prev, bool sched_in) in perf_event_switch() argument 9773 .misc = sched_in in perf_event_switch() [all...] |
| /linux/include/linux/ |
| H A D | perf_event.h | 514 struct task_struct *task, bool sched_in);
|
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 1328 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_pebs_sched_task() argument 1332 if (!sched_in && pebs_needs_sched_cb(cpuc)) in intel_pmu_pebs_sched_task()
|
| H A D | core.c | 5923 struct task_struct *task, bool sched_in) in intel_pmu_sched_task() argument 5925 intel_pmu_pebs_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task() 5926 intel_pmu_lbr_sched_task(pmu_ctx, task, sched_in); in intel_pmu_sched_task()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 6537 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
|
| /linux/kernel/sched/ |
| H A D | core.c | 4819 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in __fire_sched_in_preempt_notifiers()
|