Home
last modified time | relevance | path

Searched refs:fgrep (Results 1 – 5 of 5) sorted by relevance

/tools/perf/tests/shell/
Drecord+probe_libc_inet_pton.sh16 nm -Dg $libc 2>/dev/null | fgrep -q inet_pton || exit 254
88 ip a sh lo | fgrep -q inet6 || exit 2
/tools/testing/selftests/resctrl/
Dresctrlfs.c564 res = fgrep(inf, "nodev\tresctrl\n"); in check_resctrlfs_support()
591 char *fgrep(FILE *inf, const char *str) in fgrep() function
641 res = fgrep(inf, "llc_occupancy"); in validate_resctrl_feature_request()
649 res = fgrep(inf, "mbm_total_bytes"); in validate_resctrl_feature_request()
652 res = fgrep(inf, "mbm_local_bytes"); in validate_resctrl_feature_request()
Dresctrl.h92 char *fgrep(FILE *inf, const char *str);
Dresctrl_tests.c26 res = fgrep(inf, "vendor_id"); in detect_vendor()
/tools/testing/selftests/landlock/
Dfs_test.c91 static bool fgrep(FILE *const inf, const char *const str) in fgrep() function
120 res = fgrep(inf, "nodev\toverlay\n"); in supports_overlayfs()