| /linux/tools/perf/ |
| A 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"),
|
| A D | builtin-report.c | 1302 OPT_STRING('i', "input", &input_name, "file", in cmd_report() 1312 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report() 1316 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report() 1338 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report() 1340 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report() 1346 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report() 1389 OPT_STRING('C', "cpu", &report.cpu_list, "cpu", in cmd_report() 1399 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_report() 1416 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_report() 1418 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_report() [all …]
|
| A D | builtin-annotate.c | 709 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate() 711 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_annotate() 713 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate() 731 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate() 744 OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"), in cmd_annotate() 752 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_annotate() 754 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_annotate() 756 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_annotate() 758 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_annotate() 760 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_annotate()
|
| A D | builtin-top.c | 1475 OPT_STRING('p', "pid", &target->pid, "pid", in cmd_top() 1477 OPT_STRING('t', "tid", &target->tid, "tid", in cmd_top() 1481 OPT_STRING('C', "cpu", &target->cpu_list, "cpu", in cmd_top() 1483 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top() 1487 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_top() 1503 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name", in cmd_top() 1519 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_top() 1522 OPT_STRING(0, "fields", &field_order, "key[,keys...]", in cmd_top() 1555 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_top() 1557 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_top() [all …]
|
| A D | builtin-buildid-cache.c | 393 OPT_STRING('a', "add", &add_name_list_str, in cmd_buildid_cache() 395 OPT_STRING('k', "kcore", &kcore_filename, in cmd_buildid_cache() 397 OPT_STRING('r', "remove", &remove_name_list_str, "file list", in cmd_buildid_cache() 399 OPT_STRING('p', "purge", &purge_name_list_str, "file list", in cmd_buildid_cache() 403 OPT_STRING('M', "missing", &missing_filename, "file", in cmd_buildid_cache() 406 OPT_STRING('u', "update", &update_name_list_str, "file list", in cmd_buildid_cache()
|
| A D | builtin-kwork.c | 2364 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork() 2368 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork() 2370 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork() 2383 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork() 2387 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork() 2389 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork() 2408 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork() 2410 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork() 2414 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork() 2425 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork() [all …]
|
| A D | builtin-kvm.c | 1788 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_report() 1793 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report() 1796 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_report() 1884 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_live() 1894 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_live() 1899 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live() 2122 OPT_STRING('i', "input", &file_name, "file", in cmd_kvm() 2124 OPT_STRING('o', "output", &file_name, "file", in cmd_kvm() 2130 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_kvm() 2135 OPT_STRING(0, "guestkallsyms", &symbol_conf.default_guest_kallsyms, in cmd_kvm() [all …]
|
| A D | builtin-mem.c | 483 OPT_STRING('C', "cpu", &mem.cpu_list, "cpu", in cmd_mem() 506 OPT_STRING('i', "input", &input_name, "file", in cmd_mem() 512 OPT_STRING('s', "sort", &mem.sort_key, "key[,key2...]", in cmd_mem()
|
| A D | builtin-diff.c | 1268 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, 1272 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", 1274 OPT_STRING('C', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", 1276 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", 1278 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", 1290 OPT_STRING(0, "time", &pdiff.time_str, "str", 1292 OPT_STRING(0, "cpu", &cpu_list, "cpu", "list of cpus to profile"), 1293 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", 1295 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]",
|
| A D | builtin-evlist.c | 76 OPT_STRING('i', "input", &input_name, "file", "Input file name"), in cmd_evlist()
|
| A D | builtin-stat.c | 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() [all …]
|
| A D | builtin-list.c | 533 OPT_STRING('o', "output", &output_path, "file", "output file name"), in cmd_list() 536 OPT_STRING(0, "cputype", &cputype, "cpu type", in cmd_list() 538 OPT_STRING(0, "unit", &unit_name, "PMU name", in cmd_list()
|
| A D | builtin-probe.c | 574 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()
|
| A D | builtin-lock.c | 2551 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_lock() 2556 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name, in cmd_lock() 2558 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_lock() 2573 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock() 2575 OPT_STRING('F', "field", &output_fields, NULL, in cmd_lock() 2587 OPT_STRING('k', "key", &sort_key, "wait_total", in cmd_lock() 2589 OPT_STRING('F', "field", &output_fields, "contended,wait_total,wait_max,avg_wait", in cmd_lock() 2596 OPT_STRING('C', "cpu", &target.cpu_list, "cpu", in cmd_lock() 2598 OPT_STRING('p', "pid", &target.pid, "pid", in cmd_lock() 2600 OPT_STRING(0, "tid", &target.tid, "tid", in cmd_lock()
|
| A D | builtin-script.c | 3979 OPT_STRING('g', "gen-script", &generate_script_lang, "lang", in cmd_script() 3984 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script() 3989 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script() 3991 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_script() 4012 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_script() 4033 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_script() 4035 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_script() 4081 OPT_STRING(0, "addr2line", &symbol_conf.addr2line_path, "path", in cmd_script() 4083 OPT_STRING(0, "time", &script.time_str, "str", in cmd_script() 4087 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_script() [all …]
|
| A D | builtin-buildid-list.c | 149 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_buildid_list()
|
| A D | builtin-sched.c | 3767 OPT_STRING('i', "input", &input_name, "file", in cmd_sched() 3777 OPT_STRING('s', "sort", &sched.sort_order, "key[,key2...]", in cmd_sched() 3793 OPT_STRING(0, "color-pids", &sched.map.color_pids_str, "pids", in cmd_sched() 3795 OPT_STRING(0, "color-cpus", &sched.map.color_cpus_str, "cpus", in cmd_sched() 3797 OPT_STRING(0, "cpus", &sched.map.cpus_str, "cpus", in cmd_sched() 3799 OPT_STRING(0, "task-name", &sched.map.task_name, "task", in cmd_sched() 3806 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_sched() 3808 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_sched() 3814 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched() 3825 OPT_STRING(0, "time", &sched.time_str, "str", in cmd_sched() [all …]
|
| A D | builtin-daemon.c | 1420 OPT_STRING(0, "session", &name, "session", in __cmd_signal() 1472 OPT_STRING(0, "session", &name, "session", in __cmd_ping() 1506 OPT_STRING(0, "config", &__daemon.config, in cmd_daemon() 1508 OPT_STRING(0, "base", &__daemon.base_user, in cmd_daemon()
|
| A D | builtin-ftrace.c | 1508 OPT_STRING('p', "pid", &ftrace.target.pid, "pid", in cmd_ftrace() 1511 OPT_STRING(0, "tid", &ftrace.target.tid, "tid", in cmd_ftrace() 1517 OPT_STRING('C', "cpu", &ftrace.target.cpu_list, "cpu", in cmd_ftrace() 1522 OPT_STRING('t', "tracer", &ftrace.tracer, "tracer", in cmd_ftrace()
|
| A D | builtin-bench.c | 168 …OPT_STRING('f', "format", &bench_format_str, "default|simple", "Specify the output formatting styl…
|
| /linux/tools/perf/bench/ |
| A 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"),
|
| A D | mem-functions.c | 38 OPT_STRING('s', "size", &size_str, "1MB", 42 OPT_STRING('f', "function", &function_str, "all",
|
| /linux/tools/perf/util/ |
| A D | evswitch.h | 24 OPT_STRING(0, "switch-on", &(evswitch)->on_name, \ 26 OPT_STRING(0, "switch-off", &(evswitch)->off_name, \
|
| /linux/tools/perf/tests/ |
| A D | builtin-test.c | 538 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"), in cmd_test() 546 OPT_STRING('w', "workload", &workload, "work", "workload to run for testing"), in cmd_test() 547 OPT_STRING(0, "dso", &dso_to_test, "dso", "dso to test"), in cmd_test() 548 OPT_STRING(0, "objdump", &test_objdump_path, "path", in cmd_test()
|
| /linux/tools/bpf/resolve_btfids/ |
| A D | main.c | 788 OPT_STRING(0, "btf", &obj.btf, "BTF data", in main() 790 OPT_STRING('b', "btf_base", &obj.base_btf_path, "file", in main()
|