Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_perf_map.c25 bool bcc_is_perf_map(const char *path) { in bcc_is_perf_map() function
32 return bcc_is_perf_map(path) && (access(path, R_OK) == 0); in bcc_is_valid_perf_map()
Dbcc_perf_map.h30 bool bcc_is_perf_map(const char *path);
Dbcc_syms.cc173 if (!bcc_is_perf_map(modname) || module.type_ != ModuleType::UNKNOWN) in _add_module()
/external/bcc/src/cc/includes/
Dbcc_perf_map.h30 bool bcc_is_perf_map(const char *path);