Home
last modified time | relevance | path

Searched refs:thread__comm_str (Results 1 – 11 of 11) sorted by relevance

/linux/tools/perf/tests/
H A Dhists_common.c185 i, thread__comm_str(he->thread), in print_hists_in()
214 i, thread__comm_str(he->thread), thread__tid(he->thread), in print_hists_out()
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/tools/perf/trace/beauty/
H A Dpid.c16 " (%s)", thread__comm_str(thread)); in syscall_arg__scnprintf_pid()
/linux/tools/perf/util/
H A Dthread.c293 const char *thread__comm_str(struct thread *thread) in thread__comm_str() function
332 return fprintf(fp, "Thread %d %s\n", thread__tid(thread), thread__comm_str(thread)) + in thread__fprintf()
395 const char *comm = thread__comm_str(parent); in thread__fork()
H A Dthread.h107 const char *thread__comm_str(struct thread *thread);
328 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
H A Ddlfilter.c109 d_al->comm = al->thread ? thread__comm_str(al->thread) : ":-1"; in dlfilter__resolve_ip()
H A Devent.c744 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread)); in machine__resolve()
/linux/tools/perf/
H A Dbuiltin-lock.c1295 name = thread__comm_str(t);
1336 fprintf(lock_output, "%10d: %s\n", st->tid, thread__comm_str(t)); in evsel__process_contention_begin()
1632 pid, pid == -1 ? "Unknown" : thread__comm_str(t));
1685 pid == -1 ? "Unknown" : thread__comm_str(t)); in print_header_csv()
H A Dbuiltin-trace.c1853 printed += fprintf(fp, "%.14s/", thread__comm_str(thread)); in trace__fprintf_comm_tid()
2506 thread__comm_str(thread), thread__pid(thread), in thread__update_stats()
2557 thread__comm_str(thread), in trace__fprintf_sample()
2870 fprintf(trace->output, " (%s)", thread__comm_str(child)); in trace__sys_exit()
3980 if (!strcmp(thread__comm_str(parent), "sshd") || in trace__set_filter_loop_pids()
3981 strstarts(thread__comm_str(parent), "gnome-terminal")) { in trace__set_filter_loop_pids()
4700 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread__tid(thread)); in trace__fprintf_thread()
/linux/tools/perf/ui/browsers/
H A Dhists.c2551 thread__comm_set(thread) ? thread__comm_str(thread) : ""; in do_zoom_thread()
2583 comm_set_str = thread__comm_set(thread) ? thread__comm_str(thread) : ""; in add_thread_opt()
2700 len += strlen(thread__comm_str(act->thread)); in do_run_script()
2710 thread__comm_str(act->thread)); in do_run_script()
2755 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()