Searched refs:choice (Results 1 – 5 of 5) sorted by relevance
/tools/perf/ui/browsers/ |
D | scripts.c | 50 int i, num, choice, ret = -1; in list_scripts() local 64 choice = ui__popup_menu(num, names); in list_scripts() 65 if (choice < num && choice >= 0) { in list_scripts() 66 strcpy(script_name, paths[choice]); in list_scripts()
|
D | hists.c | 1360 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local 1419 choice = ui__popup_menu(nr_options, options); in switch_data_file() 1420 if (choice < nr_options && choice >= 0) { in switch_data_file() 1421 tmp = strdup(abs_path[choice]); in switch_data_file() 1836 int choice = 0; in perf_evsel__hists_browse() local 2079 choice = ui__popup_menu(nr_options, options); in perf_evsel__hists_browse() 2080 if (choice == -1 || choice >= nr_options) in perf_evsel__hists_browse() 2083 act = &actions[choice]; in perf_evsel__hists_browse()
|
/tools/power/cpupower/ |
D | README | 33 needs, you need to open "Makefile" with an editor of your choice and
|
/tools/build/Documentation/ |
D | Build.txt | 162 It's possible to build single object file by choice, like:
|
/tools/usb/usbip/ |
D | COPYING | 224 impose that choice.
|