Searched refs:prev_tid (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | switch-tracking.c | 128 pid_t next_tid, prev_tid; in process_sample_event() local 139 prev_tid = evsel__intval(evsel, &sample, "prev_pid"); in process_sample_event() 141 pr_debug3("sched_switch: cpu: %d prev_tid %d next_tid %d\n", in process_sample_event() 142 cpu, prev_tid, next_tid); in process_sample_event() 151 switch_tracking->tids[cpu] != prev_tid) { in process_sample_event()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | switch-tracking.c | 131 pid_t next_tid, prev_tid; in process_sample_event() local 142 prev_tid = evsel__intval(evsel, &sample, "prev_pid"); in process_sample_event() 144 pr_debug3("sched_switch: cpu: %d prev_tid %d next_tid %d\n", in process_sample_event() 145 cpu, prev_tid, next_tid); in process_sample_event() 154 switch_tracking->tids[cpu] != prev_tid) { in process_sample_event()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread_map.c | 247 pid_t tid, prev_tid = INT_MAX; in thread_map__new_by_tid_str() local 268 if (tid == prev_tid) in thread_map__new_by_tid_str()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread_map.c | 248 pid_t tid, prev_tid = INT_MAX; in thread_map__new_by_tid_str() local 269 if (tid == prev_tid) in thread_map__new_by_tid_str()
|
Completed in 3 milliseconds