Lines Matching refs:optstr

2498 		 struct popup_action *act, char **optstr,  in add_annotate_opt()  argument
2511 if (asprintf(optstr, "Annotate %s", ms->sym->name) < 0) in add_annotate_opt()
2555 char **optstr, struct thread *thread) in add_thread_opt() argument
2564 ret = asprintf(optstr, "Zoom %s %s(%d) thread", in add_thread_opt()
2569 ret = asprintf(optstr, "Zoom %s %s thread", in add_thread_opt()
2612 char **optstr, struct map *map) in add_dso_opt() argument
2617 if (asprintf(optstr, "Zoom %s %s DSO (use the 'k' hotkey to zoom directly into the kernel)", in add_dso_opt()
2633 …int add_callchain_toggle_opt(struct hist_browser *browser, struct popup_action *act, char **optstr) in add_callchain_toggle_opt() argument
2640 …if (asprintf(optstr, "%s [%s] callchain (one level, same as '+' hotkey, use 'e'/'c' for the whole … in add_callchain_toggle_opt()
2659 struct popup_action *act, char **optstr, struct map *map) in add_map_opt() argument
2664 if (asprintf(optstr, "Browse map details") < 0) in add_map_opt()
2730 struct popup_action *act, char **optstr, in add_script_opt_2() argument
2736 if (asprintf(optstr, "Run scripts for samples of thread [%s]%s", in add_script_opt_2()
2740 if (asprintf(optstr, "Run scripts for samples of symbol [%s]%s", in add_script_opt_2()
2744 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2757 struct popup_action *act, char **optstr, in add_script_opt() argument
2764 n = add_script_opt_2(browser, act, optstr, thread, sym, evsel, ""); in add_script_opt()
2770 optstr++; in add_script_opt()
2778 n += add_script_opt_2(browser, act, optstr, thread, sym, in add_script_opt()
2787 struct popup_action *act, char **optstr, in add_res_sample_opt() argument
2795 if (asprintf(optstr, "Show context for individual samples %s", in add_res_sample_opt()
2821 struct popup_action *act, char **optstr) in add_switch_opt() argument
2826 if (asprintf(optstr, "Switch to another data file in PWD") < 0) in add_switch_opt()
2842 struct popup_action *act, char **optstr) in add_exit_opt() argument
2844 if (asprintf(optstr, "Exit") < 0) in add_exit_opt()
2874 char **optstr, int socket_id) in add_socket_opt() argument
2879 if (asprintf(optstr, "Zoom %s Processor Socket %d", in add_socket_opt()