thread__comm_str
dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread));
name = thread__comm_str(t);
fprintf(lock_output, "%10d: %s\n", st->tid, thread__comm_str(t));
pid, pid == -1 ? "Unknown" : thread__comm_str(t));
pid == -1 ? "Unknown" : thread__comm_str(t));
fprintf(fp, "%s\n", thread__comm_str(thread));
register_pid(sched, thread__tid(migrant), thread__comm_str(migrant));
if (!strcmp(thread__comm_str(work_list->thread), "swapper"))
ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread),
ret = printf(" %s:%d ", thread__comm_str(work_list->thread),
str = thread__comm_str(sched_in);
if (!strcmp(thread__comm_str(sched_in), "swapper")) {
str = thread__comm_str(sched_in);
if (!sched_match_task(sched, thread__comm_str(sched_out)))
str = thread__comm_str(sched_out);
tr->shortname, thread__comm_str(sched_in), thread__tid(sched_in));
const char *comm = thread__comm_str(thread);
const char *comm = thread__comm_str(data->thread), *this_comm;
this_comm = thread__comm_str(this->thread);
printf("... parent: %s/%d\n", thread__comm_str(parent), thread__tid(parent));
printf("... child: %s/%d\n", thread__comm_str(child), thread__tid(child));
register_pid(sched, thread__tid(parent), thread__comm_str(parent));
register_pid(sched, thread__tid(child), thread__comm_str(child));
const char *comm = thread ? thread__comm_str(thread) : ":-1";
printed += fprintf(fp, "%.14s/", thread__comm_str(thread));
thread__comm_str(thread), thread__pid(thread),
thread__comm_str(thread),
fprintf(trace->output, " (%s)", thread__comm_str(child));
if (!strcmp(thread__comm_str(parent), "sshd") ||
strstarts(thread__comm_str(parent), "gnome-terminal")) {
printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread__tid(thread));
i, thread__comm_str(he->thread),
i, thread__comm_str(he->thread), thread__tid(he->thread),
#define COMM(he) (thread__comm_str(he->thread))
#define COMM(he) (thread__comm_str(he->thread))
" (%s)", thread__comm_str(thread));
thread__comm_set(thread) ? thread__comm_str(thread) : "";
comm_set_str = thread__comm_set(thread) ? thread__comm_str(thread) : "";
len += strlen(thread__comm_str(act->thread));
thread__comm_str(act->thread));
thread__comm_str(thread), tstr) < 0)
output_json_key_string(out, true, 3, "comm", thread__comm_str(al.thread));
d_al->comm = al->thread ? thread__comm_str(al->thread) : ":-1";
dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread));
(thread__comm_set(thread) ? thread__comm_str(thread) : ""),
(thread__comm_set(thread) ? thread__comm_str(thread) : ""));
const char *comm = thread__comm_str(thread);
_PyUnicode_FromString(thread__comm_str(al->thread)));
const char *comm = thread__comm_str(al->thread);
const char *comm = thread__comm_str(he->thread);
comm = thread__comm_str(he->thread);
comm = thread__comm_str(leader);
return fprintf(fp, "Thread %d %s\n", thread__tid(thread), thread__comm_str(thread)) +
const char *comm = thread__comm_str(parent);
const char *thread__comm_str(struct thread *thread);
!strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) {