Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/includes/
H A Dbcc_perf_map.h31 bool bcc_is_valid_perf_map(const char *path);
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_perf_map.h31 bool bcc_is_valid_perf_map(const char *path);
H A Dbcc_perf_map.c31 bool bcc_is_valid_perf_map(const char *path) { in bcc_is_valid_perf_map() function
H A Dbcc_syms.cc309 if (bcc_is_valid_perf_map(path_->path()) == 1) in Module()