Home | History | Annotate | Download | only in inferno

Lines Matching refs:help

242     record_group.add_argument('-du', '--dwarf_unwinding', action='store_true', help="""Perform
244 record_group.add_argument('-e', '--events', default="", help="""Sample based on event
249 record_group.add_argument('-f', '--sample_frequency', type=int, default=6000, help="""Sample
251 record_group.add_argument('-nc', '--skip_recompile', action='store_true', help="""When
256 record_group.add_argument('-np', '--native_program', default="surfaceflinger", help="""Profile
259 record_group.add_argument('-p', '--app', help="""Profile an Android app, given the package
261 record_group.add_argument('--record_file', default='perf.data', help='Default is perf.data.')
262 record_group.add_argument('-sc', '--skip_collection', action='store_true', help="""Skip data
264 record_group.add_argument('-t', '--capture_duration', type=int, default=10, help="""Capture
269 help="""Color theme: hot=percentage of samples, dso=callsite DSO
271 report_group.add_argument('--embedded_flamegraph', action='store_true', help="""Generate
273 report_group.add_argument('--kallsyms', help='Set the path to find kernel symbols.')
274 report_group.add_argument('--min_callchain_percentage', default=0.01, type=float, help="""
279 report_group.add_argument('--no_browser', action='store_true', help="""Don't open report
281 report_group.add_argument('-o', '--report_path', default='report.html', help="""Set report
283 report_group.add_argument('--one-flamegraph', action='store_true', help="""Generate one
285 report_group.add_argument('--symfs', help="""Set the path to find binaries with symbols and
287 report_group.add_argument('--title', help='Show a title in the report.')
290 debug_group.add_argument('--disable_adb_root', action='store_true', help="""Force adb to run