Searched refs:thread__comm_str (Results 1 – 18 of 18) sorted by relevance
/tools/perf/trace/beauty/ |
D | pid.c | 16 " (%s)", thread__comm_str(thread)); in syscall_arg__scnprintf_pid()
|
/tools/perf/util/ |
D | thread.h | 92 const char *thread__comm_str(struct thread *thread); 128 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
D | thread.c | 300 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()
|
D | event.c | 566 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in machine__resolve()
|
D | hist.c | 2686 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title() 2691 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
|
D | sort.c | 100 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
|
/tools/perf/tests/ |
D | hists_common.c | 183 i, thread__comm_str(he->thread), in print_hists_in() 210 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
|
D | hists_cumulate.c | 152 #define COMM(he) (thread__comm_str(he->thread))
|
D | hists_output.c | 118 #define COMM(he) (thread__comm_str(he->thread))
|
/tools/perf/ |
D | builtin-sched.c | 893 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 …]
|
D | builtin-trace.c | 1346 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()
|
D | builtin-lock.c | 775 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
|
D | builtin-script.c | 636 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()
|
D | builtin-report.c | 762 fprintf(fp, "%s\n", thread__comm_str(thread)); in task__print_level()
|
D | builtin-kmem.c | 960 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
|
/tools/perf/ui/browsers/ |
D | hists.c | 2439 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/ |
D | trace-event-perl.c | 352 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
|
D | trace-event-python.c | 769 _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()
|