Lines Matching refs:def
16 def tracing_write(file_name, msg):
27 def enable_tracing(events_list=None):
40 def disable_tracing():
48 def get_trace_log():
57 def __init__(self, period, duration, events=None):
66 def stopped(self):
70 def _do_sampling(self):
86 def start_sampling_thread(self):
95 def stop_sampling_thread(self):
100 def parse_ftrace(self, data):
107 def reset(self):
114 def __init__(self, *args, **kwargs):
119 def reset(self):
122 def parse_ftrace(self, data):
151 def exynos_parser(self, detail):
167 def end_last_fb_state(self, pipe, fb, end_time):
176 def start_new_fb_state(self, pipe, fb, state, start_time):
186 def calc_stat(self):
191 def frame_buffer_unique_hash(self, pipe, fb):
201 def get_frame_buffer(self, pipe, fb):
217 def __init__(self, pipe, fb):
228 def start_state(self, state_name, start_time):
239 def end_state(self, end_time):
248 def calc_state_avg_stdev(self):
257 def __init__(self, state_name):
268 def start(self, start_time):
275 def end(self, end_time):
284 def calc_avg_stdev(self):