Searched refs:bcc_is_valid_perf_map (Results 1 – 4 of 4) sorted by relevance
31 bool bcc_is_valid_perf_map(const char *path);
31 bool bcc_is_valid_perf_map(const char *path) { in bcc_is_valid_perf_map() function
262 if (bcc_is_valid_perf_map(name_.c_str()) == 1) in Module()