/Linux-v4.19/tools/perf/util/ |
D | thread.c | 258 const char *thread__comm_str(const struct thread *thread) in thread__comm_str() function 273 const char *comm = thread__comm_str(thread); in thread__comm_len() 284 return fprintf(fp, "Thread %d %s\n", thread->tid, thread__comm_str(thread)) + in thread__fprintf() 355 const char *comm = thread__comm_str(parent); in thread__fork()
|
D | thread.h | 88 const char *thread__comm_str(const struct thread *thread); 117 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
D | hist.c | 2525 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title() 2530 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
|
D | event.c | 1601 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in machine__resolve()
|
D | sort.c | 87 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
|
/Linux-v4.19/tools/perf/trace/beauty/ |
D | pid.c | 15 " (%s)", thread__comm_str(thread)); in syscall_arg__scnprintf_pid()
|
/Linux-v4.19/tools/perf/tests/ |
D | hists_common.c | 181 i, thread__comm_str(he->thread), in print_hists_in() 208 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
|
D | hists_cumulate.c | 151 #define COMM(he) (thread__comm_str(he->thread))
|
D | hists_output.c | 117 #define COMM(he) (thread__comm_str(he->thread))
|
/Linux-v4.19/tools/perf/ |
D | builtin-sched.c | 886 printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid); in replay_fork_event() 887 printf("... child: %s/%d\n", thread__comm_str(child), child->tid); in replay_fork_event() 890 register_pid(sched, parent->tid, thread__comm_str(parent)); in replay_fork_event() 891 register_pid(sched, child->tid, thread__comm_str(child)); in replay_fork_event() 1282 register_pid(sched, migrant->tid, thread__comm_str(migrant)); in latency_migrate_task_event() 1319 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) in output_lat_thread() 1326 ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread), work_list->num_merged); in output_lat_thread() 1328 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), work_list->thread->tid); in output_lat_thread() 1570 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event() 1638 tr->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event() [all …]
|
D | builtin-trace.c | 1153 printed += fprintf(fp, "%.14s/", thread__comm_str(thread)); in trace__fprintf_entry_head() 1650 thread__comm_str(thread), in trace__fprintf_sample() 1879 fprintf(trace->output, " (%s)", thread__comm_str(child)); in trace__sys_exit() 2418 if (!strcmp(thread__comm_str(parent), "sshd")) { in trace__set_filter_loop_pids() 2883 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread->tid); in trace__fprintf_thread()
|
D | builtin-lock.c | 774 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
|
D | builtin-script.c | 620 printed += fprintf(fp, "%8.8s ", thread__comm_str(thread)); in perf_sample__fprintf_start() 622 printed += fprintf(fp, "%s ", thread__comm_str(thread)); in perf_sample__fprintf_start() 624 printed += fprintf(fp, "%16s ", thread__comm_str(thread)); in perf_sample__fprintf_start()
|
D | builtin-report.c | 721 fprintf(fp, "%s\n", thread__comm_str(thread)); in task__print_level()
|
D | builtin-kmem.c | 953 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | hists.c | 2401 thread->comm_set ? thread__comm_str(thread) : "", in do_zoom_thread() 2405 thread->comm_set ? thread__comm_str(thread) : ""); in do_zoom_thread() 2431 thread->comm_set ? thread__comm_str(thread) : "", in add_thread_opt() 2436 thread->comm_set ? thread__comm_str(thread) : ""); in add_thread_opt() 2521 thread__comm_str(act->thread)); in do_run_script() 2538 thread__comm_str(thread)) < 0) in add_script_opt()
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 350 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
|
D | trace-event-python.c | 766 _PyUnicode_FromString(thread__comm_str(al->thread))); in get_perf_sample_dict() 804 const char *comm = thread__comm_str(al->thread); in python_process_tracepoint()
|