Home
last modified time | relevance | path

Searched refs:nr_options (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c2337 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
2370 options[nr_options] = strdup(name); in switch_data_file()
2371 if (!options[nr_options]) in switch_data_file()
2374 abs_path[nr_options] = strdup(path); in switch_data_file()
2375 if (!abs_path[nr_options]) { in switch_data_file()
2376 zfree(&options[nr_options]); in switch_data_file()
2382 nr_options++; in switch_data_file()
2387 if (nr_options >= 32) { in switch_data_file()
2395 if (nr_options) { in switch_data_file()
2396 choice = ui__popup_menu(nr_options, option in switch_data_file()
2954 int nr_options = 0; perf_evsel__hists_browse() local
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c2338 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
2371 options[nr_options] = strdup(name); in switch_data_file()
2372 if (!options[nr_options]) in switch_data_file()
2375 abs_path[nr_options] = strdup(path); in switch_data_file()
2376 if (!abs_path[nr_options]) { in switch_data_file()
2377 zfree(&options[nr_options]); in switch_data_file()
2383 nr_options++; in switch_data_file()
2388 if (nr_options >= 32) { in switch_data_file()
2396 if (nr_options) { in switch_data_file()
2397 choice = ui__popup_menu(nr_options, option in switch_data_file()
2955 int nr_options = 0; evsel__hists_browse() local
[all...]

Completed in 15 milliseconds