Searched refs:thread__comm_str (Results 1 – 20 of 20) sorted by relevance
| /linux/tools/perf/trace/beauty/ |
| A D | pid.c | 16 " (%s)", thread__comm_str(thread)); in syscall_arg__scnprintf_pid()
|
| /linux/tools/perf/tests/ |
| A D | hists_common.c | 185 i, thread__comm_str(he->thread), in print_hists_in() 214 i, thread__comm_str(he->thread), thread__tid(he->thread), in print_hists_out()
|
| A D | hists_cumulate.c | 166 #define COMM(he) (thread__comm_str(he->thread))
|
| A D | hists_output.c | 131 #define COMM(he) (thread__comm_str(he->thread))
|
| /linux/tools/perf/util/ |
| A D | thread.c | 293 const char *thread__comm_str(struct thread *thread) in thread__comm_str() function 332 return fprintf(fp, "Thread %d %s\n", thread__tid(thread), thread__comm_str(thread)) + in thread__fprintf() 395 const char *comm = thread__comm_str(parent); in thread__fork()
|
| A D | thread.h | 107 const char *thread__comm_str(struct thread *thread); 328 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
|
| A D | data-convert-json.c | 185 output_json_key_string(out, true, 3, "comm", thread__comm_str(al.thread)); in process_sample_event()
|
| A D | dlfilter.c | 109 d_al->comm = al->thread ? thread__comm_str(al->thread) : ":-1"; in dlfilter__resolve_ip()
|
| A D | event.c | 744 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread)); in machine__resolve()
|
| A D | hist.c | 2828 (thread__comm_set(thread) ? thread__comm_str(thread) : ""), in __hists__scnprintf_title() 2833 (thread__comm_set(thread) ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
|
| A D | sort.c | 119 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
|
| /linux/tools/perf/ |
| A D | builtin-sched.c | 1347 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) in output_lat_thread() 1354 ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread), in output_lat_thread() 1357 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), in output_lat_thread() 1683 str = thread__comm_str(sched_in); in map_switch_event() 1686 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event() 1717 str = thread__comm_str(sched_in); in map_switch_event() 1723 if (!sched_match_task(sched, thread__comm_str(sched_out))) in map_switch_event() 1729 str = thread__comm_str(sched_out); in map_switch_event() 2031 const char *comm = thread__comm_str(thread); in timehist_get_commstr() 3358 const char *comm = thread__comm_str(data->thread), *this_comm; in __merge_work_atoms() [all …]
|
| A D | builtin-lock.c | 1402 name = thread__comm_str(t); in print_result() 1443 fprintf(lock_output, "%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads() 1741 pid, pid == -1 ? "Unknown" : thread__comm_str(t)); in print_lock_stat_stdio() 1794 pid == -1 ? "Unknown" : thread__comm_str(t)); in print_lock_stat_csv()
|
| A D | builtin-trace.c | 1849 printed += fprintf(fp, "%.14s/", thread__comm_str(thread)); in trace__fprintf_comm_tid() 2524 thread__comm_str(thread), thread__pid(thread), 2575 thread__comm_str(thread), 2874 fprintf(trace->output, " (%s)", thread__comm_str(child)); 3986 if (!strcmp(thread__comm_str(parent), "sshd") || 3987 strstarts(thread__comm_str(parent), "gnome-terminal")) { 4697 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread__tid(thread));
|
| A D | builtin-report.c | 917 fprintf(fp, "%s\n", thread__comm_str(thread)); in task__print_level()
|
| A D | builtin-kmem.c | 977 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread)); in process_sample_event()
|
| A D | builtin-script.c | 822 const char *comm = thread ? thread__comm_str(thread) : ":-1"; in perf_sample__fprintf_start()
|
| /linux/tools/perf/ui/browsers/ |
| A D | hists.c | 2551 thread__comm_set(thread) ? thread__comm_str(thread) : ""; in do_zoom_thread() 2583 comm_set_str = thread__comm_set(thread) ? thread__comm_str(thread) : ""; in add_thread_opt() 2700 len += strlen(thread__comm_str(act->thread)); in do_run_script() 2710 thread__comm_str(act->thread)); in do_run_script() 2755 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
|
| /linux/tools/perf/util/scripting-engines/ |
| A D | trace-event-perl.c | 356 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
|
| A D | trace-event-python.c | 896 _PyUnicode_FromString(thread__comm_str(al->thread))); in get_perf_sample_dict() 960 const char *comm = thread__comm_str(al->thread); in python_process_tracepoint()
|
Completed in 79 milliseconds