time_q            954 tools/perf/builtin-report.c 	unsigned long *time_q = opt->value;
time_q            957 tools/perf/builtin-report.c 	*time_q = strtoul(arg, &end, 0);
time_q            960 tools/perf/builtin-report.c 	if (*time_q == 0) {
time_q            968 tools/perf/builtin-report.c 		*time_q *= NSEC_PER_SEC;
time_q            972 tools/perf/builtin-report.c 		*time_q *= NSEC_PER_MSEC;
time_q            976 tools/perf/builtin-report.c 		*time_q *= NSEC_PER_USEC;