Home
last modified time | relevance | path

Searched refs:OPT_STRING (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.15/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-report.c1315 OPT_STRING('i', "input", &input_name, "file", in cmd_report()
1325 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
1329 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
1351 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1353 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report()
1359 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report()
1402 OPT_STRING('C', "cpu", &report.cpu_list, "cpu", in cmd_report()
1414 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_report()
1431 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_report()
1433 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_report()
[all …]
H A Dbuiltin-annotate.c710 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate()
712 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_annotate()
714 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate()
732 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
745 OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"), in cmd_annotate()
753 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_annotate()
755 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_annotate()
757 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_annotate()
759 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_annotate()
761 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_annotate()
H A Dbuiltin-top.c1479 OPT_STRING('p', "pid", &target->pid, "pid", in cmd_top()
1481 OPT_STRING('t', "tid", &target->tid, "tid", in cmd_top()
1485 OPT_STRING('C', "cpu", &target->cpu_list, "cpu", in cmd_top()
1487 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1491 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_top()
1507 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name", in cmd_top()
1523 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_top()
1526 OPT_STRING(0, "fields", &field_order, "key[,keys...]", in cmd_top()
1559 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_top()
1561 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_top()
[all …]
H A Dbuiltin-buildid-cache.c393 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 Dbuiltin-kwork.c2367 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork()
2371 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork()
2373 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork()
2386 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork()
2390 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork()
2392 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork()
2411 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork()
2413 OPT_STRING('C', "cpu", &kwork.cpu_list, "cpu", in cmd_kwork()
2417 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork()
2428 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork()
[all …]
H A Dbuiltin-kvm.c1729 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_report()
1734 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report()
1737 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_report()
1825 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_live()
1835 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_live()
1840 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live()
2063 OPT_STRING('i', "input", &file_name, "file", in cmd_kvm()
2065 OPT_STRING('o', "output", &file_name, "file", in cmd_kvm()
2071 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_kvm()
2076 OPT_STRING(0, "guestkallsyms", &symbol_conf.default_guest_kallsyms, in cmd_kvm()
[all …]
H A Dbuiltin-mem.c486 OPT_STRING('C', "cpu", &mem.cpu_list, "cpu", in cmd_mem()
509 OPT_STRING('i', "input", &input_name, "file", in cmd_mem()
515 OPT_STRING('s', "sort", &mem.sort_key, "key[,key2...]", in cmd_mem()
H A Dbuiltin-diff.c1269 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
1273 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
1275 OPT_STRING('C', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
1277 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
1279 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
1291 OPT_STRING(0, "time", &pdiff.time_str, "str",
1293 OPT_STRING(0, "cpu", &cpu_list, "cpu", "list of cpus to profile"),
1294 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]",
1296 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]",
H A Dbuiltin-evlist.c76 OPT_STRING('i', "input", &input_name, "file", "Input file name"), in cmd_evlist()
H A Dbuiltin-stat.c2241 OPT_STRING('i', "input", &input_name, "file", "input file name"), in __cmd_report()
2345 OPT_STRING('p', "pid", &target.pid, "pid", in cmd_stat()
2347 OPT_STRING('t', "tid", &target.tid, "tid", in cmd_stat()
2350 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id", in cmd_stat()
2354 OPT_STRING(0, "bpf-attr-map", &target.attr_map, "attr-map-path", in cmd_stat()
2376 OPT_STRING('C', "cpu", &target.cpu_list, "cpu", in cmd_stat()
2384 OPT_STRING('x', "field-separator", &stat_config.csv_sep, "separator", in cmd_stat()
2390 OPT_STRING(0, "for-each-cgroup", &stat_config.cgroup_list, "name", in cmd_stat()
2392 OPT_STRING('o', "output", &output_name, "file", "output file name"), in cmd_stat()
2396 OPT_STRING(0, "pre", &pre_cmd, "command", in cmd_stat()
[all …]
H A Dbuiltin-lock.c2510 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_lock()
2515 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name, in cmd_lock()
2517 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_lock()
2532 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock()
2534 OPT_STRING('F', "field", &output_fields, NULL, in cmd_lock()
2546 OPT_STRING('k', "key", &sort_key, "wait_total", in cmd_lock()
2548 OPT_STRING('F', "field", &output_fields, "contended,wait_total,wait_max,avg_wait", in cmd_lock()
2555 OPT_STRING('C', "cpu", &target.cpu_list, "cpu", in cmd_lock()
2557 OPT_STRING('p', "pid", &target.pid, "pid", in cmd_lock()
2559 OPT_STRING(0, "tid", &target.tid, "tid", in cmd_lock()
H A Dbuiltin-script.c3723 OPT_STRING('g', "gen-script", &generate_script_lang, "lang", in cmd_script()
3728 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script()
3733 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()
3735 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_script()
3756 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_script()
3777 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_script()
3779 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_script()
3825 OPT_STRING(0, "addr2line", &symbol_conf.addr2line_path, "path", in cmd_script()
3827 OPT_STRING(0, "time", &script.time_str, "str", in cmd_script()
3831 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_script()
[all …]
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-list.c533 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()
H A Dbuiltin-buildid-list.c149 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_buildid_list()
H A Dbuiltin-sched.c3777 OPT_STRING('i', "input", &input_name, "file", in cmd_sched()
3787 OPT_STRING('s', "sort", &sched.sort_order, "key[,key2...]", in cmd_sched()
3803 OPT_STRING(0, "color-pids", &sched.map.color_pids_str, "pids", in cmd_sched()
3805 OPT_STRING(0, "color-cpus", &sched.map.color_cpus_str, "cpus", in cmd_sched()
3807 OPT_STRING(0, "cpus", &sched.map.cpus_str, "cpus", in cmd_sched()
3809 OPT_STRING(0, "task-name", &sched.map.task_name, "task", in cmd_sched()
3816 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_sched()
3818 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_sched()
3824 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched()
3835 OPT_STRING(0, "time", &sched.time_str, "str", in cmd_sched()
[all …]
H A Dbuiltin-daemon.c1420 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 Dbuiltin-bench.c168OPT_STRING('f', "format", &bench_format_str, "default|simple", "Specify the output formatting styl…
H A Dbuiltin-ftrace.c1596 OPT_STRING('p', "pid", &ftrace.target.pid, "pid", in cmd_ftrace()
1599 OPT_STRING(0, "tid", &ftrace.target.tid, "tid", in cmd_ftrace()
1605 OPT_STRING('C', "cpu", &ftrace.target.cpu_list, "cpu", in cmd_ftrace()
1610 OPT_STRING('t', "tracer", &ftrace.tracer, "tracer", in cmd_ftrace()
/linux-6.15/tools/perf/bench/
H A Devlist-open-close.c50OPT_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 Dmem-functions.c38 OPT_STRING('s', "size", &size_str, "1MB",
42 OPT_STRING('f', "function", &function_str, "all",
/linux-6.15/tools/perf/util/
H A Devswitch.h24 OPT_STRING(0, "switch-on", &(evswitch)->on_name, \
26 OPT_STRING(0, "switch-off", &(evswitch)->off_name, \
/linux-6.15/tools/perf/tests/
H A Dbuiltin-test.c698 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"), in cmd_test()
707OPT_STRING('w', "workload", &workload, "work", "workload to run for testing, use '--list-workloads… in cmd_test()
709 OPT_STRING(0, "dso", &dso_to_test, "dso", "dso to test"), in cmd_test()
710 OPT_STRING(0, "objdump", &test_objdump_path, "path", in cmd_test()
/linux-6.15/tools/objtool/
H A Dbuiltin-check.c99 OPT_STRING('o', "output", &opts.output, "file", "output file name"),

12