Searched refs:ExampleMmapEvent (Results 1 – 5 of 5) sorted by relevance
/external/perf_data_converter/src/quipper/ |
D | perf_parser_test.cc | 365 testing::ExampleMmapEvent(1001, 0x1c1000, 0x1000, 0, "/usr/lib/foo.so", in TEST() 369 testing::ExampleMmapEvent(1001, 0x1c3000, 0x2000, 0x2000, "/usr/lib/bar.so", in TEST() 527 testing::ExampleMmapEvent(1001, 0x1c1000, 0x1000, 0, "/usr/lib/foo.so", in TEST() 531 testing::ExampleMmapEvent(1001, 0x1c3000, 0x2000, 0x2000, "/usr/lib/bar.so", in TEST() 1074 testing::ExampleMmapEvent(pid, 0x1c1000, 0x1000, 0, tmpfile_in_ns, in TEST() 1259 testing::ExampleMmapEvent(1001, 0x1c1000, 0x1000, 0, known_file, in TEST() 1263 testing::ExampleMmapEvent(1001, 0x1c2000, 0x2000, 0, known_file_to_overwrite, in TEST() 1267 testing::ExampleMmapEvent(1001, 0x1c4000, 0x2000, 0x2000, unknown_file, in TEST() 1373 testing::ExampleMmapEvent(1001, 0x1c1000, 0x1000, 0, unknown_file, in TEST() 1430 testing::ExampleMmapEvent(1001, 0x1c1000, 0x1000, 0, "/usr/lib/foo.so", in TEST() [all …]
|
D | test_perf_data.h | 249 class ExampleMmapEvent : public StreamWriteable { 251 ExampleMmapEvent(u32 pid, u64 start, u64 len, u64 pgoff, string filename, in ExampleMmapEvent() function
|
D | test_perf_data.cc | 224 size_t ExampleMmapEvent::GetSize() const { in GetSize() 230 void ExampleMmapEvent::WriteTo(std::ostream* out) const { in WriteTo()
|
D | perf_reader_test.cc | 1354 testing::ExampleMmapEvent mmap_event( in TEST() 1725 testing::ExampleMmapEvent( in TEST()
|
D | perf_serializer_test.cc | 456 testing::ExampleMmapEvent(1001, 0x1c1000, 0x1000, 0, "/usr/lib/foo.so", in TEST()
|