Home | History | Annotate | Download | only in pp

Lines Matching refs:options

3  * Options for opreport tool
34 namespace options {
65 popt::option(options::callgraph, "callgraph", 'c',
67 popt::option(options::details, "details", 'd',
69 popt::option(options::symbols, "symbols", 'l',
77 popt::option(options::reverse_sort, "reverse-sort", 'r',
81 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
87 popt::option(options::threshold_opt, "threshold", 't',
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',
117 if (options::xml && !sort.empty()) {
118 cerr << "warning: sort options ignored because they "
125 if (sort.empty() || options::xml) {
127 if (options::xml) {
141 options::sort_by.add_sort_option(*cit);
161 /// Check incompatible or meaningless options.
164 using namespace options;
224 if (find(sort_by.options.begin(), sort_by.options.end(),
225 sort_options::vma) != sort_by.options.end()) {
246 using namespace options;
253 profile_spec::create(spec, options::image_path,
254 options::root_path);
257 !options::callgraph);
282 void handle_options(options::spec const & spec)
284 using namespace options;
291 if (options::xml) {
321 if (options::xml) {