Searched defs:trace_file (Results 1 – 6 of 6) sorted by relevance
70 struct trace_file { struct71 struct list_head list;72 char *filename;73 char *label;74 struct trace *trace;75 unsigned int stop_seconds; /* Time when trace stops */76 unsigned int min_seconds; /* Beginning of the interval we should plot */77 unsigned int max_seconds; /* End of the interval we should plot */78 u64 min_offset;79 u64 max_offset;[all …]
30 std::string trace_file = webrtc::test::OutputPath() + "VPMTrace.txt"; in SetUpTestCase() local
33 std::string trace_file = webrtc::test::OutputPath() + "receiverTestTrace.txt"; in RtpPlay() local
2705 FILE* trace_file) { in CreateNextTranslatedFrame()2886 FILE* trace_file) { in CreateArgumentsElementsTranslatedValues()2937 Address fp, RegisterValues* registers, FILE* trace_file) { in CreateNextTranslatedValue()3232 FILE* trace_file, int formal_parameter_count) { in Init()3961 FILE* trace_file) { in ReadUpdateFeedback()
3317 std::ofstream trace_file; in Main() local
584 FILE* trace_file = fopen(filename.c_str(), "r"); in Init() local