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:btf_enum64
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
btf.h
489
struct
btf_enum64
;
491
static inline struct
btf_enum64
*
btf_enum64
(const struct btf_type *t)
in btf_enum64()
function
493
return (struct
btf_enum64
*)(t + 1);
in btf_enum64()
496
static inline __u64 btf_enum64_value(const struct
btf_enum64
*e)
in btf_enum64_value()
498
/* struct
btf_enum64
is introduced in Linux 6.0, which is very
in btf_enum64_value()
499
* bleeding-edge. Here we are avoiding relying on struct
btf_enum64
in btf_enum64_value()
505
* anonymous struct). So just treat struct
btf_enum64
as
in btf_enum64_value()
509
* For reference, here is a struct
btf_enum64
definition:
in btf_enum64_value()
511
* const struct
btf_enum64
{
in btf_enum64_value()
[all...]
H
A
D
relo_core.c
321
:
btf_enum64
(t)[access_idx].name_off;
in bpf_core_parse_spec()
601
name_off =
btf_enum64
(targ_type)[i].name_off;
in bpf_core_spec_match()
864
*val = btf_enum64_value(
btf_enum64
(t) + spec->spec[0].idx);
in bpf_core_calc_enumval_relo()
1196
const struct
btf_enum64
*e;
in bpf_core_format_spec()
1199
e =
btf_enum64
(t) + spec->raw_spec[0];
in bpf_core_format_spec()
1461
btf_enum64
(local_t)[i].name_off;
in bpf_core_enums_match()
1465
btf_enum64
(targ_t)[j].name_off;
in bpf_core_enums_match()
H
A
D
btf.c
309
return base_size + vlen * sizeof(struct
btf_enum64
);
in btf_type_size()
339
struct
btf_enum64
*e64;
in btf_bswap_type_rest()
368
for (i = 0, e64 =
btf_enum64
(t); i < vlen; i++, e64++) {
in btf_bswap_type_rest()
2205
struct
btf_enum64
*v;
in btf__add_enum64_value()
2224
sz = sizeof(struct
btf_enum64
);
in btf__add_enum64_value()
3451
const struct
btf_enum64
*m1, *m2;
in btf_equal_enum64_members()
3456
m1 =
btf_enum64
(t1);
in btf_equal_enum64_members()
3457
m2 =
btf_enum64
(t2);
in btf_equal_enum64_members()
4921
struct
btf_enum64
*m =
btf_enum64
(
in btf_type_visit_str_offs()
[all...]
H
A
D
btf_dump.c
1090
const struct
btf_enum64
*v =
btf_enum64
(t);
in btf_dump_emit_enum64_val()
1163
if (
btf_enum64
(t)[i].val_hi32 != 0) {
in btf_dump_emit_enum_def()
2211
const struct
btf_enum64
*e;
in btf_dump_enum_data()
2213
for (i = 0, e =
btf_enum64
(t); i < btf_vlen(t); i++, e++) {
in btf_dump_enum_data()
/kernel/linux/linux-6.6/include/linux/
H
A
D
btf.h
297
static inline u64 btf_enum64_value(const struct
btf_enum64
*e)
in btf_enum64_value()
452
static inline struct
btf_enum64
*
btf_enum64
(const struct btf_type *t)
in btf_enum64()
function
454
return (struct
btf_enum64
*)(t + 1);
in btf_enum64()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
btf_write.c
12
const struct
btf_enum64
*v64;
in gen_btf()
324
v64 =
btf_enum64
(t) + 0;
in gen_btf()
328
v64 =
btf_enum64
(t) + 1;
in gen_btf()
346
v64 =
btf_enum64
(t) + 0;
in gen_btf()
H
A
D
btf.c
7971
return base_size + vlen * sizeof(struct
btf_enum64
);
in btf_type_size()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
btf_helpers.c
155
const struct
btf_enum64
*v =
btf_enum64
(t);
in fprintf_btf_type_raw()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
btf.h
190
/* BTF_KIND_ENUM64 is followed by multiple "struct
btf_enum64
".
191
* The exact number of
btf_enum64
is stored in the vlen (of the
194
struct
btf_enum64
{
struct
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
btf.h
190
/* BTF_KIND_ENUM64 is followed by multiple "struct
btf_enum64
".
191
* The exact number of
btf_enum64
is stored in the vlen (of the
194
struct
btf_enum64
{
struct
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
btf_dumper.c
189
const struct
btf_enum64
*enums =
btf_enum64
(t);
in btf_dumper_enum64()
H
A
D
btf.c
247
const struct
btf_enum64
*v =
btf_enum64
(t);
in dump_btf_type()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
btf.c
734
static const struct
btf_enum64
*btf_type_enum64(const struct btf_type *t)
in btf_type_enum64()
736
return (const struct
btf_enum64
*)(t + 1);
in btf_type_enum64()
4170
const struct
btf_enum64
*enums = btf_type_enum64(t);
in btf_enum64_check_meta()
4230
const struct
btf_enum64
*enums = btf_type_enum64(t);
in btf_enum64_show()
Completed in 36 milliseconds