HomeSort by relevance Sort by last modified time
    Searched full:nr_options (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/util/ui/browsers/
hists.c 833 int nr_options = 0, choice = 0, i, local
910 asprintf(&options[nr_options], "Annotate %s",
912 annotate = nr_options++;
915 asprintf(&options[nr_options], "Zoom %s %s(%d) thread",
919 zoom_thread = nr_options++;
922 asprintf(&options[nr_options], "Zoom %s %s DSO",
925 zoom_dso = nr_options++;
929 asprintf(&options[nr_options], "Browse map details") > 0)
930 browse_map = nr_options++;
932 options[nr_options++] = (char *)"Exit"
    [all...]

Completed in 49 milliseconds