/Linux-v6.1/tools/perf/ |
D | builtin-data.c | 40 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"),
|
D | builtin-annotate.c | 519 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate() 521 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_annotate() 523 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate() 541 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate() 554 OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"), in cmd_annotate() 562 OPT_STRING('M', "disassembler-style", &annotate.opts.disassembler_style, "disassembler style", in cmd_annotate() 564 OPT_STRING(0, "prefix", &annotate.opts.prefix, "prefix", in cmd_annotate() 566 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate() 568 OPT_STRING(0, "objdump", &annotate.opts.objdump_path, "path", in cmd_annotate()
|
D | builtin-report.c | 1221 OPT_STRING('i', "input", &input_name, "file", in cmd_report() 1231 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report() 1235 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report() 1244 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key", in cmd_report() 1257 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report() 1259 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report() 1265 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report() 1285 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report() 1287 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report() 1289 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_report() [all …]
|
D | builtin-buildid-cache.c | 391 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()
|
D | builtin-top.c | 1448 OPT_STRING('p', "pid", &target->pid, "pid", in cmd_top() 1450 OPT_STRING('t', "tid", &target->tid, "tid", in cmd_top() 1454 OPT_STRING('C', "cpu", &target->cpu_list, "cpu", in cmd_top() 1456 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top() 1460 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_top() 1478 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name", in cmd_top() 1494 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_top() 1497 OPT_STRING(0, "fields", &field_order, "key[,keys...]", in cmd_top() 1517 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_top() 1519 OPT_STRING(0, "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_top() [all …]
|
D | builtin-kwork.c | 1707 OPT_STRING('k', "kwork", &kwork.event_list_str, "kwork", in cmd_kwork() 1713 OPT_STRING('s', "sort", &kwork.sort_order, "key[,key2...]", in cmd_kwork() 1715 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork() 1717 OPT_STRING('n', "name", &kwork.profile_name, "name", in cmd_kwork() 1719 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork() 1721 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork() 1732 OPT_STRING('s', "sort", &kwork.sort_order, "key[,key2...]", in cmd_kwork() 1734 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork() 1736 OPT_STRING('n', "name", &kwork.profile_name, "name", in cmd_kwork() 1738 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork() [all …]
|
D | builtin-kvm.c | 1259 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_report() 1264 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report() 1267 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_report() 1350 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(0, "guestvmlinux", &symbol_conf.default_guest_vmlinux_name, in cmd_kvm() [all …]
|
D | builtin-lock.c | 1864 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_lock() 1868 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name, in cmd_lock() 1870 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_lock() 1885 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock() 1887 OPT_STRING('F', "field", &output_fields, NULL, in cmd_lock() 1899 OPT_STRING('k', "key", &sort_key, "wait_total", in cmd_lock() 1901 OPT_STRING('F', "field", &output_fields, "contended,wait_total,wait_max,avg_wait", in cmd_lock() 1908 OPT_STRING('C', "cpu", &target.cpu_list, "cpu", in cmd_lock() 1910 OPT_STRING('p', "pid", &target.pid, "pid", in cmd_lock() 1912 OPT_STRING(0, "tid", &target.tid, "tid", in cmd_lock()
|
D | builtin-stat.c | 1170 OPT_STRING('p', "pid", &target.pid, "pid", 1172 OPT_STRING('t', "tid", &target.tid, "tid", 1175 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id", 1179 OPT_STRING(0, "bpf-attr-map", &target.attr_map, "attr-map-path", 1203 OPT_STRING('C', "cpu", &target.cpu_list, "cpu", 1210 OPT_STRING('x', "field-separator", &stat_config.csv_sep, "separator", 1216 OPT_STRING(0, "for-each-cgroup", &stat_config.cgroup_list, "name", 1218 OPT_STRING('o', "output", &output_name, "file", "output file name"), 1222 OPT_STRING(0, "pre", &pre_cmd, "command", 1224 OPT_STRING(0, "post", &post_cmd, "command", [all …]
|
D | builtin-evlist.c | 70 OPT_STRING('i', "input", &input_name, "file", "Input file name"), in cmd_evlist()
|
D | builtin-diff.c | 1280 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, 1284 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", 1286 OPT_STRING('C', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", 1288 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", 1290 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", 1302 OPT_STRING(0, "time", &pdiff.time_str, "str", 1304 OPT_STRING(0, "cpu", &cpu_list, "cpu", "list of cpus to profile"), 1305 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", 1307 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]",
|
D | builtin-probe.c | 557 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in __cmd_probe() 559 OPT_STRING('s', "source", &symbol_conf.source_prefix, in __cmd_probe() 584 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
|
D | builtin-ftrace.c | 1128 OPT_STRING('p', "pid", &ftrace.target.pid, "pid", in cmd_ftrace() 1131 OPT_STRING(0, "tid", &ftrace.target.tid, "tid", in cmd_ftrace() 1137 OPT_STRING('C', "cpu", &ftrace.target.cpu_list, "cpu", in cmd_ftrace() 1142 OPT_STRING('t', "tracer", &ftrace.tracer, "tracer", in cmd_ftrace()
|
D | builtin-buildid-list.c | 137 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_buildid_list()
|
D | builtin-script.c | 3824 OPT_STRING('g', "gen-script", &generate_script_lang, "lang", in cmd_script() 3826 OPT_STRING(0, "dlfilter", &dlfilter_file, "file", "filter .so file name"), in cmd_script() 3829 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script() 3834 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script() 3836 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_script() 3856 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_script() 3858 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_script() 3870 OPT_STRING(0, "graph-function", &symbol_conf.graph_function, "symbol[,symbol...]", in cmd_script() 3872 OPT_STRING(0, "stop-bt", &symbol_conf.bt_stop_list_str, "symbol[,symbol...]", in cmd_script() 3874 OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"), in cmd_script() [all …]
|
D | builtin-mem.c | 477 OPT_STRING('i', "input", &input_name, "file", in cmd_mem() 479 OPT_STRING('C', "cpu", &mem.cpu_list, "cpu", in cmd_mem()
|
D | builtin-list.c | 43 OPT_STRING(0, "cputype", &hybrid_type, "hybrid cpu type", in cmd_list()
|
D | builtin-sched.c | 3482 OPT_STRING('i', "input", &input_name, "file", in cmd_sched() 3492 OPT_STRING('s', "sort", &sched.sort_order, "key[,key2...]", in cmd_sched() 3508 OPT_STRING(0, "color-pids", &sched.map.color_pids_str, "pids", in cmd_sched() 3510 OPT_STRING(0, "color-cpus", &sched.map.color_cpus_str, "cpus", in cmd_sched() 3512 OPT_STRING(0, "cpus", &sched.map.cpus_str, "cpus", in cmd_sched() 3517 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_sched() 3519 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_sched() 3525 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched() 3536 OPT_STRING(0, "time", &sched.time_str, "str", in cmd_sched() 3539 OPT_STRING('p', "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_sched() [all …]
|
D | builtin-daemon.c | 1419 OPT_STRING(0, "session", &name, "session", in __cmd_signal() 1471 OPT_STRING(0, "session", &name, "session", in __cmd_ping() 1497 OPT_STRING(0, "config", &__daemon.config, in cmd_daemon() 1499 OPT_STRING(0, "base", &__daemon.base_user, in cmd_daemon()
|
D | builtin-bench.c | 152 …OPT_STRING('f', "format", &bench_format_str, "default|simple", "Specify the output formatting styl…
|
D | builtin-inject.c | 2197 OPT_STRING(0, "known-build-ids", &known_build_ids, in cmd_inject() 2200 OPT_STRING('i', "input", &inject.input_name, "file", in cmd_inject() 2202 OPT_STRING('o', "output", &inject.output.path, "file", in cmd_inject() 2212 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_inject() 2216 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, "file", in cmd_inject() 2231 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_inject()
|
/Linux-v6.1/tools/perf/bench/ |
D | evlist-open-close.c | 50 …OPT_STRING('e', "event", &event_string, "event", "event selector. use 'perf list' to list availabl… 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"),
|
D | mem-functions.c | 38 OPT_STRING('s', "size", &size_str, "1MB", 42 OPT_STRING('f', "function", &function_str, "all",
|
/Linux-v6.1/tools/perf/util/ |
D | evswitch.h | 24 OPT_STRING(0, "switch-on", &(evswitch)->on_name, \ 26 OPT_STRING(0, "switch-off", &(evswitch)->off_name, \
|
/Linux-v6.1/tools/bpf/resolve_btfids/ |
D | main.c | 738 OPT_STRING(0, "btf", &obj.btf, "BTF data", in main() 740 OPT_STRING('b', "btf_base", &obj.base_btf_path, "file", in main()
|