Lines Matching refs:te
1107 struct hws_trailer_entry *te, in debug_sample_entry() argument
1112 " diag.def=%04x (%p)\n", te->f, in debug_sample_entry()
1145 struct hws_trailer_entry *te; in hw_collect_samples() local
1154 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_collect_samples()
1156 while ((unsigned long *) sample < (unsigned long *) te) { in hw_collect_samples()
1180 debug_sample_entry(sample, te, flags); in hw_collect_samples()
1191 if (!te->f) in hw_collect_samples()
1218 struct hws_trailer_entry *te; in hw_perf_event_update() local
1230 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_perf_event_update()
1233 if (!te->f) { in hw_perf_event_update()
1240 if (te->overflow) in hw_perf_event_update()
1245 sampl_overflow += te->overflow; in hw_perf_event_update()
1250 sdbt, te->overflow, in hw_perf_event_update()
1251 (te->f) ? trailer_timestamp(te) : 0ULL); in hw_perf_event_update()
1262 te_flags = te->flags & ~SDB_TE_BUFFER_FULL_MASK; in hw_perf_event_update()
1264 } while (!cmpxchg_double(&te->flags, &te->overflow, in hw_perf_event_update()
1265 te->flags, te->overflow, in hw_perf_event_update()