Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 16 of 16) sorted by relevance

/tools/perf/ui/browsers/
A Dres_sample.c36 int choice; in res_sample_browse() local
59 choice = ui__popup_menu(num_res, names, NULL); in res_sample_browse()
64 if (choice < 0 || choice >= num_res) in res_sample_browse()
66 r = &res_samples[choice]; in res_sample_browse()
A Dscripts.c262 int i, num, choice; in list_scripts() local
302 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL); in list_scripts()
303 if (choice < 0) { in list_scripts()
307 if (choice == custom_perf) { in list_scripts()
317 } else if (choice < num + max_std) { in list_scripts()
318 strcpy(script_name, paths[choice]); in list_scripts()
320 *custom = choice >= max_std; in list_scripts()
A Dhists.c2378 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
2437 choice = ui__popup_menu(nr_options, options, NULL); in switch_data_file()
2438 if (choice < nr_options && choice >= 0) { in switch_data_file()
2439 tmp = strdup(abs_path[choice]); in switch_data_file()
3085 int choice; in evsel__hists_browse() local
3090 choice = nr_options = 0; in evsel__hists_browse()
3432 choice = ui__popup_menu(nr_options, options, &key); in evsel__hists_browse()
3433 if (choice == -1) in evsel__hists_browse()
3436 if (choice == nr_options) in evsel__hists_browse()
3439 act = &actions[choice]; in evsel__hists_browse()
/tools/testing/selftests/drivers/net/lib/py/
A Dremote_ssh.py27 return ''.join(random.choice(string.ascii_lowercase) for _ in range(8))
A Denv.py195 for choice in vars_needed:
196 for entry in choice:
200 missing.append(choice)
/tools/testing/selftests/net/lib/py/
A Dnetns.py16 self.name = ''.join(random.choice(string.ascii_lowercase) for _ in range(8))
/tools/testing/selftests/drivers/net/
A Dxdp.py91 test_str = "".join(random.choice(string.ascii_lowercase) for _ in range(size))
309 test_string = ''.join(random.choice(string.ascii_lowercase) for _ in range(8000))
422 test_str = "".join(random.choice(string.ascii_lowercase) for _ in range(pkt_sz))
549 test_str = ''.join(random.choice(string.ascii_lowercase) for _ in range(pkt_sz))
A Dping.py38 test_string = ''.join(random.choice(string.ascii_lowercase) for _ in range(65536))
46 test_string = ''.join(random.choice(string.ascii_lowercase) for _ in range(65536))
/tools/build/Documentation/
A DBuild.txt164 It's possible to build single object file by choice, like:
/tools/perf/Documentation/
A Dperf-arm-spe.txt32 This is chosen from a sample population, for SPE this is an IMPLEMENTATION DEFINED choice of all
A Dperf-record.txt683 choice in this option. For example, --synth=no would have MMAP events for
/tools/testing/selftests/net/
A Dbpf_offload.py260 name = ''.join([random.choice(string.ascii_letters) for i in range(8)])
/tools/usb/usbip/
A DCOPYING224 impose that choice.
/tools/memory-model/Documentation/
A Daccess-marking.txt40 any sort of constraint on the compiler's choice of optimizations [3].
A Dexplanation.txt2661 is, the rules governing the memory subsystem's choice of a store to
/tools/power/pm-graph/
A DREADME61 - runs with python2 or python3, choice is made by /usr/bin/python link

Completed in 32 milliseconds