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

/linux-master/tools/perf/tests/
H A Dswitch-tracking.c131 pid_t next_tid, prev_tid; local
142 prev_tid = evsel__intval(evsel, &sample, "prev_pid");
144 pr_debug3("sched_switch: cpu: %d prev_tid %d next_tid %d\n",
145 cpu, prev_tid, next_tid);
154 switch_tracking->tids[cpu] != prev_tid) {
/linux-master/tools/perf/util/
H A Dthread_map.c247 pid_t tid, prev_tid = INT_MAX; local
268 if (tid == prev_tid)

Completed in 146 milliseconds