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

/linux-master/tools/perf/util/
H A Dutil.c151 static int rm_rf_depth_pat(const char *path, int depth, const char **pat) function
194 ret = depth ? rm_rf_depth_pat(namebuf, depth - 1, pat) : 0;
218 return rm_rf_depth_pat(kcore_dir_path, 0, pat);
264 return rm_rf_depth_pat(path, 0, pat);
269 return rm_rf_depth_pat(path, INT_MAX, NULL);

Completed in 180 milliseconds