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:flags_str
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/tests/
H
A
D
extent-io-tests.c
93
char
flags_str
[STATE_FLAG_STR_LEN];
in dump_extent_io_tree()
local
101
extent_flag_to_str(state,
flags_str
);
in dump_extent_io_tree()
103
state->end + 1 - state->start,
flags_str
);
in dump_extent_io_tree()
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_events_hist.c
1446
const char *
flags_str
= NULL;
in get_hist_field_flags()
local
1449
flags_str
= "hex";
in get_hist_field_flags()
1451
flags_str
= "sym";
in get_hist_field_flags()
1453
flags_str
= "sym-offset";
in get_hist_field_flags()
1455
flags_str
= "execname";
in get_hist_field_flags()
1457
flags_str
= "syscall";
in get_hist_field_flags()
1459
flags_str
= "log2";
in get_hist_field_flags()
1461
flags_str
= "usecs";
in get_hist_field_flags()
1463
return
flags_str
;
in get_hist_field_flags()
1474
const char *
flags_str
in expr_field_str()
local
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_events_hist.c
1704
const char *
flags_str
= NULL;
in get_hist_field_flags()
local
1707
flags_str
= "hex";
in get_hist_field_flags()
1709
flags_str
= "sym";
in get_hist_field_flags()
1711
flags_str
= "sym-offset";
in get_hist_field_flags()
1713
flags_str
= "execname";
in get_hist_field_flags()
1715
flags_str
= "syscall";
in get_hist_field_flags()
1717
flags_str
= "log2";
in get_hist_field_flags()
1719
flags_str
= "buckets";
in get_hist_field_flags()
1721
flags_str
= "usecs";
in get_hist_field_flags()
1723
flags_str
in get_hist_field_flags()
1746
const char *
flags_str
= get_hist_field_flags(field);
expr_field_str()
local
[all...]
Completed in 12 milliseconds