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

/linux-4.1.27/tools/perf/util/
H A Dthread.c146 const char *thread__comm_str(const struct thread *thread) thread__comm_str() function
160 const char *comm = thread__comm_str(thread); thread__comm_len()
171 return fprintf(fp, "Thread %d %s\n", thread->tid, thread__comm_str(thread)) + thread__fprintf()
203 const char *comm = thread__comm_str(parent); thread__fork()
H A Dthread.h70 const char *thread__comm_str(const struct thread *thread);
100 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { thread__is_filtered()
H A Devent.c892 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); perf_event__preprocess_sample()
H A Dsort.c72 const char *comm = thread__comm_str(he->thread); hist_entry__thread_snprintf()
/linux-4.1.27/tools/perf/tests/
H A Dhists_common.c173 i, thread__comm_str(he->thread), print_hists_in()
200 i, thread__comm_str(he->thread), he->thread->tid, print_hists_out()
H A Dhists_cumulate.c149 #define COMM(he) (thread__comm_str(he->thread))
H A Dhists_output.c115 #define COMM(he) (thread__comm_str(he->thread))
/linux-4.1.27/tools/perf/
H A Dbuiltin-sched.c778 printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid); replay_fork_event()
779 printf("... child: %s/%d\n", thread__comm_str(child), child->tid); replay_fork_event()
782 register_pid(sched, parent->tid, thread__comm_str(parent)); replay_fork_event()
783 register_pid(sched, child->tid, thread__comm_str(child)); replay_fork_event()
1119 register_pid(sched, migrant->tid, thread__comm_str(migrant)); latency_migrate_task_event()
1153 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) output_lat_thread()
1159 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), work_list->thread->tid); output_lat_thread()
1340 if (!strcmp(thread__comm_str(sched_in), "swapper")) { map_switch_event()
1379 sched_in->shortname, thread__comm_str(sched_in), sched_in->tid); map_switch_event()
H A Dbuiltin-script.c349 printf("%8.8s ", thread__comm_str(thread)); print_sample_start()
351 printf("%s ", thread__comm_str(thread)); print_sample_start()
353 printf("%16s ", thread__comm_str(thread)); print_sample_start()
H A Dbuiltin-lock.c770 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); dump_threads()
H A Dbuiltin-kmem.c490 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); process_sample_event()
H A Dbuiltin-trace.c1390 printed += fprintf(fp, "%.14s/", thread__comm_str(thread)); trace__fprintf_entry_head()
2518 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread->tid); trace__fprintf_one_thread()
/linux-4.1.27/tools/perf/ui/browsers/
H A Dhists.c1286 (thread->comm_set ? thread__comm_str(thread) : ""),
1657 (thread->comm_set ? thread__comm_str(thread) : ""), perf_evsel__hists_browse()
1677 thread__comm_str(browser->he_selection->thread)) > 0) perf_evsel__hists_browse()
1777 thread->comm_set ? thread__comm_str(thread) : "", perf_evsel__hists_browse()
1793 sprintf(script_opt, " -c %s ", thread__comm_str(browser->he_selection->thread)); perf_evsel__hists_browse()
/linux-4.1.27/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c260 const char *comm = thread__comm_str(thread); perl_process_tracepoint()
H A Dtrace-event-python.c397 const char *comm = thread__comm_str(al->thread); python_process_tracepoint()
817 PyString_FromString(thread__comm_str(al->thread))); python_process_general_event()

Completed in 386 milliseconds