HomeSort by relevance Sort by last modified time
    Searched full:power_only (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/
builtin-timechart.c 57 static bool power_only; variable
925 if (p->total_time >= threshold && !power_only)
936 if (c->total_time >= threshold && !power_only) {
1100 OPT_BOOLEAN('P', "power-only", &power_only,

Completed in 149 milliseconds