Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dswitch-tracking.c131 pid_t next_tid, prev_tid; in process_sample_event() local
144 prev_tid = evsel__intval(evsel, &sample, "prev_pid"); in process_sample_event()
146 pr_debug3("sched_switch: cpu: %d prev_tid %d next_tid %d\n", in process_sample_event()
147 cpu, prev_tid, next_tid); in process_sample_event()
156 switch_tracking->tids[cpu] != prev_tid) { in process_sample_event()
/linux/tools/perf/util/
H A Dthread_map.c222 pid_t tid, prev_tid = INT_MAX; in thread_map__new_by_tid_str() local
240 if (tid == prev_tid) in thread_map__new_by_tid_str()