Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread.c146 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()
Dthread.h70 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()
Devent.c892 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in perf_event__preprocess_sample()
Dsort.c72 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
/linux-4.1.27/tools/perf/tests/
Dhists_common.c173 i, thread__comm_str(he->thread), in print_hists_in()
200 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
Dhists_cumulate.c149 #define COMM(he) (thread__comm_str(he->thread))
Dhists_output.c115 #define COMM(he) (thread__comm_str(he->thread))
/linux-4.1.27/tools/perf/
Dbuiltin-sched.c778 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()
Dbuiltin-script.c349 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()
Dbuiltin-lock.c770 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
Dbuiltin-kmem.c490 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
Dbuiltin-trace.c1390 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/
Dhists.c1286 (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/
Dtrace-event-perl.c260 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
Dtrace-event-python.c397 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()