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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c100 u64 state_since; member in struct:per_pidcomm
217 p->current->state_since = timestamp;
426 p->current->state_since = timestamp;
430 pid_put_sample(p->pid, p->current->state, cpu, p->current->state_since, timestamp);
431 p->current->state_since = timestamp;
447 pid_put_sample(sw->prev_pid, TYPE_RUNNING, cpu, prev_p->current->state_since, timestamp);
450 pid_put_sample(sw->next_pid, p->current->state, cpu, p->current->state_since, timestamp);
452 p->current->state_since = timestamp;
458 prev_p->current->state_since = timestamp;

Completed in 376 milliseconds