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:tools
(Results
1 - 25
of
191
) sorted by relevance
1
2
3
4
5
6
7
8
/kernel/linux/linux-6.6/arch/x86/tools/
H
A
D
Makefile
16
reformatter = $(srctree)/arch/x86/
tools
/objdump_reformat.awk
17
chkobjdump = $(srctree)/arch/x86/
tools
/chkobjdump.awk
32
HOSTCFLAGS_insn_decoder_test.o := -Wall -I$(srctree)/
tools
/arch/x86/lib/ -I$(srctree)/
tools
/arch/x86/include/ -I$(objtree)/arch/x86/lib/
34
HOSTCFLAGS_insn_sanity.o := -Wall -I$(srctree)/
tools
/arch/x86/lib/ -I$(srctree)/
tools
/arch/x86/include/ -I$(objtree)/arch/x86/lib/
37
$(obj)/insn_decoder_test.o: $(srctree)/
tools
/arch/x86/lib/insn.c $(srctree)/
tools
/arch/x86/lib/inat.c $(srctree)/
tools
/arch/x86/include/asm/inat_types.h $(srctree)/
tools
/arc
[all...]
/kernel/linux/linux-5.10/arch/alpha/boot/
H
A
D
Makefile
11
hostprogs :=
tools
/mkbb
tools
/objstrip
13
vmlinux.nh
tools
/lxboot
tools
/bootlx
tools
/bootph \
14
tools
/bootpzh bootloader bootpheader bootpzheader
15
OBJSTRIP := $(obj)/
tools
/objstrip
21
$(obj)/bootimage: $(addprefix $(obj)/
tools
/,mkbb lxboot bootlx) $(obj)/vmlinux.nh
22
( cat $(obj)/
tools
/lxboot $(obj)/
tools
/bootl
[all...]
/kernel/linux/linux-6.6/arch/alpha/boot/
H
A
D
Makefile
11
hostprogs :=
tools
/mkbb
tools
/objstrip
13
vmlinux.nh
tools
/lxboot
tools
/bootlx
tools
/bootph \
14
tools
/bootpzh bootloader bootpheader bootpzheader
15
OBJSTRIP := $(obj)/
tools
/objstrip
21
$(obj)/bootimage: $(addprefix $(obj)/
tools
/,mkbb lxboot bootlx) $(obj)/vmlinux.nh
22
( cat $(obj)/
tools
/lxboot $(obj)/
tools
/bootl
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_bpftool_build.sh
17
# Assume script is located under
tools
/testing/selftests/bpf/. We want to start
23
if [ ! -e
tools
/bpf/bpftool/Makefile ]; then
92
make_and_clean
tools
/bpf
93
## "make
tools
/bpf" sets $(OUTPUT) to ...
tools
/bpf/runqslower for
96
make -C
tools
/bpf/runqslower OUTPUT=${KDIR_ROOT_DIR}/
tools
/bpf/runqslower/ clean
101
# make_with_tmpdir
tools
/bpf OUTPUT
102
echo -e "skip: make
tools
/bpf OUTPUT=<dir> (not supported)\n"
104
make_with_tmpdir
tools
/bp
[all...]
/kernel/linux/linux-5.10/tools/perf/
H
A
D
check-headers.sh
39
arch/x86/
tools
/gen-insn-attr-x86.awk
86
# These copies are under
tools
/perf/trace/beauty/ as they are not used to in
87
# building object files only by scripts in
tools
/perf/trace/beauty/ to generate
117
check_2
tools
/$file $file $*
125
check_2
tools
/perf/trace/beauty/$file $file $*
128
# Check if we have the kernel headers (
tools
/perf/../../include), else
147
check include/uapi/asm-generic/mman.h '-I "^#include <\(uapi/\)*asm-generic/mman-common\(-
tools
\)*.h>"'
154
check_2
tools
/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
161
check_2
tools
/perf/util/hashmap.h
tools
/li
[all...]
/kernel/linux/linux-6.6/tools/perf/
H
A
D
check-headers.sh
45
"arch/x86/
tools
/gen-insn-attr-x86.awk"
93
# These copies are under
tools
/perf/trace/beauty/ as they are not used to in
94
# building object files only by scripts in
tools
/perf/trace/beauty/ to generate
127
check_2 "
tools
/$file" "$file" "$@"
135
check_2 "
tools
/perf/trace/beauty/$file" "$file" "$@"
138
# Check if we have the kernel headers (
tools
/perf/../../include), else
165
check include/uapi/asm-generic/mman.h '-I "^#include <\(uapi/\)*asm-generic/mman-common\(-
tools
\)*.h>"'
173
check_2
tools
/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
174
check_2
tools
/perf/arch/powerpc/entry/syscalls/syscall.tbl arch/powerpc/kernel/syscalls/syscall.tbl
175
check_2
tools
/per
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_bpftool_build.sh
17
# Assume script is located under
tools
/testing/selftests/bpf/. We want to start
23
if [ ! -e
tools
/bpf/bpftool/Makefile ]; then
109
make_and_clean
tools
/bpf
114
# make_with_tmpdir
tools
/bpf OUTPUT
115
echo -e "skip: make
tools
/bpf OUTPUT=<dir> (not supported)\n"
117
make_with_tmpdir
tools
/bpf O
119
echo -e "skip: make
tools
/bpf (no .config found)\n"
120
echo -e "skip: make
tools
/bpf OUTPUT=<dir> (not supported)\n"
121
echo -e "skip: make
tools
/bpf O=<dir> (no .config found)\n"
126
make_and_clean -C
tools
/bp
[all...]
/kernel/linux/linux-6.6/tools/thermal/lib/
H
A
D
Makefile
2
# Most of this file is copied from
tools
/lib/perf/Makefile
26
include $(srctree)/
tools
/scripts/Makefile.include
27
include $(srctree)/
tools
/scripts/Makefile.arch
64
-I$(srctree)/
tools
/lib/thermal/include \
65
-I$(srctree)/
tools
/lib/ \
66
-I$(srctree)/
tools
/include \
67
-I$(srctree)/
tools
/arch/$(SRCARCH)/include/ \
68
-I$(srctree)/
tools
/arch/$(SRCARCH)/include/uapi \
69
-I$(srctree)/
tools
/include/uapi
84
include $(srctree)/
tools
/buil
[all...]
/kernel/linux/linux-5.10/tools/lib/perf/
H
A
D
Makefile
2
# Most of this file is copied from
tools
/lib/bpf/Makefile
26
include $(srctree)/
tools
/scripts/Makefile.include
27
include $(srctree)/
tools
/scripts/Makefile.arch
63
-I$(srctree)/
tools
/lib/perf/include \
64
-I$(srctree)/
tools
/lib/ \
65
-I$(srctree)/
tools
/include \
66
-I$(srctree)/
tools
/arch/$(SRCARCH)/include/ \
67
-I$(srctree)/
tools
/arch/$(SRCARCH)/include/uapi \
68
-I$(srctree)/
tools
/include/uapi
82
include $(srctree)/
tools
/buil
[all...]
/kernel/linux/linux-6.6/tools/lib/thermal/
H
A
D
Makefile
2
# Most of this file is copied from
tools
/lib/perf/Makefile
26
include $(srctree)/
tools
/scripts/Makefile.include
27
include $(srctree)/
tools
/scripts/Makefile.arch
64
-I$(srctree)/
tools
/lib/thermal/include \
65
-I$(srctree)/
tools
/lib/ \
66
-I$(srctree)/
tools
/include \
67
-I$(srctree)/
tools
/arch/$(SRCARCH)/include/ \
68
-I$(srctree)/
tools
/arch/$(SRCARCH)/include/uapi \
69
-I$(srctree)/
tools
/include/uapi
85
include $(srctree)/
tools
/buil
[all...]
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
Makefile
10
LIBSUBCMD_DIR = $(srctree)/
tools
/lib/subcmd/
26
INCLUDES := -I$(srctree)/
tools
/include \
27
-I$(srctree)/
tools
/arch/$(HOSTARCH)/include/uapi \
28
-I$(srctree)/
tools
/arch/$(SRCARCH)/include \
29
-I$(srctree)/
tools
/objtool/include \
30
-I$(srctree)/
tools
/objtool/arch/$(SRCARCH)/include \
62
include $(srctree)/
tools
/build/Makefile.include
/kernel/linux/linux-6.6/tools/thermal/thermal-engine/
H
A
D
Makefile
2
# Makefile for thermal
tools
12
CFLAGS += -I$(srctree)/
tools
/thermal/lib
13
CFLAGS += -I$(srctree)/
tools
/lib/thermal/include
15
LDFLAGS = -L$(srctree)/
tools
/thermal/lib
16
LDFLAGS += -L$(srctree)/
tools
/lib/thermal
/kernel/linux/linux-5.10/kernel/bpf/preload/
H
A
D
Makefile
3
LIBBPF_SRCS = $(srctree)/
tools
/lib/bpf/
8
# in
tools
/scripts/Makefile.include always succeeds when building the kernel
13
userccflags += -I $(srctree)/
tools
/include/ -I $(srctree)/
tools
/include/uapi \
14
-I $(srctree)/
tools
/lib/ -Wno-unused-result
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
Makefile
15
SUBCMD_SRCDIR = $(srctree)/
tools
/lib/subcmd/
27
INCLUDES := -I$(srctree)/
tools
/include \
28
-I$(srctree)/
tools
/arch/$(HOSTARCH)/include/uapi \
29
-I$(srctree)/
tools
/arch/$(SRCARCH)/include \
30
-I$(srctree)/
tools
/objtool/arch/$(SRCARCH)/include
51
include $(srctree)/
tools
/build/Makefile.include
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H
A
D
Makefile
27
OUTPUT ?= $(srctree)/
tools
/bpf/resolve_btfids/
29
LIBBPF_SRC := $(srctree)/
tools
/lib/bpf/
30
SUBCMD_SRC := $(srctree)/
tools
/lib/subcmd/
51
-I$(srctree)/
tools
/include \
52
-I$(srctree)/
tools
/include/uapi \
59
include $(srctree)/
tools
/build/Makefile.include
/kernel/linux/linux-6.6/tools/lib/perf/
H
A
D
Makefile
2
# Most of this file is copied from
tools
/lib/bpf/Makefile
26
include $(srctree)/
tools
/scripts/Makefile.include
27
include $(srctree)/
tools
/scripts/Makefile.arch
65
-I$(srctree)/
tools
/lib/perf/include \
66
-I$(srctree)/
tools
/lib/ \
67
-I$(srctree)/
tools
/include \
68
-I$(srctree)/
tools
/arch/$(SRCARCH)/include/ \
69
-I$(srctree)/
tools
/arch/$(SRCARCH)/include/uapi \
70
-I$(srctree)/
tools
/include/uapi
84
include $(srctree)/
tools
/buil
[all...]
/kernel/linux/linux-5.10/tools/lib/perf/tests/
H
A
D
Makefile
17
include $(srctree)/
tools
/scripts/Makefile.include
19
INCLUDE = -I$(srctree)/
tools
/lib/perf/include -I$(srctree)/
tools
/include -I$(srctree)/
tools
/lib
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H
A
D
Makefile
30
OUTPUT ?= $(srctree)/
tools
/bpf/resolve_btfids/
32
LIBBPF_SRC := $(srctree)/
tools
/lib/bpf/
33
SUBCMD_SRC := $(srctree)/
tools
/lib/subcmd/
71
-I$(srctree)/
tools
/include \
72
-I$(srctree)/
tools
/include/uapi \
80
include $(srctree)/
tools
/build/Makefile.include
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H
A
D
torture.sh
16
RCUTORTURE="`pwd`/
tools
/testing/selftests/rcutorture"; export RCUTORTURE
345
amcdir="
tools
/testing/selftests/rcutorture/res/$ds/allmodconfig"
382
rtfdir="
tools
/testing/selftests/rcutorture/res/$ds/results-rcutasksflavors"
394
tools
/testing/selftests/rcutorture/bin/kvm.sh --datestamp "$ds/results-rcutasksflavors/$flavor" --buildonly --configs "TINY01 TREE04" --kconfig "CONFIG_RCU_EXPERT=y CONFIG_RCU_SCALE_TEST=y $forceflavor=y $deselectedflavors" --trust-make > $T/$flavor.out 2>&1
416
torture_set "rcutorture"
tools
/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "$configs_rcutorture" --trust-make
422
torture_set "locktorture"
tools
/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus --duration "$duration_locktorture" --configs "$configs_locktorture" --trust-make
430
torture_set "scftorture"
tools
/testing/selftests/rcutorture/bin/kvm.sh --torture scf --allcpus --duration "$duration_scftorture" --configs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --memory ${scfmem}G --trust-make
437
torture_set "rcurttorture"
tools
/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make
441
torture_set "rcurttorture-exp"
tools
/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make
447
tools
/testin
[all...]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
Makefile
16
BPF_DIR = $(srctree)/
tools
/lib/bpf/
46
-I$(srctree)/
tools
/include \
47
-I$(srctree)/
tools
/include/uapi \
48
-I$(srctree)/
tools
/lib \
49
-I$(srctree)/
tools
/perf
79
include $(srctree)/
tools
/build/Makefile.feature
147
-I$(srctree)/
tools
/include/uapi/ \
149
-I$(srctree)/
tools
/lib \
180
$(Q)$(MAKE) -C $(srctree)/
tools
/build/feature/ clean >/dev/null
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
H
A
D
Makefile
8
LIBBPF_SRC := $(abspath ../../../../
tools
/lib/bpf)
11
INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../../../
tools
/lib) \
12
-I$(abspath ../../../../
tools
/include/uapi)
56
$(Q)$(MAKE) $(submake_extras) -C ../../../../
tools
/bpf/bpftool \
/kernel/linux/linux-5.10/tools/perf/arch/arm64/
H
A
D
Makefile
14
incpath := $(srctree)/
tools
15
sysdef := $(srctree)/
tools
/arch/arm64/include/uapi/asm/unistd.h
16
sysprf := $(srctree)/
tools
/perf/arch/arm64/entry/syscalls/
/kernel/linux/linux-5.10/tools/perf/arch/loongarch/
H
A
D
Makefile
14
incpath := $(srctree)/
tools
15
sysdef := $(srctree)/
tools
/arch/loongarch/include/uapi/asm/unistd.h
16
sysprf := $(srctree)/
tools
/perf/arch/loongarch/entry/syscalls/
/kernel/linux/linux-6.6/tools/perf/arch/loongarch/
H
A
D
Makefile
14
incpath := $(srctree)/
tools
15
sysdef := $(srctree)/
tools
/arch/loongarch/include/uapi/asm/unistd.h
16
sysprf := $(srctree)/
tools
/perf/arch/loongarch/entry/syscalls/
/kernel/linux/linux-6.6/tools/perf/arch/arm64/
H
A
D
Makefile
15
incpath := $(srctree)/
tools
16
sysdef := $(srctree)/
tools
/arch/arm64/include/uapi/asm/unistd.h
17
sysprf := $(srctree)/
tools
/perf/arch/arm64/entry/syscalls/
Completed in 8 milliseconds
1
2
3
4
5
6
7
8