Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/
Dpid.c16 " (%s)", thread__comm_str(thread)); in syscall_arg__scnprintf_pid()
/tools/perf/util/
Dthread.h92 const char *thread__comm_str(struct thread *thread);
128 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
Dthread.c300 const char *thread__comm_str(struct thread *thread) in thread__comm_str() function
315 const char *comm = thread__comm_str(thread); in thread__comm_len()
326 return fprintf(fp, "Thread %d %s\n", thread->tid, thread__comm_str(thread)) + in thread__fprintf()
394 const char *comm = thread__comm_str(parent); in thread__fork()
Devent.c566 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in machine__resolve()
Dhist.c2686 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2691 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
Dsort.c100 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
/tools/perf/tests/
Dhists_common.c183 i, thread__comm_str(he->thread), in print_hists_in()
210 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
Dhists_cumulate.c152 #define COMM(he) (thread__comm_str(he->thread))
Dhists_output.c118 #define COMM(he) (thread__comm_str(he->thread))
/tools/perf/
Dbuiltin-sched.c893 printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid); in replay_fork_event()
894 printf("... child: %s/%d\n", thread__comm_str(child), child->tid); in replay_fork_event()
897 register_pid(sched, parent->tid, thread__comm_str(parent)); in replay_fork_event()
898 register_pid(sched, child->tid, thread__comm_str(child)); in replay_fork_event()
1292 register_pid(sched, migrant->tid, thread__comm_str(migrant)); in latency_migrate_task_event()
1329 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) in output_lat_thread()
1336 ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread), work_list->num_merged); in output_lat_thread()
1338 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), work_list->thread->tid); in output_lat_thread()
1580 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event()
1648 tr->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event()
[all …]
Dbuiltin-trace.c1346 printed += fprintf(fp, "%.14s/", thread__comm_str(thread)); in trace__fprintf_comm_tid()
1960 thread__comm_str(thread), in trace__fprintf_sample()
2248 fprintf(trace->output, " (%s)", thread__comm_str(child)); in trace__sys_exit()
3219 if (!strcmp(thread__comm_str(parent), "sshd") || in trace__set_filter_loop_pids()
3220 strstarts(thread__comm_str(parent), "gnome-terminal")) { in trace__set_filter_loop_pids()
3784 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread->tid); in trace__fprintf_thread()
Dbuiltin-lock.c775 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
Dbuiltin-script.c636 printed += fprintf(fp, "%8.8s ", thread__comm_str(thread)); in perf_sample__fprintf_start()
638 printed += fprintf(fp, "%s ", thread__comm_str(thread)); in perf_sample__fprintf_start()
640 printed += fprintf(fp, "%16s ", thread__comm_str(thread)); in perf_sample__fprintf_start()
Dbuiltin-report.c762 fprintf(fp, "%s\n", thread__comm_str(thread)); in task__print_level()
Dbuiltin-kmem.c960 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
/tools/perf/ui/browsers/
Dhists.c2439 thread->comm_set ? thread__comm_str(thread) : "", in do_zoom_thread()
2443 thread->comm_set ? thread__comm_str(thread) : ""); in do_zoom_thread()
2469 thread->comm_set ? thread__comm_str(thread) : "", in add_thread_opt()
2474 thread->comm_set ? thread__comm_str(thread) : ""); in add_thread_opt()
2560 len += strlen(thread__comm_str(act->thread)); in do_run_script()
2570 thread__comm_str(act->thread)); in do_run_script()
2615 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c352 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
Dtrace-event-python.c769 _PyUnicode_FromString(thread__comm_str(al->thread))); in get_perf_sample_dict()
807 const char *comm = thread__comm_str(al->thread); in python_process_tracepoint()