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:BPFDIR
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H
A
D
Makefile
62
BPFDIR
:= $(LIBDIR)/bpf
macro
130
$(BPFOBJ): $(wildcard $(
BPFDIR
)/*.[ch] $(
BPFDIR
)/Makefile) \
132
$(Q)$(MAKE) $(submake_extras) -C $(
BPFDIR
) OUTPUT=$(BUILD_DIR)/libbpf/ \
137
$(HOST_BPFOBJ): $(wildcard $(
BPFDIR
)/*.[ch] $(
BPFDIR
)/Makefile) \
139
$(Q)$(MAKE) $(submake_extras) -C $(
BPFDIR
) \
224
$(wildcard $(
BPFDIR
)/hid_bpf_*.h) \
225
$(wildcard $(
BPFDIR
)/*.bpf.h) \
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
Makefile
108
BPFDIR
:= $(abspath ../../../lib/bpf)
macro
142
$(BPFOBJ): $(wildcard $(
BPFDIR
)/*.[ch] $(
BPFDIR
)/Makefile) \
145
$(MAKE) $(submake_extras) -C $(
BPFDIR
) OUTPUT=$(BUILD_DIR)/libbpf/ \
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
Makefile
10
BPFDIR
:= $(LIBDIR)/bpf
macro
187
$(BPFOBJ): $(wildcard $(
BPFDIR
)/*.[ch] $(
BPFDIR
)/Makefile) \
190
$(Q)$(MAKE) $(submake_extras) -C $(
BPFDIR
) OUTPUT=$(BUILD_DIR)/libbpf/ \
327
$(wildcard $(
BPFDIR
)/bpf_*.h) \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
Makefile
11
BPFDIR
:= $(LIBDIR)/bpf
macro
309
$(BPFOBJ): $(wildcard $(
BPFDIR
)/*.[ch] $(
BPFDIR
)/Makefile) \
312
$(Q)$(MAKE) $(submake_extras) -C $(
BPFDIR
) OUTPUT=$(BUILD_DIR)/libbpf/ \
318
$(HOST_BPFOBJ): $(wildcard $(
BPFDIR
)/*.[ch] $(
BPFDIR
)/Makefile) \
321
$(Q)$(MAKE) $(submake_extras) -C $(
BPFDIR
) \
491
$(wildcard $(
BPFDIR
)/bpf_*.h) \
492
$(wildcard $(
BPFDIR
)/*.bpf.h) \
Completed in 3 milliseconds