Lines Matching refs:sig_ts
1020 hrtime_t sig_ts = gethrtime (); //YXXX get this from HWC event? in hwcdrv_overflow() local
1021 eventp->ce_hrt = sig_ts; in hwcdrv_overflow()
1022 lost_events->ce_hrt = sig_ts; in hwcdrv_overflow()
1041 " SI_TKILL detected\n", sig_ts); in hwcdrv_overflow()
1047 " unexpected si_code 0x%x\n", sig_ts, si->si_code); in hwcdrv_overflow()
1055 " tsd context is NULL\n", sig_ts); in hwcdrv_overflow()
1062 " ctr_list is NULL\n", sig_ts); in hwcdrv_overflow()
1088 " pmc not determined!\n", sig_ts); in hwcdrv_overflow()
1119 sig_ts, sheader.type); in hwcdrv_overflow()
1123 " skip recd type=%d failed\n", sig_ts, sheader.type); in hwcdrv_overflow()
1136 " read_sample() failed\n", sig_ts); in hwcdrv_overflow()
1141 " idx=%d value=%llu lost=%llu\n", (unsigned long long) sig_ts, in hwcdrv_overflow()
1146 " idx=%d previous sample recorded as lost_event\n", sig_ts, idx); in hwcdrv_overflow()
1158 " %d records for signal_idx=%d\n", sig_ts, num_recs, signal_idx); in hwcdrv_overflow()
1163 sig_ts, num_recs, idx, signal_idx); in hwcdrv_overflow()
1174 && sig_ts - ctr_list[idx].last_overflow_time < min_time) // last interval below min in hwcdrv_overflow()
1207 ctr_list[idx].last_overflow_time = sig_ts; in hwcdrv_overflow()