Searched refs:needed_cb (Results 1 – 1 of 1) sorted by relevance
1228 pebs_update_state(bool needed_cb, struct cpu_hw_events *cpuc, in pebs_update_state() argument1239 if (needed_cb != pebs_needs_sched_cb(cpuc)) { in pebs_update_state()1240 if (!needed_cb) in pebs_update_state()1279 bool needed_cb = pebs_needs_sched_cb(cpuc); in intel_pmu_pebs_add() local1287 pebs_update_state(needed_cb, cpuc, event, true); in intel_pmu_pebs_add()1378 bool needed_cb = pebs_needs_sched_cb(cpuc); in intel_pmu_pebs_del() local1386 pebs_update_state(needed_cb, cpuc, event, false); in intel_pmu_pebs_del()
Completed in 12 milliseconds