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:bpf_fentry_test1
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
kprobe_multi.c
9
extern const void
bpf_fentry_test1
__ksym;
54
SET(kretprobe_test1_result, &
bpf_fentry_test1
, 8);
in kprobe_multi_check()
63
SET(kprobe_test1_result, &
bpf_fentry_test1
, 1);
in kprobe_multi_check()
H
A
D
get_func_ip_test.c
8
extern const void
bpf_fentry_test1
__ksym;
27
SEC("fentry/
bpf_fentry_test1
")
32
test1_result = (const void *) addr == &
bpf_fentry_test1
;
in BPF_PROG()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/bpf_testmod/
H
A
D
bpf_testmod.c
526
extern int
bpf_fentry_test1
(int a);
538
if (
bpf_fentry_test1
(0) < 0)
in bpf_testmod_init()
/kernel/linux/linux-5.10/net/bpf/
H
A
D
test_run.c
125
int noinline
bpf_fentry_test1
(int a)
in bpf_fentry_test1()
function
219
if (
bpf_fentry_test1
(1) != 2 ||
in bpf_prog_test_run_tracing()
/kernel/linux/linux-6.6/net/bpf/
H
A
D
test_run.c
509
__bpf_kfunc int
bpf_fentry_test1
(int a)
in bpf_fentry_test1()
function
513
EXPORT_SYMBOL_GPL(
bpf_fentry_test1
);
variable
613
BTF_ID_FLAGS(func,
bpf_fentry_test1
, KF_SLEEPABLE)
666
if (
bpf_fentry_test1
(1) != 2 ||
in bpf_prog_test_run_tracing()
Completed in 6 milliseconds