Lines Matching refs:tid
10 values->tid = malloc(values->threads_max * sizeof(*values->tid));
12 if (!values->pid || !values->tid || !values->value)
36 free(values->tid);
48 values->tid = realloc(values->tid,
49 values->threads_max * sizeof(*values->tid));
52 if (!values->pid || !values->tid || !values->value)
57 u32 pid, u32 tid)
62 if (values->pid[i] == pid && values->tid[i] == tid)
70 values->tid[i] = tid;
118 u32 pid, u32 tid,
123 tindex = perf_read_values__findnew_thread(values, pid, tid);
149 width = snprintf(NULL, 0, "%d", values->tid[i]);
159 fprintf(fp, "# %*s %*s", pidwidth, "PID", tidwidth, "TID");
166 tidwidth, values->tid[i]);
181 tidwidth = 3; /* TID */
191 width = snprintf(NULL, 0, "%d", values->tid[i]);
212 pidwidth, "PID", tidwidth, "TID",
219 tidwidth, values->tid[i],