Searched refs:thread__comm_str (Results 1 - 20 of 20) sorted by relevance

/linux-master/tools/perf/trace/beauty/
H A Dpid.c16 " (%s)", thread__comm_str(thread));
/linux-master/tools/perf/tests/
H A Dhists_common.c185 i, thread__comm_str(he->thread),
214 i, thread__comm_str(he->thread), thread__tid(he->thread),
H A Dhists_cumulate.c166 #define COMM(he) (thread__comm_str(he->thread))
H A Dhists_output.c131 #define COMM(he) (thread__comm_str(he->thread))
/linux-master/tools/perf/util/
H A Dthread.c297 const char *thread__comm_str(struct thread *thread) function
336 return fprintf(fp, "Thread %d %s\n", thread__tid(thread), thread__comm_str(thread)) +
399 const char *comm = thread__comm_str(parent);
H A Dthread.h106 const char *thread__comm_str(struct thread *thread);
327 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) {
H A Ddata-convert-json.c185 output_json_key_string(out, true, 3, "comm", thread__comm_str(al.thread));
H A Ddlfilter.c109 d_al->comm = al->thread ? thread__comm_str(al->thread) : ":-1";
H A Devent.c724 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread));
H A Dhist.c2801 (thread__comm_set(thread) ? thread__comm_str(thread) : ""),
2806 (thread__comm_set(thread) ? thread__comm_str(thread) : ""));
H A Dsort.c118 const char *comm = thread__comm_str(he->thread);
/linux-master/tools/perf/
H A Dbuiltin-sched.c901 printf("... parent: %s/%d\n", thread__comm_str(parent), thread__tid(parent));
902 printf("... child: %s/%d\n", thread__comm_str(child), thread__tid(child));
905 register_pid(sched, thread__tid(parent), thread__comm_str(parent));
906 register_pid(sched, thread__tid(child), thread__comm_str(child));
1294 register_pid(sched, thread__tid(migrant), thread__comm_str(migrant));
1331 if (!strcmp(thread__comm_str(work_list->thread), "swapper"))
1338 ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread),
1341 ret = printf(" %s:%d ", thread__comm_str(work_list->thread),
1601 if (!strcmp(thread__comm_str(sched_in), "swapper")) {
1671 tr->shortname, thread__comm_str(sched_i
[all...]
H A Dbuiltin-lock.c1402 name = thread__comm_str(t);
1443 fprintf(lock_output, "%10d: %s\n", st->tid, thread__comm_str(t));
1745 pid, pid == -1 ? "Unknown" : thread__comm_str(t));
1798 pid == -1 ? "Unknown" : thread__comm_str(t));
H A Dbuiltin-trace.c1588 printed += fprintf(fp, "%.14s/", thread__comm_str(thread));
2237 thread__comm_str(thread), thread__pid(thread),
2288 thread__comm_str(thread),
2587 fprintf(trace->output, " (%s)", thread__comm_str(child));
3589 if (!strcmp(thread__comm_str(parent), "sshd") ||
3590 strstarts(thread__comm_str(parent), "gnome-terminal")) {
4294 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread__tid(thread));
H A Dbuiltin-kmem.c977 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread));
H A Dbuiltin-report.c903 fprintf(fp, "%s\n", thread__comm_str(thread));
H A Dbuiltin-script.c796 const char *comm = thread ? thread__comm_str(thread) : ":-1";
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c356 const char *comm = thread__comm_str(thread);
H A Dtrace-event-python.c892 _PyUnicode_FromString(thread__comm_str(al->thread)));
956 const char *comm = thread__comm_str(al->thread);
/linux-master/tools/perf/ui/browsers/
H A Dhists.c2524 thread__comm_set(thread) ? thread__comm_str(thread) : "";
2556 comm_set_str = thread__comm_set(thread) ? thread__comm_str(thread) : "";
2673 len += strlen(thread__comm_str(act->thread));
2683 thread__comm_str(act->thread));
2728 thread__comm_str(thread), tstr) < 0)

Completed in 231 milliseconds