Lines Matching refs:OPT_BOOLEAN

3453 	OPT_BOOLEAN(0, "latency", &record.latency,
3465 OPT_BOOLEAN(0, "no-buffering", &record.opts.no_buffering,
3467 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples,
3469 OPT_BOOLEAN('a', "all-cpus", &record.opts.target.system_wide,
3479 OPT_BOOLEAN(0, "tail-synthesize", &record.opts.tail_synthesize,
3481 OPT_BOOLEAN(0, "overwrite", &record.opts.overwrite, "use overwrite mode"),
3482 OPT_BOOLEAN(0, "no-bpf-event", &record.opts.no_bpf_event, "do not record bpf events"),
3483 OPT_BOOLEAN(0, "strict-freq", &record.opts.strict_freq,
3502 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any warnings or messages"),
3503 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
3505 OPT_BOOLEAN('d', "data", &record.opts.sample_address, "Record the sample addresses"),
3506 OPT_BOOLEAN(0, "phys-data", &record.opts.sample_phys_addr,
3508 OPT_BOOLEAN(0, "data-page-size", &record.opts.sample_data_page_size,
3510 OPT_BOOLEAN(0, "code-page-size", &record.opts.sample_code_page_size,
3512 OPT_BOOLEAN(0, "sample-mem-info", &record.opts.sample_data_src,
3514 OPT_BOOLEAN(0, "sample-cpu", &record.opts.sample_cpu, "Record the sample cpu"),
3515 OPT_BOOLEAN(0, "sample-identifier", &record.opts.sample_identifier,
3522 OPT_BOOLEAN('n', "no-samples", &record.opts.no_samples,
3537 OPT_BOOLEAN(0, "kcore", &record.opts.kcore, "copy /proc/kcore"),
3547 OPT_BOOLEAN('W', "weight", &record.opts.sample_weight,
3549 OPT_BOOLEAN(0, "transaction", &record.opts.sample_transaction,
3551 OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,
3559 OPT_BOOLEAN(0, "running-time", &record.opts.running_time,
3570 OPT_BOOLEAN(0, "namespaces", &record.opts.record_namespaces,
3572 OPT_BOOLEAN(0, "all-cgroups", &record.opts.record_cgroup,
3583 OPT_BOOLEAN(0, "kernel-callchains", &record.opts.kernel_callchains,
3585 OPT_BOOLEAN(0, "user-callchains", &record.opts.user_callchains,
3589 OPT_BOOLEAN(0, "buildid-all", &record.buildid_all,
3593 OPT_BOOLEAN(0, "timestamp-filename", &record.timestamp_filename,
3595 OPT_BOOLEAN(0, "timestamp-boundary", &record.timestamp_boundary,
3607 OPT_BOOLEAN(0, "dry-run", &dry_run,
3647 OPT_BOOLEAN(0, "off-cpu", &record.off_cpu, "Enable off-cpu analysis"),