Lines Matching refs:te
1106 struct hws_trailer_entry *te, in debug_sample_entry() argument
1111 " diag.def=%04x (%p)\n", te->f, in debug_sample_entry()
1144 struct hws_trailer_entry *te; in hw_collect_samples() local
1153 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_collect_samples()
1155 while ((unsigned long *) sample < (unsigned long *) te) { in hw_collect_samples()
1179 debug_sample_entry(sample, te, flags); in hw_collect_samples()
1190 if (!te->f) in hw_collect_samples()
1217 struct hws_trailer_entry *te; in hw_perf_event_update() local
1229 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_perf_event_update()
1232 if (!te->f) { in hw_perf_event_update()
1239 if (te->overflow) in hw_perf_event_update()
1244 sampl_overflow += te->overflow; in hw_perf_event_update()
1249 sdbt, te->overflow, in hw_perf_event_update()
1250 (te->f) ? trailer_timestamp(te) : 0ULL); in hw_perf_event_update()
1261 te_flags = te->flags & ~SDB_TE_BUFFER_FULL_MASK; in hw_perf_event_update()
1263 } while (!cmpxchg_double(&te->flags, &te->overflow, in hw_perf_event_update()
1264 te->flags, te->overflow, in hw_perf_event_update()