/linux/tools/perf/ |
H 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"),
|
H A D | builtin-report.c | 1306 OPT_STRING('i', "input", &input_name, "file", in cmd_report() 1316 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report() 1320 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report() 1329 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key", in cmd_report() 1342 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report() 1344 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report() 1350 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report() 1370 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report() 1372 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report() 1374 OPT_STRING( in cmd_report() [all...] |
H 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( in cmd_annotate() [all...] |
H 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() 1542 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_top() 1544 OPT_STRING(0, "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_top() [all …]
|
H 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()
|
H A D | builtin-kwork.c | 2356 OPT_STRING('k', "kwork", &kwork.event_list_str, "kwork", in cmd_kwork() 2362 OPT_STRING('s', "sort", &kwork.sort_order, "key[,key2...]", in cmd_kwork() 2364 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork() 2366 OPT_STRING('n', "name", &kwork.profile_name, "name", 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() 2381 OPT_STRING('s', "sort", &kwork.sort_order, "key[,key2...]", in cmd_kwork() 2383 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork() 2385 OPT_STRING('n', "name", &kwork.profile_name, "name", in cmd_kwork() 2387 OPT_STRING( in cmd_kwork() [all...] |
H A D | builtin-kvm.c | 1790 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() 2124 OPT_STRING('i', "input", &file_name, "file", in cmd_kvm() 2126 OPT_STRING('o', "output", &file_name, "file", in cmd_kvm() 2132 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_kvm() 2135 OPT_STRING( in cmd_kvm() [all...] |
H 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()
|
H 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...]",
|
H A D | builtin-stat.c | 2268 OPT_STRING('i', "input", &input_name, "file", "input file name"), in process_cpu_map_event() 2372 OPT_STRING('p', "pid", &target.pid, "pid", in setup_system_wide() 2374 OPT_STRING('t', "tid", &target.tid, "tid", in setup_system_wide() 2377 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id", in cmd_stat() 2381 OPT_STRING(0, "bpf-attr-map", &target.attr_map, "attr-map-path", in cmd_stat() 2403 OPT_STRING('C', "cpu", &target.cpu_list, "cpu", in cmd_stat() 2411 OPT_STRING('x', "field-separator", &stat_config.csv_sep, "separator", in cmd_stat() 2417 OPT_STRING(0, "for-each-cgroup", &stat_config.cgroup_list, "name", in cmd_stat() 2419 OPT_STRING('o', "output", &output_name, "file", "output file name"), in cmd_stat() 2423 OPT_STRING( in cmd_stat() [all...] |
H A D | builtin-evlist.c | 76 OPT_STRING('i', "input", &input_name, "file", "Input file name"), in cmd_evlist()
|
H 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()
|
H 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()
|
H A D | builtin-list.c | 534 OPT_STRING('o', "output", &output_path, "file", "output file name"), in cmd_list() 537 OPT_STRING(0, "cputype", &cputype, "cpu type", in cmd_list() 539 OPT_STRING(0, "unit", &unit_name, "PMU name", in cmd_list()
|
H A D | builtin-script.c | 3980 OPT_STRING('g', "gen-script", &generate_script_lang, "lang", in cmd_script() 3982 OPT_STRING(0, "dlfilter", &dlfilter_file, "file", "filter .so file name"), in cmd_script() 3985 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script() 3990 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script() 3992 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_script() 4013 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_script() 4015 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_script() 4027 OPT_STRING(0, "graph-function", &symbol_conf.graph_function, "symbol[,symbol...]", in cmd_script() 4029 OPT_STRING(0, "stop-bt", &symbol_conf.bt_stop_list_str, "symbol[,symbol...]", in cmd_script() 4031 OPT_STRING(' in cmd_script() [all...] |
H A D | builtin-sched.c | 3776 OPT_STRING('i', "input", &input_name, "file", in cmd_sched() 3786 OPT_STRING('s', "sort", &sched.sort_order, "key[,key2...]", in cmd_sched() 3802 OPT_STRING(0, "color-pids", &sched.map.color_pids_str, "pids", in cmd_sched() 3804 OPT_STRING(0, "color-cpus", &sched.map.color_cpus_str, "cpus", in cmd_sched() 3806 OPT_STRING(0, "cpus", &sched.map.cpus_str, "cpus", in cmd_sched() 3808 OPT_STRING(0, "task-name", &sched.map.task_name, "task", in cmd_sched() 3815 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_sched() 3817 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_sched() 3823 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched() 3834 OPT_STRING( in cmd_sched() [all...] |
H A D | builtin-buildid-list.c | 149 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_buildid_list()
|
H 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()
|
H A D | builtin-ftrace.c | 1509 OPT_STRING('p', "pid", &ftrace.target.pid, "pid", in cmd_ftrace() 1512 OPT_STRING(0, "tid", &ftrace.target.tid, "tid", in cmd_ftrace() 1518 OPT_STRING('C', "cpu", &ftrace.target.cpu_list, "cpu", in cmd_ftrace() 1523 OPT_STRING('t', "tracer", &ftrace.tracer, "tracer", in cmd_ftrace()
|
H A D | builtin-bench.c | 168 OPT_STRING('f', "format", &bench_format_str, "default|simple", "Specify the output formatting style"),
|
H A D | builtin-inject.c | 2384 OPT_STRING(0, "known-build-ids", &known_build_ids, in cmd_inject() 2387 OPT_STRING('i', "input", &inject.input_name, "file", in cmd_inject() 2389 OPT_STRING('o', "output", &inject.output.path, "file", in cmd_inject() 2399 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_inject() 2403 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, "file", in cmd_inject() 2418 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_inject()
|
/linux/tools/perf/bench/ |
H 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"),
|
H 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/ |
H 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/ |
H A D | builtin-test.c | 711 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"), in cmd_test() 718 …OPT_STRING('w', "workload", &workload, "work", "workload to run for testing, use '--list-workloads… in cmd_test() 720 OPT_STRING(0, "dso", &dso_to_test, "dso", "dso to test"), in cmd_test() 721 OPT_STRING(0, "objdump", &test_objdump_path, "path", in cmd_test()
|