Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/
H A 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()
H A Dbcc_perf_map.h30 bool bcc_is_perf_map(const char *path);
H A Dbcc_syms.cc220 if (!bcc_is_perf_map(modpath->path()) || in _add_module()
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dbcc_perf_map.h30 bool bcc_is_perf_map(const char *path);