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:DfxInstrStatistic
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H
A
D
dfx_instr_statistic.h
25
OHOS::HiviewDFX::
DfxInstrStatistic
::GetInstance().SetCurrentStatLib(elf)
27
OHOS::HiviewDFX::
DfxInstrStatistic
::GetInstance().AddInstrStatistic(Type, (uint64_t)Arg1, (uint64_t)Arg2)
56
class
DfxInstrStatistic
{
class
59
static
DfxInstrStatistic
&GetInstance();
60
virtual ~
DfxInstrStatistic
() { statisticInfo_.clear(); }
in ~DfxInstrStatistic()
66
DfxInstrStatistic
() = default;
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
dfx_instr_statistic.cpp
26
#define LOG_TAG "
DfxInstrStatistic
"
29
DfxInstrStatistic
&
DfxInstrStatistic
::GetInstance()
in GetInstance()
31
static
DfxInstrStatistic
instance;
in GetInstance()
35
void
DfxInstrStatistic
::SetCurrentStatLib(const std::string soName)
in SetCurrentStatLib()
41
void
DfxInstrStatistic
::AddInstrStatistic(InstrStatisticType type, uint64_t val, uint64_t err)
in AddInstrStatistic()
61
void
DfxInstrStatistic
::DumpInstrStatResult(std::vector<std::pair<uint32_t, uint32_t>> &result)
in DumpInstrStatResult()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H
A
D
instr_statistic_test.cpp
61
DfxInstrStatistic
::GetInstance().SetCurrentStatLib(elfName);
in HWTEST_F()
80
DfxInstrStatistic
::GetInstance().DumpInstrStatResult(result);
in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H
A
D
faultloggerdunwinder_fuzzer.cpp
285
DfxInstrStatistic
& statistic =
DfxInstrStatistic
::GetInstance();
in TestDfxInstrStatistic()
Completed in 2 milliseconds