Searched refs:ExampleMmap2Event (Results 1 – 4 of 4) sorted by relevance
/external/perf_data_converter/src/quipper/ |
D | test_perf_data.h | 272 class ExampleMmap2Event : public StreamWriteable { 274 typedef ExampleMmap2Event SelfT; 276 ExampleMmap2Event(u32 pid, u64 start, u64 len, u64 pgoff, string filename, in ExampleMmap2Event() function 278 : ExampleMmap2Event(pid, pid, start, len, pgoff, filename, sample_id) {} in ExampleMmap2Event() 279 ExampleMmap2Event(u32 pid, u32 tid, u64 start, u64 len, u64 pgoff, in ExampleMmap2Event() function
|
D | perf_parser_test.cc | 375 testing::ExampleMmap2Event(1002, 0x2c1000, 0x2000, 0, "/usr/lib/baz.so", in TEST() 379 testing::ExampleMmap2Event(1002, 0x2c3000, 0x1000, 0x3000, "/usr/lib/xyz.so", in TEST() 411 testing::ExampleMmap2Event(1002, 0x2c4000, 0x1000, 0, "/usr/lib/new.so", in TEST() 677 testing::ExampleMmap2Event(pid, tid, 0x1c1000, 0x1000, 0, tmpfile_in_ns, in TEST() 683 testing::ExampleMmap2Event(pid, tid, 0x1c2000, 0x1000, 0, tmpfile_in_ns, in TEST() 816 testing::ExampleMmap2Event(pid, tid, 0x1c1000, 0x1000, 0, tmpfile_in_ns, in TEST() 900 testing::ExampleMmap2Event(pid, pid, 0x1c1000, 0x1000, 0, tmpfile, in TEST() 990 testing::ExampleMmap2Event(pid, pid, 0x1c1000, 0x1000, 0, tmpfile_in_ns, in TEST() 1176 testing::ExampleMmap2Event(pid, tid, 0x1c1000, 0x1000, 0, tmpfile_in_ns, in TEST() 1182 testing::ExampleMmap2Event(pid, tid, 0x1c2000, 0x1000, 0, tmpfile_in_ns, in TEST() [all …]
|
D | test_perf_data.cc | 260 void ExampleMmap2Event::WriteTo(std::ostream* out) const { in WriteTo()
|
D | perf_serializer_test.cc | 461 testing::ExampleMmap2Event(1002, 0x2c1000, 0x2000, 0x3000, "/usr/lib/bar.so", in TEST()
|