Home
last modified time | relevance | path

Searched refs:S_ISSOCK (Results 1 – 4 of 4) sorted by relevance

/tools/include/uapi/linux/
Dstat.h27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
/tools/perf/
Dperf.c325 if (S_ISFIFO(st.st_mode) || S_ISSOCK(st.st_mode)) in run_builtin()
/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h36 #define S_ISSOCK(m) (((m)&S_IFMT) == S_IFSOCK) macro
780 S_ISSOCK(mode)) in kprobe_ret__do_filp_open()
/tools/include/nolibc/
Dnolibc.h222 #define S_ISSOCK(mode) (((mode) & S_IFSOCK) == S_IFSOCK) macro