Searched refs:thread__comm_str (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | thread.c | 146 const char *thread__comm_str(const struct thread *thread) in thread__comm_str() function 160 const char *comm = thread__comm_str(thread); in thread__comm_len() 171 return fprintf(fp, "Thread %d %s\n", thread->tid, thread__comm_str(thread)) + in thread__fprintf() 203 const char *comm = thread__comm_str(parent); in thread__fork()
|
D | thread.h | 70 const char *thread__comm_str(const struct thread *thread); 100 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
D | event.c | 892 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in perf_event__preprocess_sample()
|
D | sort.c | 72 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
|
/linux-4.1.27/tools/perf/tests/ |
D | hists_common.c | 173 i, thread__comm_str(he->thread), in print_hists_in() 200 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
|
D | hists_cumulate.c | 149 #define COMM(he) (thread__comm_str(he->thread))
|
D | hists_output.c | 115 #define COMM(he) (thread__comm_str(he->thread))
|
/linux-4.1.27/tools/perf/ |
D | builtin-sched.c | 778 printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid); in replay_fork_event() 779 printf("... child: %s/%d\n", thread__comm_str(child), child->tid); in replay_fork_event() 782 register_pid(sched, parent->tid, thread__comm_str(parent)); in replay_fork_event() 783 register_pid(sched, child->tid, thread__comm_str(child)); in replay_fork_event() 1119 register_pid(sched, migrant->tid, thread__comm_str(migrant)); in latency_migrate_task_event() 1153 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) in output_lat_thread() 1159 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), work_list->thread->tid); in output_lat_thread() 1340 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event() 1379 sched_in->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event()
|
D | builtin-script.c | 349 printf("%8.8s ", thread__comm_str(thread)); in print_sample_start() 351 printf("%s ", thread__comm_str(thread)); in print_sample_start() 353 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-kmem.c | 490 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
|
D | builtin-trace.c | 1390 printed += fprintf(fp, "%.14s/", thread__comm_str(thread)); in trace__fprintf_entry_head() 2518 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread->tid); in trace__fprintf_one_thread()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 1286 (thread->comm_set ? thread__comm_str(thread) : ""), in hists__browser_title() 1657 (thread->comm_set ? thread__comm_str(thread) : ""), in perf_evsel__hists_browse() 1677 thread__comm_str(browser->he_selection->thread)) > 0) in perf_evsel__hists_browse() 1777 thread->comm_set ? thread__comm_str(thread) : "", in perf_evsel__hists_browse() 1793 sprintf(script_opt, " -c %s ", thread__comm_str(browser->he_selection->thread)); in perf_evsel__hists_browse()
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 260 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
|
D | trace-event-python.c | 397 const char *comm = thread__comm_str(al->thread); in python_process_tracepoint() 817 PyString_FromString(thread__comm_str(al->thread))); in python_process_general_event()
|