Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:test_bpf
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_kmod.sh
28
if [ -f ${OUTPUT}/lib/
test_bpf
.ko ]; then
29
insmod ${OUTPUT}/lib/
test_bpf
.ko 2> /dev/null
34
# Use modprobe dry run to check for missing
test_bpf
module
35
if ! /sbin/modprobe -q -n
test_bpf
; then
36
echo "
test_bpf
: [SKIP]"
37
elif /sbin/modprobe -q
test_bpf
; then
38
echo "
test_bpf
: ok"
40
echo "
test_bpf
: [FAIL]"
44
rmmod
test_bpf
2> /dev/null
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_kmod.sh
34
if [ -f ${OUTPUT}/lib/
test_bpf
.ko ]; then
35
insmod ${OUTPUT}/lib/
test_bpf
.ko "$@" 2> /dev/null
40
# Use modprobe dry run to check for missing
test_bpf
module
41
if ! /sbin/modprobe -q -n
test_bpf
"$@"; then
42
echo "
test_bpf
: [SKIP]"
43
elif /sbin/modprobe -q
test_bpf
"$@"; then
44
echo "
test_bpf
: ok"
46
echo "
test_bpf
: [FAIL]"
50
rmmod
test_bpf
2> /dev/null
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H
A
D
lock_contention.sh
50
test_bpf
()
function
274
test_bpf
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
Makefile
7
TEST_PROGS := run_netsocktests run_afpackettests
test_bpf
.sh netdevice.sh \
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
Makefile
9
TEST_PROGS := run_netsocktests run_afpackettests
test_bpf
.sh netdevice.sh \
/kernel/linux/linux-5.10/lib/
H
A
D
Makefile
61
obj-$(CONFIG_TEST_BPF) +=
test_bpf
.o
H
A
D
test_bpf.c
6729
pr_err("
test_bpf
: invalid test_id specified.\n");
in prepare_bpf_tests()
6743
pr_err("
test_bpf
: no test named '%s' found.\n",
in prepare_bpf_tests()
6756
pr_err("
test_bpf
: test_range is out of bound.\n");
in prepare_bpf_tests()
6761
pr_err("
test_bpf
: test_range is ending before it starts.\n");
in prepare_bpf_tests()
6971
static __init int
test_bpf
(void)
in test_bpf()
function
7028
ret =
test_bpf
();
in test_bpf_init()
/kernel/linux/linux-6.6/lib/
H
A
D
Makefile
59
obj-$(CONFIG_TEST_BPF) +=
test_bpf
.o
H
A
D
test_bpf.c
14781
static __init int
test_bpf
(void)
in test_bpf()
function
15216
if (!strcmp(test_suite, "
test_bpf
")) {
in find_test_index()
15244
if (!strcmp(test_suite, "
test_bpf
"))
in prepare_test_range()
15259
pr_err("
test_bpf
: invalid test_id specified for '%s' suite.\n",
in prepare_test_range()
15274
pr_err("
test_bpf
: no test named '%s' found for '%s' suite.\n",
in prepare_test_range()
15285
pr_err("
test_bpf
: test_range is out of bound for '%s' suite.\n",
in prepare_test_range()
15291
pr_err("
test_bpf
: test_range is ending before it starts.\n");
in prepare_test_range()
15305
strcmp(test_suite, "
test_bpf
") &&
in test_bpf_init()
15308
pr_err("
test_bpf
: invalid test_suite '%s' specified.\n", test_suite);
in test_bpf_init()
15314
* is specified, set '
test_bpf
' a
in test_bpf_init()
[all...]
Completed in 29 milliseconds