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:offset_avail
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/loongarch/annotate/
H
A
D
instructions.c
87
ops->target.
offset_avail
= true;
in loongarch_jump__parse()
89
ops->target.
offset_avail
= false;
in loongarch_jump__parse()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
annotate.h
42
bool
offset_avail
;
member
191
return dl->ops.target.
offset_avail
&& !dl->ops.target.outside;
in disasm_line__has_local_offset()
H
A
D
annotate.c
415
ops->target.
offset_avail
= true;
in jump__parse()
417
ops->target.
offset_avail
= false;
in jump__parse()
1531
dl->ops.target.
offset_avail
= true;
in symbol__parse_objdump_line()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
annotate.h
42
bool
offset_avail
;
member
192
return dl->ops.target.
offset_avail
&& !dl->ops.target.outside;
in disasm_line__has_local_offset()
H
A
D
annotate.c
424
ops->target.
offset_avail
= true;
in jump__parse()
426
ops->target.
offset_avail
= false;
in jump__parse()
1634
dl->ops.target.
offset_avail
= true;
in symbol__parse_objdump_line()
Completed in 21 milliseconds