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

/linux-master/tools/perf/util/
H A Dpath.h13 bool is_regular_file(const char *file);
H A Dpath.c48 bool is_regular_file(const char *file) function
H A Ddebuginfo.c114 if (is_regular_file(path) && filename__read_build_id(path, &bid) > 0)
H A Ddso.c134 if (!is_regular_file(filename)) {
148 if (is_regular_file(filename)) {
565 if (!is_regular_file(name)) {
H A Dbuild-id.c284 if (is_regular_file(linkname))
668 if (is_regular_file(dir_name))
H A Dsymbol.c1858 is_regular_file(dso__long_name(dso))) {
1892 is_reg = is_regular_file(name);
1896 is_reg = is_regular_file(new_name);

Completed in 175 milliseconds