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:PerfRecordLost
(Results
1 - 6
of
6
) sorted by relevance
/developtools/hiperf/test/unittest/common/native/
H
A
D
report_protobuf_file_test.cpp
115
MOCK_METHOD1(ProcessRecord, bool(const
PerfRecordLost
&));
in HWTEST_F()
119
const
PerfRecordLost
lost(false, 1, 99);
in HWTEST_F()
125
EXPECT_CALL(protobufOutputFileWriter, ProcessRecord(Matcher<const
PerfRecordLost
&>(_)))
in HWTEST_F()
138
const
PerfRecordLost
lost(false, 1, 99);
in HWTEST_F()
H
A
D
perf_event_record_test.cpp
178
PerfRecordLost
record((uint8_t *)&data);
in HWTEST_F()
/developtools/hiperf/include/
H
A
D
perf_event_record.h
220
class
PerfRecordLost
: public PerfEventRecord {
class
224
explicit
PerfRecordLost
(uint8_t *p);
230
PerfRecordLost
(bool inKernel, u64 id, u64 lost)
in PerfRecordLost()
function in OHOS::Developtools::HiPerf::PerfRecordLost
H
A
D
report_protobuf_file.h
66
virtual bool ProcessRecord(const
PerfRecordLost
&recordLost);
/developtools/hiperf/src/
H
A
D
report_protobuf_file.cpp
107
ProcessRecord(*static_cast<const
PerfRecordLost
*>(&record));
in ProcessRecord()
159
bool ReportProtobufFileWriter::ProcessRecord(const
PerfRecordLost
&recordLost)
in ProcessRecord()
H
A
D
perf_event_record.cpp
48
return std::make_unique<
PerfRecordLost
>(data);
in GetPerfEventRecord()
775
PerfRecordLost
::
PerfRecordLost
(uint8_t *p) : PerfEventRecord(p, "lost")
in PerfRecordLost()
function in OHOS::Developtools::HiPerf::PerfRecordLost
784
HLOGE("
PerfRecordLost
retren failed !!!");
in PerfRecordLost()
788
bool
PerfRecordLost
::GetBinary(std::vector<uint8_t> &buf) const
in GetBinary()
803
void
PerfRecordLost
::DumpData(int indent) const
in DumpData()
Completed in 6 milliseconds