Searched refs:SAMPL_DIAG_MODE (Results 1 – 2 of 2) sorted by relevance
386 return SAMPL_DIAG_MODE(hwc) ? CPUM_SF_MAX_SDB * CPUM_SF_SDB_DIAG_FACTOR in sfb_max_limit()1001 if (!(SAMPL_DIAG_MODE(hwc))) { in cpumsf_pmu_enable()1287 if (SAMPL_DIAG_MODE(&event->hw)) in hw_perf_event_update()1904 if (SAMPL_DIAG_MODE(&event->hw)) in cpumsf_pmu_start()1942 if (!SAMPL_DIAG_MODE(&event->hw) && !cpuhw->sfb.sdbt) in cpumsf_pmu_add()1958 if (!SAMPL_DIAG_MODE(&event->hw)) { in cpumsf_pmu_add()1970 if (SAMPL_DIAG_MODE(&event->hw)) { in cpumsf_pmu_add()2007 if (SAMPL_DIAG_MODE(&event->hw)) in cpumsf_pmu_del()2106 if (SAMPL_DIAG_MODE(&cpuhw->event->hw)) in cpumf_measurement_alert()
72 #define SAMPL_DIAG_MODE(hwc) (SAMPL_FLAGS(hwc) & PERF_CPUM_SF_DIAG_MODE) macro