Lines Matching full:trace
9 This is a tool for capturing a trace that includes data from both userland and
10 the kernel. It creates an HTML file for visualizing the trace.
69 default='trace.html', metavar='FILE')
71 help='trace for N seconds', metavar='N')
73 help='use a trace buffer size of N KB', metavar='N')
75 help='specify a comma-separated list of kernel functions to trace')
86 help='read the trace from a file (compressed) rather than running a live trace')
87 parser.add_option('--asset-dir', dest='asset_dir', default='trace-viewer',
108 parser.error('the trace time must be a positive number')
114 parser.error('the trace buffer size must be a positive number')
152 # Read the text portion of the output and watch for the 'TRACE:' marker that
153 # indicates the start of the trace data.
174 sys.stdout.write("downloading trace...")
265 <title>Android System Trace</title>
295 <!-- BEGIN TRACE -->
302 <!-- END TRACE -->