Lines Matching refs:vector
26 std::vector<u64> ids;
43 std::vector<CStringWithLength> data;
48 std::vector<uint32_t> data;
53 std::vector<uint64_t> data;
59 std::vector<CStringWithLength> core_siblings;
60 std::vector<CStringWithLength> thread_siblings;
91 bool ReadFromVector(const std::vector<char>& data);
105 bool WriteToVector(std::vector<char>* data);
129 void GetFilenames(std::vector<string>* filenames) const;
156 const std::vector<PerfFileAttr>& attrs() const { in attrs()
160 const std::vector<malloced_unique_ptr<event_t>>& events() const { in events()
164 const std::vector<perf_trace_event_type>& event_types() const { in event_types()
168 const std::vector<build_id_event*>& build_id_events() const { in build_id_events()
172 const std::vector<char>& tracing_data() const { in tracing_data()
184 size_t* offset, std::vector<u64>* ids);
262 std::vector<PerfFileAttr> attrs_;
263 std::vector<perf_trace_event_type> event_types_;
264 std::vector<malloced_unique_ptr<event_t>> events_;
265 std::vector<build_id_event*> build_id_events_;
266 std::vector<PerfStringMetadata> string_metadata_;
267 std::vector<PerfUint32Metadata> uint32_metadata_;
268 std::vector<PerfUint64Metadata> uint64_metadata_;
270 std::vector<PerfNodeTopologyMetadata> numa_topology_;
271 std::vector<char> tracing_data_;