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:RecordCallBack
(Results
1 - 9
of
9
) sorted by relevance
/developtools/hiperf/include/
H
A
D
virtual_runtime.h
54
using
RecordCallBack
= std::function<bool(std::unique_ptr<PerfEventRecord>)>;
57
void SetRecordMode(
RecordCallBack
recordCallBack);
182
RecordCallBack
recordCallBack_;
H
A
D
subcommand_report.h
110
bool
RecordCallBack
(std::unique_ptr<PerfEventRecord> record);
H
A
D
perf_events.h
446
using
RecordCallBack
= std::function<bool(std::unique_ptr<PerfEventRecord>)>;
449
void SetRecordCallBack(
RecordCallBack
recordCallBack);
652
RecordCallBack
recordCallBack_;
/developtools/hiperf/test/unittest/common/native/
H
A
D
virtual_runtime_test.cpp
44
bool
RecordCallBack
(std::unique_ptr<PerfEventRecord> record);
72
bool VirtualRuntimeTest::
RecordCallBack
(std::unique_ptr<PerfEventRecord> record)
in RecordCallBack()
function in OHOS::Developtools::HiPerf::VirtualRuntimeTest
93
auto callBack = std::bind(&VirtualRuntimeTest::
RecordCallBack
, this, std::placeholders::_1);
in HWTEST_F()
110
auto callBack = std::bind(&VirtualRuntimeTest::
RecordCallBack
, this, std::placeholders::_1);
in HWTEST_F()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
H
A
D
perf_data_parser.h
103
bool
RecordCallBack
(std::unique_ptr<PerfEventRecord> record);
H
A
D
perf_data_parser.cpp
531
recordDataReader_->ReadDataSection(std::bind(&PerfDataParser::
RecordCallBack
, this, std::placeholders::_1));
in Reload()
644
bool PerfDataParser::
RecordCallBack
(std::unique_ptr<PerfEventRecord> record)
in RecordCallBack()
function in SysTuning::TraceStreamer::PerfDataParser
/developtools/hiperf/src/
H
A
D
subcommand_report.cpp
226
bool SubCommandReport::
RecordCallBack
(std::unique_ptr<PerfEventRecord> record)
in RecordCallBack()
function in OHOS::Developtools::HiPerf::SubCommandReport
482
return this->
RecordCallBack
(std::move(record));
in LoadPerfData()
H
A
D
perf_events.cpp
946
void PerfEvents::SetRecordCallBack(
RecordCallBack
recordCallBack)
in SetRecordCallBack()
H
A
D
virtual_runtime.cpp
860
void VirtualRuntime::SetRecordMode(
RecordCallBack
recordCallBack)
in SetRecordMode()
Completed in 14 milliseconds