Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/pmu-events/
H A Djevents.c1149 static int is_leaf_dir(const char *fpath) in is_leaf_dir() function
1252 if ((level == 1 && is_dir && is_leaf_dir(fpath)) || in process_one_file()
1253 (level >= 2 && is_dir && is_leaf_dir(fpath))) { in process_one_file()