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_OUTPUT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
H
A
D
Makefile
11
BPFTOOL_OUTPUT
:= $(abs_out)/bpftool
macro
12
DEFAULT_BPFTOOL := $(
BPFTOOL_OUTPUT
)/bootstrap/bpftool
74
$(OUTPUT) $(LIBBPF_OUTPUT) $(
BPFTOOL_OUTPUT
):
84
$(DEFAULT_BPFTOOL): $(BPFOBJ) | $(
BPFTOOL_OUTPUT
)
86
OUTPUT=$(
BPFTOOL_OUTPUT
)/ \
90
$(DEFAULT_BPFTOOL): | $(
BPFTOOL_OUTPUT
)
92
OUTPUT=$(
BPFTOOL_OUTPUT
)/ bootstrap
/kernel/linux/linux-6.6/tools/bpf/runqslower/
H
A
D
Makefile
6
BPFTOOL_OUTPUT
:= $(OUTPUT)bpftool/
macro
7
DEFAULT_BPFTOOL := $(
BPFTOOL_OUTPUT
)bootstrap/bpftool
45
$(Q)$(RM) -r $(BPFOBJ_OUTPUT) $(
BPFTOOL_OUTPUT
)
72
$(OUTPUT) $(BPFOBJ_OUTPUT) $(
BPFTOOL_OUTPUT
):
91
$(DEFAULT_BPFTOOL): | $(
BPFTOOL_OUTPUT
)
92
$(Q)$(MAKE) $(submake_extras) -C ../bpftool OUTPUT=$(
BPFTOOL_OUTPUT
) bootstrap
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
H
A
D
Makefile
11
BPFTOOL_OUTPUT
:= $(abs_out)/bpftool
macro
12
DEFAULT_BPFTOOL := $(
BPFTOOL_OUTPUT
)/bootstrap/bpftool
57
$(OUTPUT) $(LIBBPF_OUTPUT) $(
BPFTOOL_OUTPUT
):
66
$(DEFAULT_BPFTOOL): | $(
BPFTOOL_OUTPUT
)
67
$(Q)$(MAKE) $(submake_extras) -C $(BPFTOOL_SRC) OUTPUT=$(
BPFTOOL_OUTPUT
)/ bootstrap
/kernel/linux/linux-6.6/samples/hid/
H
A
D
Makefile
122
BPFTOOL_OUTPUT
:= $(abspath $(HID_SAMPLES_PATH))/bpftool
macro
123
BPFTOOL := $(
BPFTOOL_OUTPUT
)/bootstrap/bpftool
124
$(BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) | $(
BPFTOOL_OUTPUT
)
126
OUTPUT=$(
BPFTOOL_OUTPUT
)/ bootstrap
128
$(LIBBPF_OUTPUT) $(
BPFTOOL_OUTPUT
):
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
Makefile
255
BPFTOOL_OUTPUT
:= $(abspath $(BPF_SAMPLES_PATH))/bpftool
macro
256
BPFTOOL := $(
BPFTOOL_OUTPUT
)/bootstrap/bpftool
257
$(BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) | $(
BPFTOOL_OUTPUT
)
259
OUTPUT=$(
BPFTOOL_OUTPUT
)/ bootstrap
261
$(LIBBPF_OUTPUT) $(
BPFTOOL_OUTPUT
):
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
Makefile
238
BPFTOOL_OUTPUT
=$(HOST_BUILD_DIR)/bpftool/ \
Completed in 4 milliseconds