Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2523 const char *comm_set_str = in do_zoom_thread() local
2528 comm_set_str, thread__tid(thread)); in do_zoom_thread()
2531 comm_set_str); in do_zoom_thread()
2549 const char *comm_set_str, *in_out; in add_thread_opt() local
2556 comm_set_str = thread__comm_set(thread) ? thread__comm_str(thread) : ""; in add_thread_opt()
2559 in_out, comm_set_str, thread__tid(thread)); in add_thread_opt()
2561 ret = asprintf(optstr, "Zoom %s %s thread", in_out, comm_set_str); in add_thread_opt()