Searched refs:GetNextValidEvent (Results 1 – 13 of 13) sorted by relevance
/sdk/emulator/qtools/ |
D | q2g.cpp | 54 if (GetNextValidEvent(trace, &event, &ignored, &sym)) in main() 95 eof = GetNextValidEvent(trace, &event, &ignored, &sym); in main()
|
D | bb_dump.cpp | 40 if (GetNextValidEvent(trace, &event, &ignored, &sym)) in main()
|
D | dump_regions.cpp | 36 if (GetNextValidEvent(trace, &event, &ignored, &dummy_sym)) in main()
|
D | check_trace.cpp | 42 if (GetNextValidEvent(trace, &event, &ignored, &sym)) in main()
|
D | profile_pid.cpp | 59 if (GetNextValidEvent(trace, &event, &ignored, &dummy_sym)) in main()
|
D | profile_trace.cpp | 72 bool eof = GetNextValidEvent(trace, &event, &first_ignored_event, &sym); in main()
|
D | stack_dump.cpp | 122 if (GetNextValidEvent(trace, &event, &ignored, &function)) in main()
|
D | coverage.cpp | 98 if (GetNextValidEvent(trace, &event, &ignored, &function)) in main()
|
D | parse_options-inl.h | 98 inline bool GetNextValidEvent(TraceReaderType *trace, in GetNextValidEvent() function
|
D | bb2sym.cpp | 82 if (GetNextValidEvent(trace, &event, &ignored, &sym)) in main()
|
D | read_trace.cpp | 68 if (GetNextValidEvent(trace, &event, &ignored, &sym)) in main()
|
D | check_stack.cpp | 142 if (GetNextValidEvent(etrace, &event, &ignored, &function)) in main()
|
D | q2dm.cpp | 173 if (GetNextValidEvent(trace, &event, &ignored, &function)) in main()
|