Searched refs:rm_rf_depth_pat (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | util.c | 157 static int rm_rf_depth_pat(const char *path, int depth, const char **pat) in rm_rf_depth_pat() function 200 ret = depth ? rm_rf_depth_pat(namebuf, depth - 1, pat) : 0; in rm_rf_depth_pat() 224 return rm_rf_depth_pat(kcore_dir_path, 0, pat); in rm_rf_a_kcore_dir() 270 return rm_rf_depth_pat(path, 0, pat); in rm_rf_perf_data() 275 return rm_rf_depth_pat(path, INT_MAX, NULL); in rm_rf()
|