Lines Matching refs:tid
102 pid_t tid;
1181 thread_data[t].tid = -1;
1198 thread_data[t].tid = gettid();
1476 pr_debug("threads[%d]: running on cpu%d: ", thread->tid, sched_getcpu());
1634 thread->tid = gettid();
1639 thread->tid, strerror(errno));
1641 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu());
1683 thread->tid, strerror(errno));
2191 pid_t tid = thread_data->tid;
2197 pr_debug2("threads[%d]: sent %s\n", tid, thread_msg_tags[ack]);
2200 thread->tid, tid);
2245 pr_debug2("threads[%d]: sent %s\n", rec->thread_data[t].tid,
2249 thread->tid, rec->thread_data[t].tid);
2255 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu());
2282 pr_debug("threads[%d]: samples=%lld, wakes=%ld, ", thread_data[t].tid,
3331 OPT_STRING('t', "tid", &record.opts.target.tid, "tid",
4105 if (rec->opts.target.tid && !rec->opts.no_inherit_set)