Lines Matching defs:tid
16 values->tid = malloc(values->threads_max * sizeof(*values->tid));
18 if (!values->pid || !values->tid || !values->value) {
42 zfree(&values->tid);
58 zfree(&values->tid);
69 *ntid = realloc(values->tid, nthreads_max * sizeof(*values->tid)),
77 values->tid = ntid;
89 u32 pid, u32 tid)
94 if (values->pid[i] == pid && values->tid[i] == tid)
111 values->tid[i] = tid;
185 u32 pid, u32 tid,
190 tindex = perf_read_values__findnew_thread(values, pid, tid);
223 width = snprintf(NULL, 0, "%d", values->tid[i]);
240 tidwidth, values->tid[i]);
265 width = snprintf(NULL, 0, "%d", values->tid[i]);
293 tidwidth, values->tid[i],