Lines Matching refs:optstr
1480 struct popup_action *act, char **optstr, in add_annotate_opt() argument
1486 if (asprintf(optstr, "Annotate %s", sym->name) < 0) in add_annotate_opt()
1521 char **optstr, struct thread *thread) in add_thread_opt() argument
1526 if (asprintf(optstr, "Zoom %s %s(%d) thread", in add_thread_opt()
1564 char **optstr, struct map *map) in add_dso_opt() argument
1569 if (asprintf(optstr, "Zoom %s %s DSO", in add_dso_opt()
1589 struct popup_action *act, char **optstr, struct map *map) in add_map_opt() argument
1594 if (asprintf(optstr, "Browse map details") < 0) in add_map_opt()
1623 struct popup_action *act, char **optstr, in add_script_opt() argument
1627 if (asprintf(optstr, "Run scripts for samples of thread [%s]", in add_script_opt()
1631 if (asprintf(optstr, "Run scripts for samples of symbol [%s]", in add_script_opt()
1635 if (asprintf(optstr, "Run scripts for all samples") < 0) in add_script_opt()
1660 struct popup_action *act, char **optstr) in add_switch_opt() argument
1665 if (asprintf(optstr, "Switch to another data file in PWD") < 0) in add_switch_opt()
1681 struct popup_action *act, char **optstr) in add_exit_opt() argument
1683 if (asprintf(optstr, "Exit") < 0) in add_exit_opt()
1710 char **optstr, int socket_id) in add_socket_opt() argument
1715 if (asprintf(optstr, "Zoom %s Processor Socket %d", in add_socket_opt()