Searched refs:choice (Results 1 – 16 of 16) sorted by relevance
| /tools/perf/ui/browsers/ |
| A D | res_sample.c | 36 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 D | scripts.c | 262 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 D | hists.c | 2378 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 D | remote_ssh.py | 27 return ''.join(random.choice(string.ascii_lowercase) for _ in range(8))
|
| A D | env.py | 195 for choice in vars_needed: 196 for entry in choice: 200 missing.append(choice)
|
| /tools/testing/selftests/net/lib/py/ |
| A D | netns.py | 16 self.name = ''.join(random.choice(string.ascii_lowercase) for _ in range(8))
|
| /tools/testing/selftests/drivers/net/ |
| A D | xdp.py | 91 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 D | ping.py | 38 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 D | Build.txt | 164 It's possible to build single object file by choice, like:
|
| /tools/perf/Documentation/ |
| A D | perf-arm-spe.txt | 32 This is chosen from a sample population, for SPE this is an IMPLEMENTATION DEFINED choice of all
|
| A D | perf-record.txt | 683 choice in this option. For example, --synth=no would have MMAP events for
|
| /tools/testing/selftests/net/ |
| A D | bpf_offload.py | 260 name = ''.join([random.choice(string.ascii_letters) for i in range(8)])
|
| /tools/usb/usbip/ |
| A D | COPYING | 224 impose that choice.
|
| /tools/memory-model/Documentation/ |
| A D | access-marking.txt | 40 any sort of constraint on the compiler's choice of optimizations [3].
|
| A D | explanation.txt | 2661 is, the rules governing the memory subsystem's choice of a store to
|
| /tools/power/pm-graph/ |
| A D | README | 61 - runs with python2 or python3, choice is made by /usr/bin/python link
|
Completed in 32 milliseconds