Home | History | Annotate | Download | only in pp

Lines Matching refs:details

39 	bool details;
67 popt::option(options::details, "details", 'd',
170 if (details) {
171 cerr << "--callgraph is incompatible with --details" << endl;
194 if (details && diff) {
195 cerr << "differential profiles are incompatible with --details" << endl;
232 if (global_percent && symbols && !(details || callgraph)) {
234 "and without --details or --callgraph" << endl;
286 if (details) {
296 if (details)
297 xml_utils::add_option(DETAILS, true);