Searched refs:thread__comm_str (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread.c | 150 const char *thread__comm_str(const struct thread *thread) in thread__comm_str() function 164 const char *comm = thread__comm_str(thread); in thread__comm_len() 175 return fprintf(fp, "Thread %d %s\n", thread->tid, thread__comm_str(thread)) + in thread__fprintf() 213 const char *comm = thread__comm_str(parent); in thread__fork()
|
D | thread.h | 71 const char *thread__comm_str(const struct thread *thread); 101 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
D | event.c | 1002 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in perf_event__preprocess_sample()
|
D | sort.c | 73 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
|
/linux-4.4.14/tools/perf/tests/ |
D | hists_common.c | 177 i, thread__comm_str(he->thread), in print_hists_in() 204 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
|
D | hists_cumulate.c | 153 #define COMM(he) (thread__comm_str(he->thread))
|
D | hists_output.c | 119 #define COMM(he) (thread__comm_str(he->thread))
|
/linux-4.4.14/tools/perf/ |
D | builtin-sched.c | 780 printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid); in replay_fork_event() 781 printf("... child: %s/%d\n", thread__comm_str(child), child->tid); in replay_fork_event() 784 register_pid(sched, parent->tid, thread__comm_str(parent)); in replay_fork_event() 785 register_pid(sched, child->tid, thread__comm_str(child)); in replay_fork_event() 1145 register_pid(sched, migrant->tid, thread__comm_str(migrant)); in latency_migrate_task_event() 1181 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) in output_lat_thread() 1188 ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread), work_list->num_merged); in output_lat_thread() 1190 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), work_list->thread->tid); in output_lat_thread() 1379 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event() 1418 sched_in->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event() [all …]
|
D | builtin-script.c | 399 printf("%8.8s ", thread__comm_str(thread)); in print_sample_start() 401 printf("%s ", thread__comm_str(thread)); in print_sample_start() 403 printf("%16s ", thread__comm_str(thread)); in print_sample_start()
|
D | builtin-lock.c | 770 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
|
D | builtin-trace.c | 1603 printed += fprintf(fp, "%.14s/", thread__comm_str(thread)); in trace__fprintf_entry_head() 2905 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread->tid); in trace__fprintf_one_thread()
|
D | builtin-kmem.c | 919 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 1324 (thread->comm_set ? thread__comm_str(thread) : ""), in hists__browser_title() 1507 thread->comm_set ? thread__comm_str(thread) : "", in do_zoom_thread() 1528 thread->comm_set ? thread__comm_str(thread) : "", in add_thread_opt() 1611 thread__comm_str(act->thread)); in do_run_script() 1628 thread__comm_str(thread)) < 0) in add_script_opt()
|
/linux-4.4.14/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 261 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
|
D | trace-event-python.c | 398 const char *comm = thread__comm_str(al->thread); in python_process_tracepoint() 818 PyString_FromString(thread__comm_str(al->thread))); in python_process_general_event()
|