Home | History | Annotate | Download | only in pp

Lines Matching refs:popt

64 popt::option options_array[] = {
65 popt::option(options::callgraph, "callgraph", 'c',
67 popt::option(options::details, "details", 'd',
69 popt::option(options::symbols, "symbols", 'l',
72 popt::option(outfile, "output-file", 'o',
75 popt::option(sort, "sort", 's',
77 popt::option(options::reverse_sort, "reverse-sort", 'r',
79 popt::option(mergespec, "merge", 'm',
81 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
83 popt::option(exclude_symbols, "exclude-symbols", 'e',
85 popt::option(include_symbols, "include-symbols", 'i',
87 popt::option(options::threshold_opt, "threshold", 't',
91 popt::option(demangle_option, "demangle", 'D',
95 popt::option(options::debug_info, "debug-info", 'g',
97 popt::option(options::show_header, "no-header", 'n',
99 popt::option(options::show_address, "show-address", 'w',
101 popt::option(options::long_filenames, "long-filenames", 'f',
103 popt::option(options::accumulated, "accumulated", 'a',
105 popt::option(options::global_percent, "global-percent", '%',
109 popt::option(options::xml, "xml", 'X',