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:option_str
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/
H
A
D
event-plugin.c
322
char *
option_str
;
in tep_plugin_add_option()
local
325
option_str
= strdup(name);
in tep_plugin_add_option()
326
if (!
option_str
)
in tep_plugin_add_option()
329
if (parse_option_name(&
option_str
, &plugin) < 0)
in tep_plugin_add_option()
339
if (strcmp(op->option,
option_str
) != 0)
in tep_plugin_add_option()
351
/* plugin and
option_str
don't get freed at the end */
in tep_plugin_add_option()
353
free(
option_str
);
in tep_plugin_add_option()
356
option_str
= op->option;
in tep_plugin_add_option()
367
op->option =
option_str
;
in tep_plugin_add_option()
379
return process_option(plugin,
option_str
, va
in tep_plugin_add_option()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_osnoise.c
2215
char buf[256], *
option_str
;
in osnoise_options_write()
local
2226
option_str
= strstrip(buf);
in osnoise_options_write()
2229
option_str
= strstrip(&buf[3]);
in osnoise_options_write()
2233
option = match_string(osnoise_options_str, OSN_MAX,
option_str
);
in osnoise_options_write()
Completed in 5 milliseconds