HomeSort by relevance Sort by last modified time
    Searched refs:DETAILS (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libop/
op_xml_out.h 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS,
  /external/valgrind/main/coregrind/
m_tooliface.c 22 General Public License for more details.
55 /* Setting details */
58 VgDetails VG_(details) = { variable
68 #define DETAILS(type, detail) \
71 VG_(details).detail = detail; \
74 DETAILS(Char*, name)
75 DETAILS(Char*, version)
76 DETAILS(Char*, description)
77 DETAILS(Char*, copyright_author)
78 DETAILS(Char*, bug_reports_to
    [all...]
  /external/oprofile/pp/
opreport_options.cpp 39 bool details; member in namespace:options
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) {
    [all...]
  /external/v8/src/
frames.h 159 // has correct value range (see Issue 830 for more details).
251 enum PrintMode { OVERVIEW, DETAILS };
isolate.cc 733 "\n==== Details ================================================\n\n");
734 PrintFrames(accumulator, StackFrame::DETAILS);
    [all...]

Completed in 126 milliseconds