Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/
H A Dpid.c16 " (%s)", thread__comm_str(thread)); in syscall_arg__scnprintf_pid()
/linux-6.15/tools/perf/tests/
H A Dhists_common.c185 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()
H A Dhists_cumulate.c166 #define COMM(he) (thread__comm_str(he->thread))
H A Dhists_output.c131 #define COMM(he) (thread__comm_str(he->thread))
/linux-6.15/tools/perf/
H A Dbuiltin-sched.c1342 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) in output_lat_thread()
1349 ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread), in output_lat_thread()
1352 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), in output_lat_thread()
1678 str = thread__comm_str(sched_in); in map_switch_event()
1681 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event()
1712 str = thread__comm_str(sched_in); in map_switch_event()
1718 if (!sched_match_task(sched, thread__comm_str(sched_out))) in map_switch_event()
1724 str = thread__comm_str(sched_out); in map_switch_event()
2026 const char *comm = thread__comm_str(thread); in timehist_get_commstr()
3368 const char *comm = thread__comm_str(data->thread), *this_comm; in __merge_work_atoms()
[all …]
H A Dbuiltin-lock.c1307 name = thread__comm_str(t); in print_result()
1348 fprintf(lock_output, "%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
1644 pid, pid == -1 ? "Unknown" : thread__comm_str(t)); in print_lock_stat_stdio()
1697 pid == -1 ? "Unknown" : thread__comm_str(t)); in print_lock_stat_csv()
H A Dbuiltin-trace.c1921 printed += fprintf(fp, "%.14s/", thread__comm_str(thread)); in trace__fprintf_comm_tid()
2651 thread__comm_str(thread), thread__pid(thread), in thread__update_stats()
2702 thread__comm_str(thread), in trace__fprintf_sample()
3011 fprintf(trace->output, " (%s)", thread__comm_str(child)); in trace__sys_exit()
4128 if (!strcmp(thread__comm_str(parent), "sshd") || in trace__set_filter_loop_pids()
4129 strstarts(thread__comm_str(parent), "gnome-terminal")) { in trace__set_filter_loop_pids()
4922 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread__tid(thread)); in trace__fprintf_thread()
H A Dbuiltin-report.c921 fprintf(fp, "%s\n", thread__comm_str(thread)); in task__print_level()
H A Dbuiltin-kmem.c979 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread)); in process_sample_event()
H A Dbuiltin-script.c845 const char *comm = thread ? thread__comm_str(thread) : ":-1"; in perf_sample__fprintf_start()
/linux-6.15/tools/perf/util/
H A Dthread.h111 const char *thread__comm_str(struct thread *thread);
340 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
H A Dthread.c297 const char *thread__comm_str(struct thread *thread) in thread__comm_str() function
336 return fprintf(fp, "Thread %d %s\n", thread__tid(thread), thread__comm_str(thread)) + in thread__fprintf()
399 const char *comm = thread__comm_str(parent); in thread__fork()
H A Ddata-convert-json.c185 output_json_key_string(out, true, 3, "comm", thread__comm_str(al.thread)); in process_sample_event()
H A Ddlfilter.c109 d_al->comm = al->thread ? thread__comm_str(al->thread) : ":-1"; in dlfilter__resolve_ip()
H A Devent.c744 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread)); in machine__resolve()
H A Dhist.c2896 (thread__comm_set(thread) ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2901 (thread__comm_set(thread) ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
H A Dsort.c119 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c2558 thread__comm_set(thread) ? thread__comm_str(thread) : ""; in do_zoom_thread()
2590 comm_set_str = thread__comm_set(thread) ? thread__comm_str(thread) : ""; in add_thread_opt()
2707 len += strlen(thread__comm_str(act->thread)); in do_run_script()
2717 thread__comm_str(act->thread)); in do_run_script()
2762 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
/linux-6.15/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c356 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
H A Dtrace-event-python.c883 _PyUnicode_FromString(thread__comm_str(al->thread))); in get_perf_sample_dict()
947 const char *comm = thread__comm_str(al->thread); in python_process_tracepoint()