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:BPFTOOL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/runqslower/
H
A
D
Makefile
7
BPFTOOL
?= $(DEFAULT_BPFTOOL)
macro
52
$(OUTPUT)/%.skel.h: $(OUTPUT)/%.bpf.o | $(
BPFTOOL
)
54
$(Q)$(
BPFTOOL
) gen skeleton $< > $@
70
$(OUTPUT)/vmlinux.h: $(VMLINUX_BTF_PATH) | $(OUTPUT) $(
BPFTOOL
)
77
$(Q)$(
BPFTOOL
) btf dump file $(VMLINUX_BTF_PATH) format c > $@
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
H
A
D
Makefile
13
BPFTOOL
?= $(DEFAULT_BPFTOOL)
macro
54
entrypoints.lskel.h: $(OUTPUT)/entrypoints.bpf.o | $(
BPFTOOL
)
56
$(Q)$(
BPFTOOL
) gen skeleton -L $< > $@
65
$(OUTPUT)/vmlinux.h: $(VMLINUX_BTF) $(
BPFTOOL
) | $(INCLUDE_DIR)
68
$(Q)$(
BPFTOOL
) btf dump file $(VMLINUX_BTF) format c > $@
/kernel/linux/linux-6.6/tools/bpf/runqslower/
H
A
D
Makefile
8
BPFTOOL
?= $(DEFAULT_BPFTOOL)
macro
61
$(OUTPUT)/%.skel.h: $(OUTPUT)/%.bpf.o | $(
BPFTOOL
)
62
$(QUIET_GEN)$(
BPFTOOL
) gen skeleton $< > $@
75
$(OUTPUT)/vmlinux.h: $(VMLINUX_BTF_PATH) | $(OUTPUT) $(
BPFTOOL
)
82
$(QUIET_GEN)$(
BPFTOOL
) btf dump file $(VMLINUX_BTF_PATH) format c > $@
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
H
A
D
Makefile
7
BPFTOOL
?= $(DEFAULT_BPFTOOL)
macro
36
iterators.skel.h: $(OUTPUT)/iterators.bpf.o | $(
BPFTOOL
)
38
$(Q)$(
BPFTOOL
) gen skeleton $< > $@
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
Makefile
274
BPFTOOL
?= $(DEFAULT_BPFTOOL)
macro
328
$(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(
BPFTOOL
) | $(INCLUDE_DIR)
331
$(Q)$(
BPFTOOL
) btf dump file $(VMLINUX_BTF) format c > $@
497
$(TRUNNER_BPF_SKELS): %.skel.h: %.bpf.o $(
BPFTOOL
) | $(TRUNNER_OUTPUT)
499
$(Q)$$(
BPFTOOL
) gen object $$(<:.o=.linked1.o) $$<
500
$(Q)$$(
BPFTOOL
) gen object $$(<:.o=.linked2.o) $$(<:.o=.linked1.o)
501
$(Q)$$(
BPFTOOL
) gen object $$(<:.o=.linked3.o) $$(<:.o=.linked2.o)
503
$(Q)$$(
BPFTOOL
) gen skeleton $$(<:.o=.linked3.o) name $$(notdir $$(<:.bpf.o=)) > $$@
504
$(Q)$$(
BPFTOOL
) gen subskeleton $$(<:.o=.linked3.o) name $$(notdir $$(<:.bpf.o=)) > $$(@:.skel.h=.subskel.h)
506
$(TRUNNER_BPF_LSKELS): %.lskel.h: %.bpf.o $(
BPFTOOL
) |
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H
A
D
Makefile
119
BPFTOOL
?= $(DEFAULT_BPFTOOL)
macro
145
$(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(
BPFTOOL
) | $(INCLUDE_DIR)
148
$(Q)$(
BPFTOOL
) btf dump file $(VMLINUX_BTF) format c > $@
229
$(BPF_SKELS): %.skel.h: %.bpf.o $(
BPFTOOL
) | $(OUTPUT)
231
$(Q)$(
BPFTOOL
) gen object $(<:.o=.linked1.o) $<
232
$(Q)$(
BPFTOOL
) gen skeleton $(<:.o=.linked1.o) name $(notdir $(<:.bpf.o=)) > $@
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
H
A
D
Makefile
13
BPFTOOL
?= $(DEFAULT_BPFTOOL)
macro
46
iterators.lskel-%.h: $(OUTPUT)/%/iterators.bpf.o | $(
BPFTOOL
)
48
$(Q)$(
BPFTOOL
) gen skeleton -L $< > $@
/kernel/linux/linux-6.6/samples/hid/
H
A
D
Makefile
123
BPFTOOL
:= $(BPFTOOL_OUTPUT)/bootstrap/bpftool
macro
124
$(
BPFTOOL
): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) | $(BPFTOOL_OUTPUT)
170
$(obj)/vmlinux.h: $(VMLINUX_BTF) $(
BPFTOOL
)
176
$(Q)$(
BPFTOOL
) btf dump file $(VMLINUX_BTF) format c > $@
219
$(BPF_SKELS_LINKED): $(BPF_OBJS_LINKED) $(
BPFTOOL
)
221
$(Q)$(
BPFTOOL
) gen object $(@:.skel.h=.lbpf.o) $(addprefix $(obj)/,$($(@F)-deps))
223
$(Q)$(
BPFTOOL
) gen skeleton $(@:.skel.h=.lbpf.o) name $(notdir $(@:.skel.h=)) > $@
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
Makefile
256
BPFTOOL
:= $(BPFTOOL_OUTPUT)/bootstrap/bpftool
macro
257
$(
BPFTOOL
): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) | $(BPFTOOL_OUTPUT)
325
$(obj)/vmlinux.h: $(VMLINUX_BTF) $(
BPFTOOL
)
331
$(Q)$(
BPFTOOL
) btf dump file $(VMLINUX_BTF) format c > $@
373
$(BPF_SKELS_LINKED): $(BPF_OBJS_LINKED) $(
BPFTOOL
)
375
$(Q)$(
BPFTOOL
) gen object $(@:.skel.h=.lbpf.o) $(addprefix $(obj)/,$($(@F)-deps))
377
$(Q)$(
BPFTOOL
) gen skeleton $(@:.skel.h=.lbpf.o) name $(notdir $(@:.skel.h=)) > $@
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
Makefile
175
BPFTOOL
?= $(DEFAULT_BPFTOOL)
macro
197
$(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(
BPFTOOL
) | $(INCLUDE_DIR)
200
$(Q)$(
BPFTOOL
) btf dump file $(VMLINUX_BTF) format c > $@
335
$(
BPFTOOL
) \
338
$(Q)$$(
BPFTOOL
) gen skeleton $$< > $$@
Completed in 6 milliseconds