Searched refs:ExampleForkExitEvent (Results 1 – 2 of 2) sorted by relevance
/external/perf_data_converter/src/quipper/ |
D | test_perf_data.h | 316 class ExampleForkExitEvent : public StreamWriteable { 321 ExampleForkExitEvent(u32 type, u32 pid, u32 ppid, u32 tid, u32 ptid, u64 time, in ExampleForkExitEvent() function 341 class ExampleForkEvent : public ExampleForkExitEvent { 345 : ExampleForkExitEvent(PERF_RECORD_FORK, pid, ppid, tid, ptid, time, in ExampleForkEvent() 350 class ExampleExitEvent : public ExampleForkExitEvent { 354 : ExampleForkExitEvent(PERF_RECORD_EXIT, pid, ppid, tid, ptid, time, in ExampleExitEvent()
|
D | test_perf_data.cc | 298 void ExampleForkExitEvent::WriteTo(std::ostream* out) const { in WriteTo()
|