OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_read_int_from_file
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libutil/
op_fileio.h
44
*
op_read_int_from_file
- parse an ASCII value from a file into an integer
51
u32
op_read_int_from_file
(char const * filename, int fatal);
op_fileio.c
95
u32
op_read_int_from_file
(char const * filename, int fatal)
function
105
"
op_read_int_from_file
: Failed to open %s, reason %s\n",
115
"
op_read_int_from_file
: Failed to convert contents of file %s to integer\n",
/external/oprofile/libpp/
profile_spec.cpp
464
ret =
op_read_int_from_file
((stats_path + "event_lost_overflow").
478
ret =
op_read_int_from_file
((path + "sample_lost_overflow").
/external/oprofile/daemon/
oprofiled.c
349
return
op_read_int_from_file
(filename, fatal);
Completed in 210 milliseconds