Lines Matching refs:OPT_STRING
2237 OPT_STRING('i', "input", &input_name, "file", "input file name"), in __cmd_report()
2367 OPT_STRING('p', "pid", &target.pid, "pid", in cmd_stat()
2369 OPT_STRING('t', "tid", &target.tid, "tid", in cmd_stat()
2372 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id", in cmd_stat()
2376 OPT_STRING(0, "bpf-attr-map", &target.attr_map, "attr-map-path", in cmd_stat()
2398 OPT_STRING('C', "cpu", &target.cpu_list, "cpu", in cmd_stat()
2406 OPT_STRING('x', "field-separator", &stat_config.csv_sep, "separator", in cmd_stat()
2412 OPT_STRING(0, "for-each-cgroup", &stat_config.cgroup_list, "name", in cmd_stat()
2414 OPT_STRING('o', "output", &output_name, "file", "output file name"), in cmd_stat()
2418 OPT_STRING(0, "pre", &pre_cmd, "command", in cmd_stat()
2420 OPT_STRING(0, "post", &post_cmd, "command", in cmd_stat()