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:attrId
(Results
1 - 3
of
3
) sorted by relevance
/developtools/hiperf/test/unittest/common/native/
H
A
D
perf_file_writer_test.cpp
78
AttrWithId
attrId
;
in HWTEST_F()
local
80
attrId
.attr = attr;
in HWTEST_F()
81
attrId
.ids.emplace_back(0);
in HWTEST_F()
82
attrIds.emplace_back(
attrId
);
in HWTEST_F()
114
AttrWithId
attrId
;
in HWTEST_F()
local
116
attrId
.attr = attr;
in HWTEST_F()
117
attrId
.ids.emplace_back(0);
in HWTEST_F()
118
attrIds.emplace_back(
attrId
);
in HWTEST_F()
/developtools/hiperf/src/
H
A
D
perf_file_writer.cpp
266
for (auto &
attrId
: attrIds) {
in WriteAttrAndId()
267
HLOGD(" attrIds ids %zu",
attrId
.ids.size());
in WriteAttrAndId()
268
CHECK_TRUE(!Write(
attrId
.ids.data(),
attrId
.ids.size() * sizeof(uint64_t)), false, 0, "");
in WriteAttrAndId()
274
for (auto &
attrId
: attrIds) {
in WriteAttrAndId()
276
fileAttr.attr =
attrId
.attr;
in WriteAttrAndId()
278
fileAttr.ids.size =
attrId
.ids.size() * sizeof(uint64_t);
in WriteAttrAndId()
H
A
D
perf_events.cpp
1286
AttrWithId
attrId
;
in GetAttrWithId()
local
1287
attrId
.attr = eventItem.attr;
in GetAttrWithId()
1288
attrId
.name = eventItem.configName;
in GetAttrWithId()
1291
auto &id =
attrId
.ids.emplace_back(fdItem.GetPrefId());
in GetAttrWithId()
1294
result.emplace_back(
attrId
);
in GetAttrWithId()
Completed in 5 milliseconds