Searched refs:rm_rf_depth_pat (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | util.c | 148 static int rm_rf_depth_pat(const char *path, int depth, const char **pat) in rm_rf_depth_pat() function 191 ret = depth ? rm_rf_depth_pat(namebuf, depth - 1, pat) : 0; in rm_rf_depth_pat() 215 return rm_rf_depth_pat(kcore_dir_path, 0, pat); in rm_rf_kcore_dir() 228 return rm_rf_depth_pat(path, 0, pat); in rm_rf_perf_data() 233 return rm_rf_depth_pat(path, INT_MAX, NULL); in rm_rf()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | util.c | 151 static int rm_rf_depth_pat(const char *path, int depth, const char **pat) in rm_rf_depth_pat() function 194 ret = depth ? rm_rf_depth_pat(namebuf, depth - 1, pat) : 0; in rm_rf_depth_pat() 218 return rm_rf_depth_pat(kcore_dir_path, 0, pat); in rm_rf_a_kcore_dir() 264 return rm_rf_depth_pat(path, 0, pat); in rm_rf_perf_data() 269 return rm_rf_depth_pat(path, INT_MAX, NULL); in rm_rf()
|
Completed in 2 milliseconds