Lines Matching refs:OPT_STRING
2286 OPT_STRING('i', "input", &input_name, "file", "input file name"), in __cmd_report()
2390 OPT_STRING('p', "pid", &target.pid, "pid", in cmd_stat()
2392 OPT_STRING('t', "tid", &target.tid, "tid", in cmd_stat()
2395 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id", in cmd_stat()
2399 OPT_STRING(0, "bpf-attr-map", &target.attr_map, "attr-map-path", in cmd_stat()
2421 OPT_STRING('C', "cpu", &target.cpu_list, "cpu", in cmd_stat()
2429 OPT_STRING('x', "field-separator", &stat_config.csv_sep, "separator", in cmd_stat()
2435 OPT_STRING(0, "for-each-cgroup", &stat_config.cgroup_list, "name", in cmd_stat()
2437 OPT_STRING('o', "output", &output_name, "file", "output file name"), in cmd_stat()
2441 OPT_STRING(0, "pre", &pre_cmd, "command", in cmd_stat()
2443 OPT_STRING(0, "post", &post_cmd, "command", in cmd_stat()