Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_extended.c29 static struct opd_ext_feature ext_feature_table[] = { variable
43 for (i = 0 ; ext_feature_table[i].feature != NULL ; i++ ) { in get_index_for_feature()
44 if(!strncmp(name, ext_feature_table[i].feature, in get_index_for_feature()
45 strlen(ext_feature_table[i].feature))) { in get_index_for_feature()
58 && ext_feature_table[opd_ext_feat_index].handlers != NULL) in is_ext_enabled()
68 && ext_feature_table[opd_ext_feat_index].handlers != NULL in is_ext_sfile_enabled()
69 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile != NULL) in is_ext_sfile_enabled()
102 ret = ext_feature_table[opd_ext_feat_index].handlers->ext_init(args); in opd_ext_initialize()
120 ret = ext_feature_table[opd_ext_feat_index].handlers->ext_deinit(); in opd_ext_deinitialize()
129 && ext_feature_table[opd_ext_feat_index].handlers->ext_print_stats != NULL) { in opd_ext_print_stats()
[all …]