OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:duration_filter
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c
440
double
duration_filter
;
member in struct:trace
446
return t < (trace->
duration_filter
* NSEC_PER_MSEC);
734
if (!trace->
duration_filter
) {
775
} else if (trace->
duration_filter
)
1162
trace->
duration_filter
= atof(str);
[
all
...]
Completed in 196 milliseconds