Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread.c150 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()
Dthread.h71 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()
Devent.c1002 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in perf_event__preprocess_sample()
Dsort.c73 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
/linux-4.4.14/tools/perf/tests/
Dhists_common.c177 i, thread__comm_str(he->thread), in print_hists_in()
204 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
Dhists_cumulate.c153 #define COMM(he) (thread__comm_str(he->thread))
Dhists_output.c119 #define COMM(he) (thread__comm_str(he->thread))
/linux-4.4.14/tools/perf/
Dbuiltin-sched.c780 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 …]
Dbuiltin-script.c399 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()
Dbuiltin-lock.c770 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
Dbuiltin-trace.c1603 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()
Dbuiltin-kmem.c919 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c1324 (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/
Dtrace-event-perl.c261 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
Dtrace-event-python.c398 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()