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:perfSample_
(Results
1 - 4
of
4
) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/trace_data/
H
A
D
trace_data_cache.cpp
337
for (uint64_t row = 0; row <
perfSample_
.Size();) {
in ExportPerfReadableText()
342
if (++row !=
perfSample_
.Size() && perfBufferLine.size() < FLUSH_CHUNK_THRESHOLD) {
in ExportPerfReadableText()
355
std::string cpuIdStr = std::to_string(
perfSample_
.CpuIds()[row]);
in ExportPerfSampleToFile()
357
auto perfTaskId =
perfSample_
.Tids()[row];
in ExportPerfSampleToFile()
369
std::find(perfReport_.IdsData().begin(), perfReport_.IdsData().end(),
perfSample_
.EventTypeIds()[row]);
in ExportPerfSampleToFile()
381
.append(base::ConvertTimestampToSecStr(
perfSample_
.TimeStampData()[row], TIME_PRECISION_SIX))
in ExportPerfSampleToFile()
383
perfBufferLine.append(" ").append(std::to_string(
perfSample_
.EventCounts()[row]));
in ExportPerfSampleToFile()
385
ExportPerfCallChaninText(
perfSample_
.SampleIds()[row], perfBufferLine);
in ExportPerfSampleToFile()
H
A
D
trace_data_cache_writer.cpp
219
return &
perfSample_
;
in GetPerfSampleData()
441
perfSample_
.Clear();
in ClearHiperf()
H
A
D
trace_data_cache_base.h
131
PerfSample
perfSample_
;
member in SysTuning::TraceStreamer::TraceDataCacheBase
H
A
D
trace_data_cache_reader.cpp
167
return
perfSample_
;
Completed in 7 milliseconds