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:double_insn
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
xlated_dumper.c
231
bool
double_insn
= false;
in dump_xlated_json()
local
239
if (
double_insn
) {
in dump_xlated_json()
240
double_insn
= false;
in dump_xlated_json()
243
double_insn
= insn[i].code == (BPF_LD | BPF_IMM | BPF_DW);
in dump_xlated_json()
290
if (
double_insn
&& i < len - 1)
in dump_xlated_json()
317
bool
double_insn
= false;
in dump_xlated_plain()
local
323
if (
double_insn
) {
in dump_xlated_plain()
324
double_insn
= false;
in dump_xlated_plain()
350
double_insn
= insn[i].code == (BPF_LD | BPF_IMM | BPF_DW);
in dump_xlated_plain()
358
if (
double_insn
in dump_xlated_plain()
384
bool
double_insn
= false;
dump_xlated_for_graph()
local
[all...]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
xlated_dumper.c
218
bool
double_insn
= false;
in dump_xlated_json()
local
226
if (
double_insn
) {
in dump_xlated_json()
227
double_insn
= false;
in dump_xlated_json()
230
double_insn
= insn[i].code == (BPF_LD | BPF_IMM | BPF_DW);
in dump_xlated_json()
277
if (
double_insn
&& i < len - 1)
in dump_xlated_json()
304
bool
double_insn
= false;
in dump_xlated_plain()
local
310
if (
double_insn
) {
in dump_xlated_plain()
311
double_insn
= false;
in dump_xlated_plain()
337
double_insn
= insn[i].code == (BPF_LD | BPF_IMM | BPF_DW);
in dump_xlated_plain()
345
if (
double_insn
in dump_xlated_plain()
366
bool
double_insn
= false;
dump_xlated_for_graph()
local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
ctx_rewrite.c
691
bool
double_insn
= false;
in print_xlated()
local
695
if (
double_insn
) {
in print_xlated()
696
double_insn
= false;
in print_xlated()
700
double_insn
= insn[i].code == (BPF_LD | BPF_IMM | BPF_DW);
in print_xlated()
Completed in 3 milliseconds