Lines Matching refs:time
5 #include <sys/time.h>
7 #include <time.h>
14 #include "time-utils.h"
110 /* make sure end time is after start time if it was given */
114 pr_debug("start time %" PRIu64 ", ", ptime->start);
115 pr_debug("end time %" PRIu64 "\n", ptime->end);
312 pr_debug("start time %d: %" PRIu64 ", ", i, ptime_buf[i].start);
313 pr_debug("end time %d: %" PRIu64 "\n", i, ptime_buf[i].end);
366 * 0%-10%,30%-40%: multiple time range
398 * At least allocate one time range.
421 /* if time is not set don't drop sample */
425 /* otherwise compare sample time to time window */
447 * start/end of multiple time ranges must be valid.
478 pr_err("HINT: no first/last sample time found in perf data.\n"
513 pr_err("Invalid time string\n");