Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dthread.c303 const char *thread__comm_str(struct thread *thread) in thread__comm_str() function
318 const char *comm = thread__comm_str(thread); in thread__comm_len()
329 return fprintf(fp, "Thread %d %s\n", thread->tid, thread__comm_str(thread)) + in thread__fprintf()
395 const char *comm = thread__comm_str(parent); in thread__fork()
Dthread.h106 const char *thread__comm_str(struct thread *thread);
142 !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) { in thread__is_filtered()
Ddata-convert-json.c177 output_json_key_string(out, true, 3, "comm", thread__comm_str(al.thread)); in process_sample_event()
Ddlfilter.c104 d_al->comm = al->thread ? thread__comm_str(al->thread) : ":-1"; in dlfilter__resolve_ip()
Devent.c696 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in machine__resolve()
Dhist.c2770 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2775 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
Dsort.c106 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
/Linux-v6.1/tools/perf/tests/
Dhists_common.c183 i, thread__comm_str(he->thread), in print_hists_in()
210 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
Dhists_cumulate.c152 #define COMM(he) (thread__comm_str(he->thread))
Dhists_output.c118 #define COMM(he) (thread__comm_str(he->thread))
/Linux-v6.1/tools/perf/trace/beauty/
Dpid.c16 " (%s)", thread__comm_str(thread)); in syscall_arg__scnprintf_pid()
/Linux-v6.1/tools/perf/
Dbuiltin-sched.c919 printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid); in replay_fork_event()
920 printf("... child: %s/%d\n", thread__comm_str(child), child->tid); in replay_fork_event()
923 register_pid(sched, parent->tid, thread__comm_str(parent)); in replay_fork_event()
924 register_pid(sched, child->tid, thread__comm_str(child)); in replay_fork_event()
1319 register_pid(sched, migrant->tid, thread__comm_str(migrant)); in latency_migrate_task_event()
1356 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) in output_lat_thread()
1363 ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread), work_list->num_merged); in output_lat_thread()
1365 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), work_list->thread->tid); in output_lat_thread()
1611 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event()
1681 tr->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event()
[all …]
Dbuiltin-lock.c1298 name = thread__comm_str(t); in print_result()
1339 pr_info("%10d: %s\n", st->tid, thread__comm_str(t)); in dump_threads()
1517 pr_info(" %10d %s\n", pid, thread__comm_str(t)); in print_contention_result()
Dbuiltin-trace.c1559 printed += fprintf(fp, "%.14s/", thread__comm_str(thread)); in trace__fprintf_comm_tid()
2200 thread__comm_str(thread), thread->pid_, thread->tid);
2250 thread__comm_str(thread),
2546 fprintf(trace->output, " (%s)", thread__comm_str(child));
3703 if (!strcmp(thread__comm_str(parent), "sshd") ||
3704 strstarts(thread__comm_str(parent), "gnome-terminal")) {
4407 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread->tid);
Dbuiltin-report.c863 fprintf(fp, "%s\n", thread__comm_str(thread)); in task__print_level()
Dbuiltin-kmem.c955 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
Dbuiltin-script.c766 const char *comm = thread ? thread__comm_str(thread) : ":-1"; in perf_sample__fprintf_start()
/Linux-v6.1/tools/perf/ui/browsers/
Dhists.c2536 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-v6.1/tools/perf/util/scripting-engines/
Dtrace-event-perl.c352 const char *comm = thread__comm_str(thread); in perl_process_tracepoint()
Dtrace-event-python.c861 _PyUnicode_FromString(thread__comm_str(al->thread))); in get_perf_sample_dict()
923 const char *comm = thread__comm_str(al->thread); in python_process_tracepoint()