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

  /external/linux-tools-perf/
builtin-timechart.c 106 u64 state_since; member in struct:per_pidcomm
225 p->current->state_since = timestamp;
456 p->current->state_since = timestamp;
460 pid_put_sample(p->pid, p->current->state, cpu, p->current->state_since, timestamp);
461 p->current->state_since = timestamp;
477 pid_put_sample(sw->prev_pid, TYPE_RUNNING, cpu, prev_p->current->state_since, timestamp);
480 pid_put_sample(sw->next_pid, p->current->state, cpu, p->current->state_since, timestamp);
482 p->current->state_since = timestamp;
488 prev_p->current->state_since = timestamp;

Completed in 2369 milliseconds