Home
last modified time | relevance | path

Searched refs:OPT_STRING (Results 1 - 25 of 62) sorted by relevance

123

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-data.c40 OPT_STRING('i', "input", &input_name, "file", "input file name"),
41 OPT_STRING(0, "to-json", &to_json, NULL, "Convert to JSON format"),
43 OPT_STRING(0, "to-ctf", &to_ctf, NULL, "Convert to CTF format"),
H A Dbuiltin-annotate.c535 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate()
537 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_annotate()
539 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate()
557 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
570 OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"), in cmd_annotate()
578 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_annotate()
580 OPT_STRING(0, "prefix", &annotate.opts.prefix, "prefix", in cmd_annotate()
582 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
584 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_annotate()
586 OPT_STRING( in cmd_annotate()
[all...]
H A Dbuiltin-report.c1238 OPT_STRING('i', "input", &input_name, "file", in cmd_report()
1248 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
1252 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
1261 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key", in cmd_report()
1274 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1276 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report()
1282 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report()
1302 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report()
1304 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report()
1306 OPT_STRING( in cmd_report()
[all...]
H A Dbuiltin-buildid-cache.c391 OPT_STRING('a', "add", &add_name_list_str, in cmd_buildid_cache()
393 OPT_STRING('k', "kcore", &kcore_filename, in cmd_buildid_cache()
395 OPT_STRING('r', "remove", &remove_name_list_str, "file list", in cmd_buildid_cache()
397 OPT_STRING('p', "purge", &purge_name_list_str, "file list", in cmd_buildid_cache()
401 OPT_STRING('M', "missing", &missing_filename, "file", in cmd_buildid_cache()
404 OPT_STRING('u', "update", &update_name_list_str, "file list", in cmd_buildid_cache()
H A Dbuiltin-kwork.c1732 OPT_STRING('k', "kwork", &kwork.event_list_str, "kwork", in cmd_kwork()
1738 OPT_STRING('s', "sort", &kwork.sort_order, "key[,key2...]", in cmd_kwork()
1740 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork()
1742 OPT_STRING('n', "name", &kwork.profile_name, "name", in cmd_kwork()
1744 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork()
1746 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork()
1757 OPT_STRING('s', "sort", &kwork.sort_order, "key[,key2...]", in cmd_kwork()
1759 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork()
1761 OPT_STRING('n', "name", &kwork.profile_name, "name", in cmd_kwork()
1763 OPT_STRING( in cmd_kwork()
[all...]
H A Dbuiltin-top.c1467 OPT_STRING('p', "pid", &target->pid, "pid", in cmd_top()
1469 OPT_STRING('t', "tid", &target->tid, "tid", in cmd_top()
1473 OPT_STRING('C', "cpu", &target->cpu_list, "cpu", in cmd_top()
1475 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1479 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_top()
1495 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name", in cmd_top()
1511 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_top()
1514 OPT_STRING(0, "fields", &field_order, "key[,keys...]", in cmd_top()
1534 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_top()
1536 OPT_STRING( in cmd_top()
[all...]
H A Dbuiltin-kvm.c1790 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_report()
1795 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report()
1798 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_report()
1886 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_live()
1896 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_live()
1901 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live()
2125 OPT_STRING('i', "input", &file_name, "file", in cmd_kvm()
2127 OPT_STRING('o', "output", &file_name, "file", in cmd_kvm()
2133 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_kvm()
2136 OPT_STRING( in cmd_kvm()
[all...]
H A Dbuiltin-stat.c1173 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(
[all...]
H A Dbuiltin-evlist.c70 OPT_STRING('i', "input", &input_name, "file", "Input file name"), in cmd_evlist()
H A Dbuiltin-probe.c574 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in __cmd_probe()
576 OPT_STRING('s', "source", &symbol_conf.source_prefix, in __cmd_probe()
601 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
H A Dbuiltin-lock.c2471 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_lock()
2476 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name, in cmd_lock()
2478 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_lock()
2493 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock()
2495 OPT_STRING('F', "field", &output_fields, NULL, in cmd_lock()
2507 OPT_STRING('k', "key", &sort_key, "wait_total", in cmd_lock()
2509 OPT_STRING('F', "field", &output_fields, "contended,wait_total,wait_max,avg_wait", in cmd_lock()
2516 OPT_STRING('C', "cpu", &target.cpu_list, "cpu", in cmd_lock()
2518 OPT_STRING('p', "pid", &target.pid, "pid", in cmd_lock()
2520 OPT_STRING( in cmd_lock()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-annotate.c494 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate()
496 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_annotate()
498 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate()
512 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
525 OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"), in cmd_annotate()
533 OPT_STRING('M', "disassembler-style", &annotate.opts.disassembler_style, "disassembler style", in cmd_annotate()
535 OPT_STRING(0, "prefix", &annotate.opts.prefix, "prefix", in cmd_annotate()
537 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
539 OPT_STRING(0, "objdump", &annotate.opts.objdump_path, "path", in cmd_annotate()
H A Dbuiltin-report.c1166 OPT_STRING('i', "input", &input_name, "file", in cmd_report()
1176 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
1180 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
1189 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key", in cmd_report()
1198 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1200 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report()
1206 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report()
1226 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report()
1228 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report()
1230 OPT_STRING( in cmd_report()
[all...]
H A Dbuiltin-data.c65 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_data_convert()
67 OPT_STRING(0, "to-ctf", &to_ctf, NULL, "Convert to CTF format"), in cmd_data_convert()
H A Dbuiltin-buildid-cache.c376 OPT_STRING('a', "add", &add_name_list_str, in cmd_buildid_cache()
378 OPT_STRING('k', "kcore", &kcore_filename, in cmd_buildid_cache()
380 OPT_STRING('r', "remove", &remove_name_list_str, "file list", in cmd_buildid_cache()
382 OPT_STRING('p', "purge", &purge_name_list_str, "file list", in cmd_buildid_cache()
386 OPT_STRING('M', "missing", &missing_filename, "file", in cmd_buildid_cache()
389 OPT_STRING('u', "update", &update_name_list_str, "file list", in cmd_buildid_cache()
H A Dbuiltin-kvm.c1258 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_report()
1263 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report()
1266 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_report()
1349 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_live()
1360 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_live()
1365 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live()
1589 OPT_STRING('i', "input", &file_name, "file", in cmd_kvm()
1591 OPT_STRING('o', "output", &file_name, "file", in cmd_kvm()
1597 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_kvm()
1600 OPT_STRING( in cmd_kvm()
[all...]
H A Dbuiltin-top.c1455 OPT_STRING('p', "pid", &target->pid, "pid", in cmd_top()
1457 OPT_STRING('t', "tid", &target->tid, "tid", in cmd_top()
1461 OPT_STRING('C', "cpu", &target->cpu_list, "cpu", in cmd_top()
1463 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1467 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_top()
1486 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name", in cmd_top()
1500 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_top()
1503 OPT_STRING(0, "fields", &field_order, "key[,keys...]", in cmd_top()
1523 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_top()
1525 OPT_STRING( in cmd_top()
[all...]
H A Dbuiltin-evlist.c54 OPT_STRING('i', "input", &input_name, "file", "Input file name"), in cmd_evlist()
H A Dbuiltin-ftrace.c889 OPT_STRING('t', "tracer", &ftrace.tracer, "tracer", in cmd_ftrace()
894 OPT_STRING('p', "pid", &ftrace.target.pid, "pid", in cmd_ftrace()
897 OPT_STRING(0, "tid", &ftrace.target.tid, "tid", in cmd_ftrace()
903 OPT_STRING('C', "cpu", &ftrace.target.cpu_list, "cpu", in cmd_ftrace()
H A Dbuiltin-buildid-list.c100 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_buildid_list()
H A Dbuiltin-probe.c553 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in __cmd_probe()
555 OPT_STRING('s', "source", &symbol_conf.source_prefix, in __cmd_probe()
580 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Devlist-open-close.c50 OPT_STRING('e', "event", &event_string, "event", "event selector. use 'perf list' to list available events"),
55 OPT_STRING('C', "cpu", &opts.target.cpu_list, "cpu", "list of cpus where to open events"),
56 OPT_STRING('p', "pid", &opts.target.pid, "pid", "record events on existing process id"),
57 OPT_STRING('t', "tid", &opts.target.tid, "tid", "record events on existing thread id"),
58 OPT_STRING('u', "uid", &opts.target.uid_str, "user", "user to profile"),
/kernel/linux/linux-5.10/tools/perf/util/
H A Devswitch.h24 OPT_STRING(0, "switch-on", &(evswitch)->on_name, \
26 OPT_STRING(0, "switch-off", &(evswitch)->off_name, \
/kernel/linux/linux-6.6/tools/perf/util/
H A Devswitch.h24 OPT_STRING(0, "switch-on", &(evswitch)->on_name, \
26 OPT_STRING(0, "switch-off", &(evswitch)->off_name, \
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dbuiltin-test.c524 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"), in cmd_test()
529 OPT_STRING('w', "workload", &workload, "work", "workload to run for testing"), in cmd_test()
530 OPT_STRING(0, "dso", &dso_to_test, "dso", "dso to test"), in cmd_test()

Completed in 28 milliseconds

123