Home
last modified time | relevance | path

Searched refs:op_read_int_from_file (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/libutil/
Dop_fileio.h51 u32 op_read_int_from_file(char const * filename, int fatal);
Dop_fileio.c95 u32 op_read_int_from_file(char const * filename, int fatal) in op_read_int_from_file() function
/external/oprofile/libpp/
Dprofile_spec.cpp464 ret = op_read_int_from_file((stats_path + "event_lost_overflow"). in warn_if_kern_buffs_overflow()
478 ret = op_read_int_from_file((path + "sample_lost_overflow"). in warn_if_kern_buffs_overflow()
/external/oprofile/daemon/
Doprofiled.c349 return op_read_int_from_file(filename, fatal); in opd_read_fs_int()