OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gmon_hdr
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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:__anon8971
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 726 milliseconds