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

  /external/oprofile/opjitconv/
conversion.c 45 void const * jitdump = file_info.dmp_file; local
56 if ((rc = parse_all(jitdump, jitdump + file_info.dmp_file_stat.st_size,
  /external/oprofile/libpp/
parse_filename.cpp 188 string jitdump = filename_spec.substr(0, pos) + ".jo"; local
189 // if a jitdump file exists, we point to this file
190 if (!stat(jitdump.c_str(), &st)) {
194 extra_found_images.strip_path_prefix(jitdump);
  /external/oprofile/utils/
opcontrol 1073 # create jitdump directory and remove any old files from
1076 local dumpdir=$SESSION_DIR/jitdump
    [all...]

Completed in 766 milliseconds