Searched refs:needed_cb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | ds.c | 1018 pebs_update_state(bool needed_cb, struct cpu_hw_events *cpuc, in pebs_update_state() argument 1029 if (needed_cb != pebs_needs_sched_cb(cpuc)) { in pebs_update_state() 1030 if (!needed_cb) in pebs_update_state() 1069 bool needed_cb = pebs_needs_sched_cb(cpuc); in intel_pmu_pebs_add() local 1077 pebs_update_state(needed_cb, cpuc, event, true); in intel_pmu_pebs_add() 1153 bool needed_cb = pebs_needs_sched_cb(cpuc); in intel_pmu_pebs_del() local 1161 pebs_update_state(needed_cb, cpuc, event, false); in intel_pmu_pebs_del()
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | ds.c | 1233 pebs_update_state(bool needed_cb, struct cpu_hw_events *cpuc, in pebs_update_state() argument 1246 if (needed_cb != pebs_needs_sched_cb(cpuc)) { in pebs_update_state() 1247 if (!needed_cb) in pebs_update_state() 1275 bool needed_cb = pebs_needs_sched_cb(cpuc); in intel_pmu_pebs_add() local 1283 pebs_update_state(needed_cb, cpuc, event, true); in intel_pmu_pebs_add() 1393 bool needed_cb = pebs_needs_sched_cb(cpuc); in intel_pmu_pebs_del() local 1401 pebs_update_state(needed_cb, cpuc, event, false); in intel_pmu_pebs_del()
|
Completed in 7 milliseconds