Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/ui/browsers/
Dhists.c2278 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
2311 options[nr_options] = strdup(name); in switch_data_file()
2312 if (!options[nr_options]) in switch_data_file()
2315 abs_path[nr_options] = strdup(path); in switch_data_file()
2316 if (!abs_path[nr_options]) { in switch_data_file()
2317 zfree(&options[nr_options]); in switch_data_file()
2323 nr_options++; in switch_data_file()
2328 if (nr_options >= 32) { in switch_data_file()
2336 if (nr_options) { in switch_data_file()
2337 choice = ui__popup_menu(nr_options, options); in switch_data_file()
[all …]