Home
last modified time | relevance | path

Searched refs:ExampleMmapEvent (Results 1 – 5 of 5) sorted by relevance

/external/perf_data_converter/src/quipper/
Dperf_parser_test.cc365 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 …]
Dtest_perf_data.h249 class ExampleMmapEvent : public StreamWriteable {
251 ExampleMmapEvent(u32 pid, u64 start, u64 len, u64 pgoff, string filename, in ExampleMmapEvent() function
Dtest_perf_data.cc224 size_t ExampleMmapEvent::GetSize() const { in GetSize()
230 void ExampleMmapEvent::WriteTo(std::ostream* out) const { in WriteTo()
Dperf_reader_test.cc1354 testing::ExampleMmapEvent mmap_event( in TEST()
1725 testing::ExampleMmapEvent( in TEST()
Dperf_serializer_test.cc456 testing::ExampleMmapEvent(1001, 0x1c1000, 0x1000, 0, "/usr/lib/foo.so", in TEST()