Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-trace.c440 double duration_filter; member
446 return t < (trace->duration_filter * NSEC_PER_MSEC); in trace__filter_duration()
734 if (!trace->duration_filter) { in trace__sys_enter()
775 } else if (trace->duration_filter) in trace__sys_exit()
1162 trace->duration_filter = atof(str); in trace__set_duration()