Searched refs:TYPE_RUNNING (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c115 #define TYPE_RUNNING 1 macro
256 if (sample->type == TYPE_RUNNING && end > start && start > 0) {
447 pid_put_sample(sw->prev_pid, TYPE_RUNNING, cpu, prev_p->current->state_since, timestamp);
453 p->current->state = TYPE_RUNNING;
764 if (sample->type == TYPE_RUNNING)
797 if (sample->type == TYPE_RUNNING)

Completed in 275 milliseconds