Searched refs:thread__comm_str (Results 1 – 20 of 20) sorted by relevance
/linux/tools/perf/util/ |
A D | thread.c | 302 const char *thread__comm_str(struct thread *thread) in thread__comm_str() function 317 const char *comm = thread__comm_str(thread); in thread__comm_len() 328 return fprintf(fp, "Thread %d %s\n", thread->tid, thread__comm_str(thread)) + in thread__fprintf() 394 const char *comm = thread__comm_str(parent); in thread__fork()
|
A D | thread.h | 105 const char *thread__comm_str(struct thread *thread); 141 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
A D | data-convert-json.c | 174 output_json_key_string(out, true, 3, "comm", thread__comm_str(al.thread)); in process_sample_event()
|
A D | dlfilter.c | 104 d_al->comm = al->thread ? thread__comm_str(al->thread) : ":-1"; in dlfilter__resolve_ip()
|
A D | event.c | 692 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in machine__resolve()
|
A D | hist.c | 2756 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title() 2761 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
|
A D | sort.c | 106 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
|
/linux/tools/perf/tests/ |
A D | hists_common.c | 183 i, thread__comm_str(he->thread), in print_hists_in() 210 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
|
A D | hists_cumulate.c | 152 #define COMM(he) (thread__comm_str(he->thread))
|
A D | hists_output.c | 118 #define COMM(he) (thread__comm_str(he->thread))
|
/linux/tools/perf/trace/beauty/ |
A D | pid.c | 16 " (%s)", thread__comm_str(thread)); in syscall_arg__scnprintf_pid()
|
/linux/tools/perf/ |
A D | builtin-sched.c | 897 printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid); in replay_fork_event() 898 printf("... child: %s/%d\n", thread__comm_str(child), child->tid); in replay_fork_event() 901 register_pid(sched, parent->tid, thread__comm_str(parent)); in replay_fork_event() 902 register_pid(sched, child->tid, thread__comm_str(child)); in replay_fork_event() 1297 register_pid(sched, migrant->tid, thread__comm_str(migrant)); in latency_migrate_task_event() 1334 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) in output_lat_thread() 1586 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event() 1654 tr->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event() 1910 const char *comm = thread__comm_str(thread); in timehist_get_commstr() 3117 const char *comm = thread__comm_str(data->thread), *this_comm; in __merge_work_atoms() [all …]
|
A D | builtin-trace.c | 1554 printed += fprintf(fp, "%.14s/", thread__comm_str(thread)); in trace__fprintf_comm_tid() 2198 thread__comm_str(thread), thread->pid_, thread->tid); 2248 thread__comm_str(thread), 2544 fprintf(trace->output, " (%s)", thread__comm_str(child)); 3692 if (!strcmp(thread__comm_str(parent), "sshd") || 3693 strstarts(thread__comm_str(parent), "gnome-terminal")) { 4391 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread->tid);
|
A D | builtin-lock.c | 771 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
|
A D | builtin-report.c | 826 fprintf(fp, "%s\n", thread__comm_str(thread)); in task__print_level()
|
A D | builtin-kmem.c | 955 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
|
A D | builtin-script.c | 747 const char *comm = thread ? thread__comm_str(thread) : ":-1"; in perf_sample__fprintf_start()
|
/linux/tools/perf/ui/browsers/ |
A D | hists.c | 2536 thread->comm_set ? thread__comm_str(thread) : "", in do_zoom_thread() 2540 thread->comm_set ? thread__comm_str(thread) : ""); in do_zoom_thread() 2566 thread->comm_set ? thread__comm_str(thread) : "", in add_thread_opt() 2571 thread->comm_set ? thread__comm_str(thread) : ""); in add_thread_opt() 2682 len += strlen(thread__comm_str(act->thread)); in do_run_script() 2692 thread__comm_str(act->thread)); in do_run_script() 2737 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
|
/linux/tools/perf/util/scripting-engines/ |
A D | trace-event-perl.c | 352 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
|
A D | trace-event-python.c | 821 _PyUnicode_FromString(thread__comm_str(al->thread))); in get_perf_sample_dict() 873 const char *comm = thread__comm_str(al->thread); in python_process_tracepoint()
|
Completed in 82 milliseconds