Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:curr_pid

1426 static u32 curr_pid[MAX_CPUS] = { [0 ... MAX_CPUS-1] = -1 };
1532 if (curr_pid[this_cpu] != (u32)-1) {
1537 if (curr_pid[this_cpu] != switch_event.prev_pid)
1544 curr_pid[this_cpu] = switch_event.next_pid;