have_tsc         2919 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 				     bool have_tsc, bool *consecutive)
have_tsc         2930 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	if (have_tsc) {
have_tsc          266 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h 				     bool have_tsc, bool *consecutive);
have_tsc           66 tools/perf/util/intel-pt.c 	bool have_tsc;
have_tsc          243 tools/perf/util/intel-pt.c 				      pt->have_tsc, &consecutive);
have_tsc          822 tools/perf/util/intel-pt.c 	bool have_tsc = false;
have_tsc          831 tools/perf/util/intel-pt.c 				have_tsc = true;
have_tsc          836 tools/perf/util/intel-pt.c 	return have_tsc;
have_tsc         3180 tools/perf/util/intel-pt.c 	pt->have_tsc = intel_pt_have_tsc(pt);