Lines Matching refs:optstr
2369 struct popup_action *act, char **optstr, in add_annotate_opt() argument
2375 if (asprintf(optstr, "Annotate %s", sym->name) < 0) in add_annotate_opt()
2420 char **optstr, struct thread *thread) in add_thread_opt() argument
2429 ret = asprintf(optstr, "Zoom %s %s(%d) thread", in add_thread_opt()
2434 ret = asprintf(optstr, "Zoom %s %s thread", in add_thread_opt()
2474 char **optstr, struct map *map) in add_dso_opt() argument
2479 if (asprintf(optstr, "Zoom %s %s DSO", in add_dso_opt()
2499 struct popup_action *act, char **optstr, struct map *map) in add_map_opt() argument
2504 if (asprintf(optstr, "Browse map details") < 0) in add_map_opt()
2533 struct popup_action *act, char **optstr, in add_script_opt() argument
2537 if (asprintf(optstr, "Run scripts for samples of thread [%s]", in add_script_opt()
2541 if (asprintf(optstr, "Run scripts for samples of symbol [%s]", in add_script_opt()
2545 if (asprintf(optstr, "Run scripts for all samples") < 0) in add_script_opt()
2570 struct popup_action *act, char **optstr) in add_switch_opt() argument
2575 if (asprintf(optstr, "Switch to another data file in PWD") < 0) in add_switch_opt()
2591 struct popup_action *act, char **optstr) in add_exit_opt() argument
2593 if (asprintf(optstr, "Exit") < 0) in add_exit_opt()
2623 char **optstr, int socket_id) in add_socket_opt() argument
2628 if (asprintf(optstr, "Zoom %s Processor Socket %d", in add_socket_opt()