| /linux/arch/x86/events/amd/ |
| H A D | brs.c | 385 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 D | lbr.c | 379 struct task_struct *task, bool sched_in) in amd_pmu_lbr_sched_task() argument 388 if (cpuc->lbr_users && sched_in) in amd_pmu_lbr_sched_task()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_pai.c | 693 struct task_struct *task, bool sched_in) 698 if (!sched_in) in paiext_event_destroy() 768 struct task_struct *task, bool sched_in) 773 if (!sched_in) 685 paicrypt_sched_task(struct perf_event_pmu_context * pmu_ctx,struct task_struct * task,bool sched_in) paicrypt_sched_task() argument 749 paiext_sched_task(struct perf_event_pmu_context * pmu_ctx,struct task_struct * task,bool sched_in) paiext_sched_task() argument
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 1341 struct thread *sched_out, *sched_in; in latency_migrate_task_event() 1366 sched_in = machine__findnew_thread(machine, -1, next_pid); in output_lat_thread() 1367 if (sched_out == NULL || sched_in == NULL) in output_lat_thread() 1383 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in output_lat_thread() 1385 if (thread_atoms_insert(sched, sched_in)) in output_lat_thread() 1387 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in output_lat_thread() 1403 thread__put(sched_in); in pid_cmp() 1855 struct thread *sched_in, *sched_out; in process_sched_migrate_task_event() 1902 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in perf_sched__process_comm() 1904 if (sched_in in perf_sched__process_comm() 1145 struct thread *sched_out, *sched_in; latency_switch_event() local 1634 struct thread *sched_in, *sched_out; map_switch_event() local [all...] |
| /linux/kernel/events/ |
| H A D | core.c | 3759 struct task_struct *task, bool sched_in) in perf_ctx_sched_task_cb() argument 3768 pmu_ctx->pmu->sched_task(pmu_ctx, task, sched_in); in perf_ctx_sched_task_cb() 3903 struct task_struct *task, bool sched_in) in __perf_pmu_sched_task() argument 3917 pmu->sched_task(cpc->task_epc, task, sched_in); in __perf_pmu_sched_task() 3925 bool sched_in) in perf_pmu_sched_task() argument 3935 __perf_pmu_sched_task(cpc, sched_in ? next : prev, sched_in); in perf_pmu_sched_task() 3939 struct task_struct *next_prev, bool sched_in); 10152 struct task_struct *next_prev, bool sched_in) in perf_event_switch() argument 10164 .misc = sched_in ? 0 : PERF_RECORD_MISC_SWITCH_OUT, in perf_event_switch() 10172 if (!sched_in && task_is_runnable(task)) { in perf_event_switch()
|
| /linux/include/linux/ |
| H A D | perf_event.h | 515 struct task_struct *task, bool sched_in); 651 * sched_in() | | 658 * sched_in: INACTIVE -> {ACTIVE,ERROR}
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 6513 struct task_struct *task, bool sched_in) in intel_pmu_sched_task() argument 6515 intel_pmu_pebs_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task() 6516 intel_pmu_lbr_sched_task(pmu_ctx, task, sched_in); in intel_pmu_sched_task()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 6539 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
|
| /linux/kernel/sched/ |
| H A D | core.c | 5034 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in __fire_sched_in_preempt_notifiers()
|