Lines Matching refs:choice
1320 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
1379 choice = ui__popup_menu(nr_options, options); in switch_data_file()
1380 if (choice < nr_options && choice >= 0) { in switch_data_file()
1381 tmp = strdup(abs_path[choice]); in switch_data_file()
1493 int choice = 0, in perf_evsel__hists_browse() local
1696 choice = ui__popup_menu(nr_options, options); in perf_evsel__hists_browse()
1698 if (choice == nr_options - 1) in perf_evsel__hists_browse()
1701 if (choice == -1) { in perf_evsel__hists_browse()
1706 if (choice == annotate || choice == annotate_t || choice == annotate_f) { in perf_evsel__hists_browse()
1719 if (choice == annotate_f) { in perf_evsel__hists_browse()
1722 } else if (choice == annotate_t) { in perf_evsel__hists_browse()
1746 } else if (choice == browse_map) in perf_evsel__hists_browse()
1748 else if (choice == zoom_dso) { in perf_evsel__hists_browse()
1767 } else if (choice == zoom_thread) { in perf_evsel__hists_browse()
1787 else if (choice == scripts_all || choice == scripts_comm || in perf_evsel__hists_browse()
1788 choice == scripts_symbol) { in perf_evsel__hists_browse()
1792 if (choice == scripts_comm) in perf_evsel__hists_browse()
1795 if (choice == scripts_symbol) in perf_evsel__hists_browse()
1801 else if (choice == switch_data) { in perf_evsel__hists_browse()