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_sec_def
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
199
struct
bpf_sec_def
;
201
typedef struct bpf_link *(*attach_fn_t)(const struct
bpf_sec_def
*sec,
204
struct
bpf_sec_def
{
struct
221
const struct
bpf_sec_def
*sec_def;
6939
static const struct
bpf_sec_def
*find_sec_def(const char *sec_name);
8309
static struct bpf_link *attach_kprobe(const struct
bpf_sec_def
*sec,
8311
static struct bpf_link *attach_tp(const struct
bpf_sec_def
*sec,
8313
static struct bpf_link *attach_raw_tp(const struct
bpf_sec_def
*sec,
8315
static struct bpf_link *attach_trace(const struct
bpf_sec_def
*sec,
8317
static struct bpf_link *attach_lsm(const struct
bpf_sec_def
*se
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.c
375
struct
bpf_sec_def
{
struct
395
const struct
bpf_sec_def
*sec_def;
7341
static const struct
bpf_sec_def
*find_sec_def(const char *sec_name);
8660
static struct
bpf_sec_def
*custom_sec_defs;
8661
static struct
bpf_sec_def
custom_fallback_def;
8774
static const struct
bpf_sec_def
section_defs[] = {
8874
struct
bpf_sec_def
*sec_def;
in libbpf_register_prog_handler()
8921
struct
bpf_sec_def
*sec_defs;
in libbpf_unregister_prog_handler()
8958
static bool sec_def_matches(const struct
bpf_sec_def
*sec_def, const char *sec_name)
in sec_def_matches()
8986
static const struct
bpf_sec_def
*find_sec_de
[all...]
Completed in 25 milliseconds