Lines Matching refs:OPT_BOOLEAN
2358 OPT_BOOLEAN('T', "transaction", &transaction_run, in cmd_stat()
2365 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit, in cmd_stat()
2374 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf, in cmd_stat()
2379 OPT_BOOLEAN('a', "all-cpus", &target.system_wide, in cmd_stat()
2381 OPT_BOOLEAN(0, "scale", &stat_config.scale, in cmd_stat()
2387 OPT_BOOLEAN(0, "table", &stat_config.walltime_run_table, in cmd_stat()
2389 OPT_BOOLEAN('n', "null", &stat_config.null_run, in cmd_stat()
2393 OPT_BOOLEAN('S', "sync", &sync_run, in cmd_stat()
2400 OPT_BOOLEAN('A', "no-aggr", &opt_mode.no_aggr, in cmd_stat()
2402 OPT_BOOLEAN(0, "no-merge", &opt_mode.no_aggr, in cmd_stat()
2404 OPT_BOOLEAN(0, "hybrid-merge", &stat_config.hybrid_merge, in cmd_stat()
2408 OPT_BOOLEAN('j', "json-output", &stat_config.json_output, in cmd_stat()
2415 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"), in cmd_stat()
2427 OPT_BOOLEAN(0, "interval-clear", &stat_config.interval_clear, in cmd_stat()
2431 OPT_BOOLEAN(0, "per-socket", &opt_mode.socket, in cmd_stat()
2433 OPT_BOOLEAN(0, "per-die", &opt_mode.die, "aggregate counts per processor die"), in cmd_stat()
2434 OPT_BOOLEAN(0, "per-cluster", &opt_mode.cluster, in cmd_stat()
2439 OPT_BOOLEAN(0, "per-core", &opt_mode.core, in cmd_stat()
2441 OPT_BOOLEAN(0, "per-thread", &opt_mode.thread, "aggregate counts per thread"), in cmd_stat()
2442 OPT_BOOLEAN(0, "per-node", &opt_mode.node, "aggregate counts per numa node"), in cmd_stat()
2447 OPT_BOOLEAN(0, "metric-no-group", &stat_config.metric_no_group, in cmd_stat()
2449 OPT_BOOLEAN(0, "metric-no-merge", &stat_config.metric_no_merge, in cmd_stat()
2451 OPT_BOOLEAN(0, "metric-no-threshold", &stat_config.metric_no_threshold, in cmd_stat()
2453 OPT_BOOLEAN(0, "topdown", &topdown_run, in cmd_stat()
2456 OPT_BOOLEAN(0, "record-tpebs", &tpebs_recording, in cmd_stat()
2464 OPT_BOOLEAN(0, "smi-cost", &smi_cost, in cmd_stat()
2475 OPT_BOOLEAN(0, "percore-show-thread", &stat_config.percore_show_thread, in cmd_stat()
2479 OPT_BOOLEAN(0, "summary", &stat_config.summary, in cmd_stat()
2481 OPT_BOOLEAN(0, "no-csv-summary", &stat_config.no_csv_summary, in cmd_stat()
2483 OPT_BOOLEAN(0, "quiet", &quiet, in cmd_stat()