Lines Matching refs:optstr

2525 add_annotate_opt(struct popup_action *act, char **optstr,  in add_annotate_opt()  argument
2540 if (asprintf(optstr, "Annotate %s", ms->sym->name) < 0) in add_annotate_opt()
2559 add_annotate_type_opt(struct popup_action *act, char **optstr, in add_annotate_type_opt() argument
2565 if (asprintf(optstr, "Annotate type %s", he->mem_type->self.type_name) < 0) in add_annotate_type_opt()
2610 char **optstr, struct thread *thread) in add_thread_opt() argument
2622 ret = asprintf(optstr, "Zoom %s %s(%d) thread", in add_thread_opt()
2625 ret = asprintf(optstr, "Zoom %s %s thread", in_out, comm_set_str); in add_thread_opt()
2667 char **optstr, struct map *map) in add_dso_opt() argument
2672 if (asprintf(optstr, "Zoom %s %s DSO (use the 'k' hotkey to zoom directly into the kernel)", in add_dso_opt()
2688 …int add_callchain_toggle_opt(struct hist_browser *browser, struct popup_action *act, char **optstr) in add_callchain_toggle_opt() argument
2695 …if (asprintf(optstr, "%s [%s] callchain (one level, same as '+' hotkey, use 'e'/'c' for the whole … in add_callchain_toggle_opt()
2714 struct popup_action *act, char **optstr, struct map *map) in add_map_opt() argument
2719 if (asprintf(optstr, "Browse map details") < 0) in add_map_opt()
2784 add_script_opt_2(struct popup_action *act, char **optstr, in add_script_opt_2() argument
2790 if (asprintf(optstr, "Run scripts for samples of thread [%s]%s", in add_script_opt_2()
2794 if (asprintf(optstr, "Run scripts for samples of symbol [%s]%s", in add_script_opt_2()
2798 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2810 struct popup_action *act, char **optstr, in add_script_opt() argument
2816 n = add_script_opt_2(act, optstr, thread, sym, ""); in add_script_opt()
2822 optstr++; in add_script_opt()
2830 n += add_script_opt_2(act, optstr, thread, sym, tstr); in add_script_opt()
2838 struct popup_action *act, char **optstr, in add_res_sample_opt() argument
2845 if (asprintf(optstr, "Show context for individual samples %s", in add_res_sample_opt()
2870 struct popup_action *act, char **optstr) in add_switch_opt() argument
2875 if (asprintf(optstr, "Switch to another data file in PWD") < 0) in add_switch_opt()
2891 struct popup_action *act, char **optstr) in add_exit_opt() argument
2893 if (asprintf(optstr, "Exit") < 0) in add_exit_opt()
2923 char **optstr, int socket_id) in add_socket_opt() argument
2928 if (asprintf(optstr, "Zoom %s Processor Socket %d", in add_socket_opt()