Home
last modified time | relevance | path

Searched refs:S_ISREG (Results 1 – 11 of 11) sorted by relevance

/tools/perf/util/
Dpath.c80 return S_ISREG(st.st_mode); in is_regular_file()
Ddata.c106 if (!S_ISREG(st.st_mode) || strncmp(dent->d_name, "data.", 5)) in perf_data__open_dir()
/tools/include/nolibc/
Dtypes.h32 #define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) macro
/tools/include/uapi/linux/
Dstat.h22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/tools/io_uring/
Dio_uring-cp.c53 if (S_ISREG(st.st_mode)) { in get_file_size()
Dio_uring-bench.c236 } else if (S_ISREG(st.st_mode)) { in get_file_size()
/tools/bpf/
Dbpf_jit_disasm.c140 if (ret < 0 || !S_ISREG(fi.st_mode)) in get_flog_buff()
Dbpf_dbg.c961 if (!S_ISREG(sb.st_mode)) { in try_load_pcap()
/tools/lib/subcmd/
Dhelp.c153 !S_ISREG(st.st_mode)) in is_executable()
/tools/perf/
Dbuiltin-help.c394 || !S_ISREG(st.st_mode)) { in get_html_page_path()
/tools/vm/
Dpage-types.c1055 if (S_ISREG(st->st_mode)) in walk_tree()
1076 if (S_ISREG(st.st_mode)) { in walk_page_cache()