HomeSort by relevance Sort by last modified time
    Searched defs:latency_format (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 27 static bool latency_format; variable
292 if (latency_format)
308 if (latency_format)
1274 OPT_BOOLEAN('L', "Latency", &latency_format,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.h 397 int latency_format; member in struct:pevent
657 return pevent->latency_format;
662 pevent->latency_format = lat;

Completed in 62 milliseconds