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

/linux-master/tools/perf/util/
H A Dordered-events.c203 pr_oe_time(timestamp, "out of order event\n");
204 pr_oe_time(oe->last_flush, "last flush, last_flush_type %d\n",
320 pr_oe_time(oe->next_flush, "next_flush - ordered_events__flush PRE %s, nr_events %u\n",
322 pr_oe_time(oe->max_timestamp, "max_timestamp\n");
333 pr_oe_time(oe->next_flush, "next_flush - ordered_events__flush POST %s, nr_events %u\n",
335 pr_oe_time(oe->last_flush, "last_flush\n");
H A Ddebug.h54 #define pr_oe_time(t, fmt, ...) pr_time_N(1, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) macro

Completed in 192 milliseconds