Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djevents.c909 static int is_leaf_dir(const char *fpath) in is_leaf_dir() function
1007 if ((level == 1 && is_dir && is_leaf_dir(fpath)) || in process_one_file()
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Djevents.py601 def is_leaf_dir(path: str) -> bool: function
608 if item.is_dir() and is_leaf_dir(item.path):

Completed in 3 milliseconds