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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
gmon_out.h 24 A gmon.out file consists of a header (defined by gmon_hdr) followed by
46 struct gmon_hdr struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
gmon_out.h 24 A gmon.out file consists of a header (defined by gmon_hdr) followed by
46 struct gmon_hdr struct
  /external/oprofile/pp/
opgprof.cpp 37 struct gmon_hdr { struct in namespace:__anon33077
139 static gmon_hdr hdr = { { 'g', 'm', 'o', 'n' }, GMON_VERSION, {0, 0, 0 } };
173 op_write_file(fp, &hdr, sizeof(gmon_hdr));

Completed in 102 milliseconds