Home
last modified time | relevance | path

Searched refs:ff_timestamp (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dintel-pt.c2867 static int intel_pt_time_filter(struct intel_pt_queue *ptq, u64 *ff_timestamp) in intel_pt_time_filter() argument
2885 if (ptq->sel_timestamp > *ff_timestamp) { in intel_pt_time_filter()
2890 *ff_timestamp = ptq->sel_timestamp; in intel_pt_time_filter()
2918 u64 ff_timestamp = 0; in intel_pt_run_decoder() local
2985 err = intel_pt_time_filter(ptq, &ff_timestamp); in intel_pt_run_decoder()