OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttrSection
(Results
1 - 4
of
4
) sorted by null
/system/extras/simpleperf/
record_file.h
102
const std::vector<PerfFileFormat::FileAttr>&
AttrSection
() const {
record_file_test.cpp
81
const std::vector<FileAttr>& file_attrs = reader->
AttrSection
();
153
const std::vector<FileAttr>& file_attrs = reader->
AttrSection
();
cmd_dumprecord.cpp
160
const std::vector<FileAttr>& attrs = record_file_reader_->
AttrSection
();
cmd_report.cpp
516
const std::vector<PerfFileFormat::FileAttr>& attrs = record_file_reader_->
AttrSection
();
Completed in 152 milliseconds