Lines Matching +full:ftrace +full:- +full:size
3 bootgraph \- Kernel boot timing analysis
21 The tool can also augment the timeline with ftrace data on custom target
24 Generates output files in subdirectory: boot-yymmdd-HHMMSS
27 raw ftrace file : <hostname>_boot_ftrace.txt
30 \fB-h\fR
33 \fB-v\fR
36 \fB-addlogs\fR
40 \fB-result \fIfile\fR
43 \fB-o \fIname\fR
47 e.g. boot-{hostname}-{date}-{time}
50 \fB-f or -callgraph\fR
51 Use ftrace to create initcall callgraphs (default: disabled). If -func
53 very large outputs, i.e. 10MB - 100MB.
55 \fB-fstat\fR
56 Use ftrace to add function detail (default: disabled)
58 \fB-maxdepth \fIlevel\fR
60 the best way to limit the output size when using -callgraph.
62 \fB-mincg \fIt\fR
64 This reduces the html file size as there can be many tiny callgraphs
68 \fB-cgfilter \fI"func1,func2,..."\fR
73 \fB-cgskip \fIfile\fR
80 \fB-timeprec \fIn\fR
83 \fB-expandcg\fR
84 pre-expand the callgraph data in the html output (default: disabled)
86 \fB-func \fI"func1,func2,..."\fR
89 \fB-reboot\fR
92 2. installs a cron job which re-runs the tool after reboot
96 \fB-manual\fR
100 3. after startup, re-run the tool with the same arguments and no command
105 \fB-dmesg \fIfile\fR
108 \fB-ftrace \fIfile\fR
109 Create HTML output from an existing ftrace file (used with -dmesg).
112 \fB-flistall\fR
113 Print all ftrace functions capable of being captured. These are all the
114 possible values you can add to trace via the -func argument.
116 \fB-sysinfo\fR
124 Create a timeline using the current dmesg and ftrace log.
126 \f(CW$ bootgraph -callgraph\fR
130 \f(CW$ bootgraph -addlogs -o "myboot-{date}-{time}"\fR
134 \f(CW$ sudo bootgraph -reboot -addlogs -o "latest-{hostname)"\fR
138 \f(CW$ sudo bootgraph -reboot -f\fR
142 \f(CW$ sudo bootgraph -reboot -callgraph -mincg 5\fR
146 \f(CW$ sudo bootgraph -reboot -callgraph -func "acpi_ps_parse_aml,msleep"\fR
150 \f(CW$ sudo bootgraph -callgraph -manual\fR
156 \f(CW$ sudo bootgraph -callgraph # re-run the tool after restart\fR
162 \f(CW$ bootgraph -dmesg dmesg.txt -ftrace ftrace.txt -callgraph\fR
166 \f(CW$ bootgraph -dmesg dmesg.txt -ftrace ftrace.txt -addlogs\fR
169 dmesg(1), update-grub(8), crontab(1), reboot(8)