Signed-off-by: Wenchao Hao <haowenchao22@gmail.com>
This commit is contained in:
Wenchao Hao 2025-05-15 20:31:36 +08:00
parent 6bf07d6c59
commit 106aaf591e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def perfetto_parse(slice_name):
tp = TraceProcessor( tp = TraceProcessor(
trace=sys.argv[1], trace=sys.argv[1],
config=TraceProcessorConfig(bin_path='/home/mi/mthptest/trace_processor_shell')) config=TraceProcessorConfig(bin_path='./trace_processor_shell'))
qr_it = tp.query(f""" qr_it = tp.query(f"""
INCLUDE PERFETTO MODULE android.startup.startups; INCLUDE PERFETTO MODULE android.startup.startups;
SELECT * FROM android_startups """) SELECT * FROM android_startups """)