Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_extended.c175 odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg) in opd_ext_sfile_get() argument
180 return ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->get(trans, is_cg); in opd_ext_sfile_get()
Dopd_extended.h84 extern odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg);
Dopd_sfile.c297 static odb_t * get_file(struct transient const * trans, int is_cg) in get_file() argument
307 return opd_ext_sfile_get(trans, is_cg); in get_file()
317 if (!is_cg) in get_file()
340 opd_open_sample_file(file, last, sf, trans->event, is_cg); in get_file()
Dopd_ibs.c750 static odb_t * ibs_sfile_get(struct transient const * trans, int is_cg) in ibs_sfile_get() argument
777 if (!is_cg) in ibs_sfile_get()
800 opd_open_sample_file(file, last, sf, counter, is_cg); in ibs_sfile_get()