ff_timestamp     2109 tools/perf/util/intel-pt.c static int intel_pt_time_filter(struct intel_pt_queue *ptq, u64 *ff_timestamp)
ff_timestamp     2127 tools/perf/util/intel-pt.c 			if (ptq->sel_timestamp > *ff_timestamp) {
ff_timestamp     2132 tools/perf/util/intel-pt.c 				*ff_timestamp = ptq->sel_timestamp;
ff_timestamp     2160 tools/perf/util/intel-pt.c 	u64 ff_timestamp = 0;
ff_timestamp     2226 tools/perf/util/intel-pt.c 			err = intel_pt_time_filter(ptq, &ff_timestamp);