Searched refs:stop_te (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/events/intel/
H A Dpt.h70 * @stop_te: STOP topa entry pointer
86 struct topa_entry *stop_te, *intr_te; member in struct:pt_buffer
H A Dpt.c1103 if (buf->stop_te) {
1104 buf->stop_te->stop = 0;
1105 buf->stop_te->intr = 0;
1123 buf->stop_te = pt_topa_entry_for_page(buf, idx);
1124 buf->stop_te = pt_topa_prev_entry(buf, buf->stop_te);
1141 buf->stop_te->stop = 1;
1142 buf->stop_te->intr = 1;

Completed in 144 milliseconds