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.c128 if (!is_regular_file(filename)) {
142 if (is_regular_file(filename)) {
552 if (!is_regular_file(name)) {
H A Dbuild-id.c284 if (is_regular_file(linkname))
696 if (is_regular_file(dir_name))
H A Dsymbol.c1849 is_regular_file(dso->long_name)) {
1883 is_reg = is_regular_file(name);
1887 is_reg = is_regular_file(new_name);

Completed in 127 milliseconds