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:last_find_result
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
symbol.c
519
dso->
last_find_result
.addr = 0;
in dso__reset_find_symbol_cache()
520
dso->
last_find_result
.symbol = NULL;
in dso__reset_find_symbol_cache()
528
if (dso->
last_find_result
.addr >= sym->start &&
in dso__insert_symbol()
529
(dso->
last_find_result
.addr < sym->end ||
in dso__insert_symbol()
531
dso->
last_find_result
.symbol = sym;
in dso__insert_symbol()
544
if (dso->
last_find_result
.addr != addr || dso->
last_find_result
.symbol == NULL) {
in dso__find_symbol()
545
dso->
last_find_result
.addr = addr;
in dso__find_symbol()
546
dso->
last_find_result
.symbol = symbols__find(&dso->symbols, addr);
in dso__find_symbol()
549
return dso->
last_find_result
in dso__find_symbol()
[all...]
H
A
D
dso.h
159
}
last_find_result
;
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
symbol.c
542
dso->
last_find_result
.addr = 0;
in dso__reset_find_symbol_cache()
543
dso->
last_find_result
.symbol = NULL;
in dso__reset_find_symbol_cache()
551
if (dso->
last_find_result
.addr >= sym->start &&
in dso__insert_symbol()
552
(dso->
last_find_result
.addr < sym->end ||
in dso__insert_symbol()
554
dso->
last_find_result
.symbol = sym;
in dso__insert_symbol()
567
if (dso->
last_find_result
.addr != addr || dso->
last_find_result
.symbol == NULL) {
in dso__find_symbol()
568
dso->
last_find_result
.addr = addr;
in dso__find_symbol()
569
dso->
last_find_result
.symbol = symbols__find(&dso->symbols, addr);
in dso__find_symbol()
572
return dso->
last_find_result
in dso__find_symbol()
[all...]
H
A
D
dso.h
160
}
last_find_result
;
member
Completed in 6 milliseconds