Lines Matching refs:optstr

2402 		 struct popup_action *act, char **optstr,  in add_annotate_opt()  argument
2408 if (asprintf(optstr, "Annotate %s", sym->name) < 0) in add_annotate_opt()
2453 char **optstr, struct thread *thread) in add_thread_opt() argument
2462 ret = asprintf(optstr, "Zoom %s %s(%d) thread", in add_thread_opt()
2467 ret = asprintf(optstr, "Zoom %s %s thread", in add_thread_opt()
2507 char **optstr, struct map *map) in add_dso_opt() argument
2512 if (asprintf(optstr, "Zoom %s %s DSO", in add_dso_opt()
2532 struct popup_action *act, char **optstr, struct map *map) in add_map_opt() argument
2537 if (asprintf(optstr, "Browse map details") < 0) in add_map_opt()
2603 struct popup_action *act, char **optstr, in add_script_opt_2() argument
2609 if (asprintf(optstr, "Run scripts for samples of thread [%s]%s", in add_script_opt_2()
2613 if (asprintf(optstr, "Run scripts for samples of symbol [%s]%s", in add_script_opt_2()
2617 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2630 struct popup_action *act, char **optstr, in add_script_opt() argument
2637 n = add_script_opt_2(browser, act, optstr, thread, sym, evsel, ""); in add_script_opt()
2643 optstr++; in add_script_opt()
2651 n += add_script_opt_2(browser, act, optstr, thread, sym, in add_script_opt()
2660 struct popup_action *act, char **optstr, in add_res_sample_opt() argument
2668 if (asprintf(optstr, "Show context for individual samples %s", in add_res_sample_opt()
2694 struct popup_action *act, char **optstr) in add_switch_opt() argument
2699 if (asprintf(optstr, "Switch to another data file in PWD") < 0) in add_switch_opt()
2715 struct popup_action *act, char **optstr) in add_exit_opt() argument
2717 if (asprintf(optstr, "Exit") < 0) in add_exit_opt()
2747 char **optstr, int socket_id) in add_socket_opt() argument
2752 if (asprintf(optstr, "Zoom %s Processor Socket %d", in add_socket_opt()