Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2336 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
2369 options[nr_options] = strdup(name); in switch_data_file()
2370 if (!options[nr_options]) in switch_data_file()
2373 abs_path[nr_options] = strdup(path); in switch_data_file()
2374 if (!abs_path[nr_options]) { in switch_data_file()
2375 zfree(&options[nr_options]); in switch_data_file()
2381 nr_options++; in switch_data_file()
2386 if (nr_options >= 32) { in switch_data_file()
2394 if (nr_options) { in switch_data_file()
2395 choice = ui__popup_menu(nr_options, options, NULL); in switch_data_file()
[all …]