Lines Matching refs:optstr
2488 struct popup_action *act, char **optstr, in add_annotate_opt() argument
2503 if (asprintf(optstr, "Annotate %s", ms->sym->name) < 0) in add_annotate_opt()
2549 char **optstr, struct thread *thread) in add_thread_opt() argument
2561 ret = asprintf(optstr, "Zoom %s %s(%d) thread", in add_thread_opt()
2564 ret = asprintf(optstr, "Zoom %s %s thread", in_out, comm_set_str); in add_thread_opt()
2606 char **optstr, struct map *map) in add_dso_opt() argument
2611 if (asprintf(optstr, "Zoom %s %s DSO (use the 'k' hotkey to zoom directly into the kernel)", in add_dso_opt()
2627 …int add_callchain_toggle_opt(struct hist_browser *browser, struct popup_action *act, char **optstr) in add_callchain_toggle_opt() argument
2634 …if (asprintf(optstr, "%s [%s] callchain (one level, same as '+' hotkey, use 'e'/'c' for the whole … in add_callchain_toggle_opt()
2653 struct popup_action *act, char **optstr, struct map *map) in add_map_opt() argument
2658 if (asprintf(optstr, "Browse map details") < 0) in add_map_opt()
2724 struct popup_action *act, char **optstr, in add_script_opt_2() argument
2730 if (asprintf(optstr, "Run scripts for samples of thread [%s]%s", in add_script_opt_2()
2734 if (asprintf(optstr, "Run scripts for samples of symbol [%s]%s", in add_script_opt_2()
2738 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2751 struct popup_action *act, char **optstr, in add_script_opt() argument
2758 n = add_script_opt_2(browser, act, optstr, thread, sym, evsel, ""); in add_script_opt()
2764 optstr++; in add_script_opt()
2772 n += add_script_opt_2(browser, act, optstr, thread, sym, in add_script_opt()
2781 struct popup_action *act, char **optstr, in add_res_sample_opt() argument
2789 if (asprintf(optstr, "Show context for individual samples %s", in add_res_sample_opt()
2815 struct popup_action *act, char **optstr) in add_switch_opt() argument
2820 if (asprintf(optstr, "Switch to another data file in PWD") < 0) in add_switch_opt()
2836 struct popup_action *act, char **optstr) in add_exit_opt() argument
2838 if (asprintf(optstr, "Exit") < 0) in add_exit_opt()
2868 char **optstr, int socket_id) in add_socket_opt() argument
2873 if (asprintf(optstr, "Zoom %s Processor Socket %d", in add_socket_opt()