Lines Matching full:timestamp
126 # TASK-PID CPU# |||| TIMESTAMP FUNCTION
135 '(?P<timestamp>\d+\.\d+):\s+' + # timestamp
145 timestamp = float(m_dict['timestamp'])
146 self.end_last_fb_state(pipe, fb, timestamp)
147 self.start_new_fb_state(pipe, fb, state, timestamp)
172 @param end_time: timestamp when the state ends
182 @param start_time: timestamp when the state starts
232 @param start_time: timestamp when the state starts
242 @param end_time: timestamp when the state ends
271 @param start_time: timestamp when the state starts
278 @param end_time: timestamp when the state ends