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:cli_args
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/kunit/
H
A
D
kunit.py
249
cli_args
= parser.parse_args(argv)
254
if
cli_args
.subcommand == 'run':
255
if not os.path.exists(
cli_args
.build_dir):
256
os.mkdir(
cli_args
.build_dir)
261
linux.create_kunitconfig(
cli_args
.build_dir)
262
linux.read_kunitconfig(
cli_args
.build_dir)
264
request = KunitRequest(
cli_args
.raw_output,
265
cli_args
.timeout,
266
cli_args
.jobs,
267
cli_args
[all...]
/kernel/linux/linux-6.6/tools/testing/kunit/
H
A
D
kunit.py
418
def tree_from_args(
cli_args
: argparse.Namespace) -> kunit_kernel.LinuxSourceTree:
422
if
cli_args
.qemu_args:
423
for arg in
cli_args
.qemu_args:
426
kunitconfigs =
cli_args
.kunitconfig if
cli_args
.kunitconfig else []
427
if
cli_args
.alltests:
432
return kunit_kernel.LinuxSourceTree(
cli_args
.build_dir,
434
kconfig_add=
cli_args
.kconfig_add,
435
arch=
cli_args
.arch,
436
cross_compile=
cli_args
[all...]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
flamegraph.py
239
cli_args
= parser.parse_args()
variable in FlameGraphCLI
240
cli = FlameGraphCLI(
cli_args
)
Completed in 2 milliseconds