mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 15:00:17 +00:00
commit
b7f8bda587
@ -92,6 +92,7 @@ def ensure_dir_exists(file_path):
|
||||
if not os.path.exists(file_dir):
|
||||
os.mkdir(file_dir)
|
||||
|
||||
|
||||
class Common:
|
||||
this_file = os.path.basename(__file__)
|
||||
logging.basicConfig(
|
||||
@ -104,6 +105,7 @@ class Common:
|
||||
parse_function_args = PARSE_FUNCTION_ARGS
|
||||
gn_copyright_header = GN_COPYRIGHT_HEADER
|
||||
|
||||
|
||||
class EventParserCodeGenerator(FtraceEventCodeGenerator):
|
||||
def __init__(self, events_dir, allow_list):
|
||||
super().__init__(events_dir, allow_list)
|
||||
|
Loading…
Reference in New Issue
Block a user