Lines Matching refs:optstr
2497 struct popup_action *act, char **optstr, in add_annotate_opt() argument
2510 if (asprintf(optstr, "Annotate %s", ms->sym->name) < 0) in add_annotate_opt()
2554 char **optstr, struct thread *thread) in add_thread_opt() argument
2563 ret = asprintf(optstr, "Zoom %s %s(%d) thread", in add_thread_opt()
2568 ret = asprintf(optstr, "Zoom %s %s thread", in add_thread_opt()
2611 char **optstr, struct map *map) in add_dso_opt() argument
2616 if (asprintf(optstr, "Zoom %s %s DSO (use the 'k' hotkey to zoom directly into the kernel)", in add_dso_opt()
2632 …int add_callchain_toggle_opt(struct hist_browser *browser, struct popup_action *act, char **optstr) in add_callchain_toggle_opt() argument
2639 …if (asprintf(optstr, "%s [%s] callchain (one level, same as '+' hotkey, use 'e'/'c' for the whole … in add_callchain_toggle_opt()
2658 struct popup_action *act, char **optstr, struct map *map) in add_map_opt() argument
2663 if (asprintf(optstr, "Browse map details") < 0) in add_map_opt()
2729 struct popup_action *act, char **optstr, in add_script_opt_2() argument
2735 if (asprintf(optstr, "Run scripts for samples of thread [%s]%s", in add_script_opt_2()
2739 if (asprintf(optstr, "Run scripts for samples of symbol [%s]%s", in add_script_opt_2()
2743 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2756 struct popup_action *act, char **optstr, in add_script_opt() argument
2763 n = add_script_opt_2(browser, act, optstr, thread, sym, evsel, ""); in add_script_opt()
2769 optstr++; in add_script_opt()
2777 n += add_script_opt_2(browser, act, optstr, thread, sym, in add_script_opt()
2786 struct popup_action *act, char **optstr, in add_res_sample_opt() argument
2794 if (asprintf(optstr, "Show context for individual samples %s", in add_res_sample_opt()
2820 struct popup_action *act, char **optstr) in add_switch_opt() argument
2825 if (asprintf(optstr, "Switch to another data file in PWD") < 0) in add_switch_opt()
2841 struct popup_action *act, char **optstr) in add_exit_opt() argument
2843 if (asprintf(optstr, "Exit") < 0) in add_exit_opt()
2873 char **optstr, int socket_id) in add_socket_opt() argument
2878 if (asprintf(optstr, "Zoom %s Processor Socket %d", in add_socket_opt()