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:str_item
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_events_filter.c
899
u32
str_item
= *(u32 *)(event + pred->offset);
in filter_pred_strloc()
local
900
int str_loc =
str_item
& 0xffff;
in filter_pred_strloc()
901
int str_len =
str_item
>> 16;
in filter_pred_strloc()
922
u32
str_item
= *item;
in filter_pred_strrelloc()
local
923
int str_loc =
str_item
& 0xffff;
in filter_pred_strrelloc()
924
int str_len =
str_item
>> 16;
in filter_pred_strrelloc()
H
A
D
trace_events_hist.c
244
u32
str_item
= *(u32 *)(event + hist_field->field->offset);
in hist_field_dynstring()
local
245
int str_loc =
str_item
& 0xffff;
in hist_field_dynstring()
258
u32
str_item
= *item;
in hist_field_reldynstring()
local
259
int str_loc =
str_item
& 0xffff;
in hist_field_reldynstring()
4312
u32
str_item
= *(u32 *)(event + hist_field->field->offset);
in hist_field_stack()
local
4313
int str_loc =
str_item
& 0xffff;
in hist_field_stack()
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
gadget.h
841
#define to_gadget_string(
str_item
)\
842
container_of(
str_item
, struct gadget_string, item)
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_events_filter.c
767
u32
str_item
= *(u32 *)(event + pred->offset);
in filter_pred_strloc()
local
768
int str_loc =
str_item
& 0xffff;
in filter_pred_strloc()
769
int str_len =
str_item
>> 16;
in filter_pred_strloc()
H
A
D
trace_events_hist.c
186
u32
str_item
= *(u32 *)(event + hist_field->field->offset);
in hist_field_dynstring()
local
187
int str_loc =
str_item
& 0xffff;
in hist_field_dynstring()
Completed in 24 milliseconds