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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c231 pid_put_sample(int pid, int type, unsigned int cpu, u64 start, u64 end) function
430 pid_put_sample(p->pid, p->current->state, cpu, 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);

Completed in 128 milliseconds