Searched refs:pid_put_sample (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-timechart.c | 231 pid_put_sample(int pid, int type, unsigned int cpu, u64 start, u64 end) in pid_put_sample() function 430 pid_put_sample(p->pid, p->current->state, cpu, p->current->state_since, timestamp); in sched_wakeup() 447 pid_put_sample(sw->prev_pid, TYPE_RUNNING, cpu, prev_p->current->state_since, timestamp); in sched_switch() 450 pid_put_sample(sw->next_pid, p->current->state, cpu, p->current->state_since, timestamp); in sched_switch()
|