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:BIN
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/asm_pure_loop/
H
A
D
Makefile
7
BIN
=asm_pure_loop
macro
11
all: $(
BIN
)
13
$(
BIN
): $(
BIN
).S
17
$(Q)$(CC) $(
BIN
).S -nostdlib -static -o $(
BIN
) $(LIB)
26
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(
BIN
)'; \
27
$(INSTALL) $(
BIN
) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(
BIN
)/$(
BIN
)'
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/memcpy_thread/
H
A
D
Makefile
6
BIN
=memcpy_thread
macro
10
all: $(
BIN
)
12
$(
BIN
): $(
BIN
).c
16
$(Q)$(CC) $(
BIN
).c -o $(
BIN
) $(LIB)
25
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(
BIN
)'; \
26
$(INSTALL) $(
BIN
) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(
BIN
)/$(
BIN
)'
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/unroll_loop_thread/
H
A
D
Makefile
6
BIN
=unroll_loop_thread
macro
10
all: $(
BIN
)
12
$(
BIN
): $(
BIN
).c
16
$(Q)$(CC) $(
BIN
).c -o $(
BIN
) $(LIB)
25
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(
BIN
)'; \
26
$(INSTALL) $(
BIN
) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(
BIN
)/$(
BIN
)'
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/thread_loop/
H
A
D
Makefile
6
BIN
=thread_loop
macro
10
all: $(
BIN
)
12
$(
BIN
): $(
BIN
).c
16
$(Q)$(CC) $(
BIN
).c -o $(
BIN
) $(LIB)
25
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(
BIN
)'; \
26
$(INSTALL) $(
BIN
) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(
BIN
)/$(
BIN
)'
[all...]
/kernel/linux/linux-5.10/tools/edid/
H
A
D
Makefile
4
BIN
:= $(patsubst %.S, %.bin, $(SOURCES))
macro
10
all: $(
BIN
) $(IHEX) $(CODE)
/kernel/linux/linux-6.6/tools/edid/
H
A
D
Makefile
4
BIN
:= $(patsubst %.S, %.bin, $(SOURCES))
macro
10
all: $(
BIN
) $(IHEX) $(CODE)
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
msg_zerocopy.sh
10
readonly
BIN
="./msg_zerocopy"
114
ip netns exec "${NS2}" "${
BIN
}" "-${IP}" -i "${DEV}" -t 2 -C 2 -S "${SADDR}" -D "${DADDR}" ${ARGS} -r "${RXMODE}" &
116
ip netns exec "${NS1}" "${
BIN
}" "-${IP}" -i "${DEV}" -t 1 -C 3 -S "${SADDR}" -D "${DADDR}" ${ARGS} "${TXMODE}"
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
msg_zerocopy.sh
10
readonly
BIN
="./msg_zerocopy"
114
ip netns exec "${NS2}" "${
BIN
}" "-${IP}" -i "${DEV}" -t 2 -C 2 -S "${SADDR}" -D "${DADDR}" ${ARGS} -r "${RXMODE}" &
116
ip netns exec "${NS1}" "${
BIN
}" "-${IP}" -i "${DEV}" -t 1 -C 3 -S "${SADDR}" -D "${DADDR}" ${ARGS} "${TXMODE}"
H
A
D
so_txtime.sh
9
readonly
BIN
="./so_txtime"
67
ip netns exec "${NS2}" "${
BIN
}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "${RXARGS}" -r &
68
ip netns exec "${NS1}" "${
BIN
}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "${TXARGS}"
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H
A
D
coresight.sh
17
BIN
="$DIR/$TEST"
19
if ! test -x "$
BIN
"; then exit 2; fi
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace.h
1343
C(
BIN
, "bin"), \
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace.h
1229
C(
BIN
, "bin"), \
Completed in 10 milliseconds