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:lbr
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hiperf/test/unittest/common/native/
H
A
D
report_test.cpp
773
sample.data_.
lbr
= new PerfBranchEntry[sample.data_.bnr];
in HWTEST_F()
774
sample.data_.
lbr
[0].to = 0x123400;
in HWTEST_F()
775
sample.data_.
lbr
[0].from = 0x432100;
in HWTEST_F()
776
sample.data_.
lbr
[1].to = 0x123401;
in HWTEST_F()
777
sample.data_.
lbr
[1].from = 0x432101;
in HWTEST_F()
778
sample.data_.
lbr
[2].to = 0x123402;
in HWTEST_F()
779
sample.data_.
lbr
[2].from = 0x432102;
in HWTEST_F()
H
A
D
perf_event_record_test.cpp
303
record.data_.
lbr
= nullptr;
in InitTestRecordSample()
/developtools/hiperf/include/
H
A
D
perf_record_format.h
180
struct PerfBranchEntry *
lbr
= nullptr; /* if PERF_SAMPLE_BRANCH_STACK */
member
/developtools/hiperf/src/
H
A
D
report.cpp
100
virtualRuntime_.GetSymbol(sample.data_.
lbr
[i].to, sample.data_.pid, sample.data_.tid);
in AddReportItemBranch()
102
virtualRuntime_.GetSymbol(sample.data_.
lbr
[i].from, sample.data_.pid, sample.data_.tid);
in AddReportItemBranch()
H
A
D
perf_event_record.cpp
430
data_.
lbr
= reinterpret_cast<PerfBranchEntry *>(p);
in PerfRecordSample()
488
std::copy(data_.
lbr
, data_.
lbr
+ data_.bnr, reinterpret_cast<PerfBranchEntry *>(p));
in GetBinary()
574
auto &item = data_.
lbr
[i];
in DumpData()
Completed in 6 milliseconds