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:sysdef
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/
H
A
D
Makefile
19
sysdef
:= $(sysprf)/syscall.tbl
macro
25
$(header64): $(
sysdef
) $(systbl)
27
(diff -B $(
sysdef
) $(syskrn) >/dev/null) \
28
|| echo "Warning: Kernel ABI header at '$(
sysdef
)' differs from latest version at '$(syskrn)'" >&2 )) || true
29
$(Q)$(SHELL) '$(systbl)' '64' $(
sysdef
) > $@
31
$(header32): $(
sysdef
) $(systbl)
33
(diff -B $(
sysdef
) $(syskrn) >/dev/null) \
34
|| echo "Warning: Kernel ABI header at '$(
sysdef
)' differs from latest version at '$(syskrn)'" >&2 )) || true
35
$(Q)$(SHELL) '$(systbl)' '32' $(
sysdef
) > $@
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/
H
A
D
Makefile
18
sysdef
:= $(sysprf)/syscall.tbl
macro
24
$(header64): $(
sysdef
) $(systbl)
25
$(Q)$(SHELL) '$(systbl)' '64' $(
sysdef
) > $@
27
$(header32): $(
sysdef
) $(systbl)
28
$(Q)$(SHELL) '$(systbl)' '32' $(
sysdef
) > $@
/kernel/linux/linux-5.10/tools/perf/arch/s390/
H
A
D
Makefile
17
sysdef
:= $(sysprf)/syscall.tbl
macro
23
$(header): $(
sysdef
) $(systbl)
25
(diff -B $(
sysdef
) $(syskrn) >/dev/null) \
26
|| echo "Warning: Kernel ABI header at '$(
sysdef
)' differs from latest version at '$(syskrn)'" >&2 )) || true
27
$(Q)$(SHELL) '$(systbl)' $(
sysdef
) > $@
/kernel/linux/linux-5.10/tools/perf/arch/arm64/
H
A
D
Makefile
15
sysdef
:= $(srctree)/tools/arch/arm64/include/uapi/asm/unistd.h
macro
22
$(header): $(
sysdef
) $(systbl)
23
$(Q)$(SHELL) '$(systbl)' '$(CC)' '$(HOSTCC)' $(incpath) $(
sysdef
) > $@
/kernel/linux/linux-5.10/tools/perf/arch/loongarch/
H
A
D
Makefile
15
sysdef
:= $(srctree)/tools/arch/loongarch/include/uapi/asm/unistd.h
macro
22
$(header): $(
sysdef
) $(systbl)
23
$(Q)$(SHELL) '$(systbl)' '$(CC)' '$(HOSTCC)' $(incpath) $(
sysdef
) > $@
/kernel/linux/linux-6.6/tools/perf/arch/s390/
H
A
D
Makefile
16
sysdef
:= $(sysprf)/syscall.tbl
macro
22
$(header): $(
sysdef
) $(systbl)
23
$(Q)$(SHELL) '$(systbl)' $(
sysdef
) > $@
/kernel/linux/linux-6.6/tools/perf/arch/mips/
H
A
D
Makefile
10
sysdef
:= $(sysprf)/syscall_n64.tbl
macro
16
$(header): $(
sysdef
) $(systbl)
17
$(Q)$(SHELL) '$(systbl)' $(
sysdef
) > $@
/kernel/linux/linux-6.6/tools/perf/arch/loongarch/
H
A
D
Makefile
15
sysdef
:= $(srctree)/tools/arch/loongarch/include/uapi/asm/unistd.h
macro
22
$(header): $(
sysdef
) $(systbl)
23
$(Q)$(SHELL) '$(systbl)' '$(CC)' '$(HOSTCC)' $(incpath) $(
sysdef
) > $@
/kernel/linux/linux-6.6/tools/perf/arch/arm64/
H
A
D
Makefile
16
sysdef
:= $(srctree)/tools/arch/arm64/include/uapi/asm/unistd.h
macro
23
$(header): $(
sysdef
) $(systbl)
24
$(Q)$(SHELL) '$(systbl)' '$(CC)' '$(HOSTCC)' $(incpath) $(
sysdef
) > $@
Completed in 2 milliseconds