Lines Matching refs:OPT_STRING
1173 OPT_STRING('p', "pid", &target.pid, "pid",
1175 OPT_STRING('t', "tid", &target.tid, "tid",
1178 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id",
1182 OPT_STRING(0, "bpf-attr-map", &target.attr_map, "attr-map-path",
1204 OPT_STRING('C', "cpu", &target.cpu_list, "cpu",
1211 OPT_STRING('x', "field-separator", &stat_config.csv_sep, "separator",
1217 OPT_STRING(0, "for-each-cgroup", &stat_config.cgroup_list, "name",
1219 OPT_STRING('o', "output", &output_name, "file", "output file name"),
1223 OPT_STRING(0, "pre", &pre_cmd, "command",
1225 OPT_STRING(0, "post", &post_cmd, "command",
2395 OPT_STRING('i', "input", &input_name, "file", "input file name"), in __cmd_report()