OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_attrs
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/CodeGen/
packed-union.c
10
attrs
file_attrs
;
member in union:_attr_union
/external/perf_data_converter/src/quipper/
perf_reader.cc
212
for (const auto& stored_attr : proto_->
file_attrs
()) {
310
for (const auto& attr : proto_->
file_attrs
()) {
361
for (const auto& attr : proto_->
file_attrs
()) {
715
CHECK_EQ(proto_->
file_attrs
().size(), num_event_types);
748
if (attr_idx >= proto_->
file_attrs
().size()) {
752
if (event_id != proto_->
file_attrs
(attr_idx).attr().config()) {
755
<< proto_->
file_attrs
(attr_idx).attr().config() << ")";
758
attr.attr.config = proto_->
file_attrs
(attr_idx).attr().config();
[
all
...]
perf_serializer_test.cc
278
ASSERT_GT(perf_data_proto.
file_attrs
().size(), 0U);
279
ASSERT_TRUE(perf_data_proto.
file_attrs
(0).has_attr());
282
const auto& proto_attr = perf_data_proto.
file_attrs
(0);
327
ASSERT_GT(perf_data_proto.
file_attrs
().size(), 0U);
328
ASSERT_TRUE(perf_data_proto.
file_attrs
(0).has_attr());
331
const auto& proto_attr = perf_data_proto.
file_attrs
(0);
perf_reader.h
102
return proto_->
file_attrs
();
/external/perf_data_converter/src/
perf_data_handler.cc
57
for (const auto& attr : perf_proto_.
file_attrs
()) {
492
if (perf_proto_.
file_attrs
().size() == 1) {
perf_data_converter.cc
330
//
file_attrs
; in this case we can just use the name there. Otherwise
490
perf_data_.
file_attrs
(context.file_attrs_index).attr().sample_period();
Completed in 348 milliseconds