Searched defs:trace_file (Results 1 – 8 of 8) 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 …]
34 ThreadTrace(Process &process, lldb::tid_t tid, const FileSpec &trace_file) in ThreadTrace()
42 std::string trace_file; member
58 def trace_type_from_filename(trace_file): argument
169 const FileSpec &trace_file) { in CreateDecoderAndDecode()
103 FileSpec trace_file(thread.trace_file); in ParseThread() local
149 def AddTraceFileFor(self, part, trace_file): argument
54 def read_packet(f, verbose=False, trace_file=None): argument