stop_te          1045 arch/x86/events/intel/pt.c 	if (buf->stop_te) {
stop_te          1046 arch/x86/events/intel/pt.c 		buf->stop_te->stop = 0;
stop_te          1047 arch/x86/events/intel/pt.c 		buf->stop_te->intr = 0;
stop_te          1065 arch/x86/events/intel/pt.c 		buf->stop_te = pt_topa_entry_for_page(buf, idx);
stop_te          1066 arch/x86/events/intel/pt.c 		buf->stop_te = pt_topa_prev_entry(buf, buf->stop_te);
stop_te          1083 arch/x86/events/intel/pt.c 	buf->stop_te->stop = 1;
stop_te          1084 arch/x86/events/intel/pt.c 	buf->stop_te->intr = 1;
stop_te            84 arch/x86/events/intel/pt.h 	struct topa_entry	*stop_te, *intr_te;