Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/perf/
Dbuiltin-report.c995 OPT_STRING('i', "input", &input_name, "file", in cmd_report()
1005 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
1009 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
1018 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key", in cmd_report()
1027 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1030 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report()
1036 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report()
1055 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report()
1057 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report()
1059 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_report()
[all …]
Dbuiltin-buildid-cache.c374 OPT_STRING('a', "add", &add_name_list_str, in cmd_buildid_cache()
376 OPT_STRING('k', "kcore", &kcore_filename, in cmd_buildid_cache()
378 OPT_STRING('r', "remove", &remove_name_list_str, "file list", in cmd_buildid_cache()
380 OPT_STRING('p', "purge", &purge_name_list_str, "file list", in cmd_buildid_cache()
384 OPT_STRING('M', "missing", &missing_filename, "file", in cmd_buildid_cache()
387 OPT_STRING('u', "update", &update_name_list_str, "file list", in cmd_buildid_cache()
Dbuiltin-annotate.c493 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate()
495 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_annotate()
497 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate()
511 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
524 OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"), in cmd_annotate()
532 OPT_STRING('M', "disassembler-style", &annotate.opts.disassembler_style, "disassembler style", in cmd_annotate()
534 OPT_STRING(0, "objdump", &annotate.opts.objdump_path, "path", in cmd_annotate()
Dbuiltin-top.c1273 OPT_STRING('p', "pid", &target->pid, "pid", in cmd_top()
1275 OPT_STRING('t', "tid", &target->tid, "tid", in cmd_top()
1279 OPT_STRING('C', "cpu", &target->cpu_list, "cpu", in cmd_top()
1281 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1302 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name", in cmd_top()
1316 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_top()
1319 OPT_STRING(0, "fields", &field_order, "key[,keys...]", in cmd_top()
1339 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_top()
1341 OPT_STRING(0, "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_top()
1343 OPT_STRING(0, "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_top()
[all …]
Dbuiltin-data.c63 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_data_convert()
65 OPT_STRING(0, "to-ctf", &to_ctf, NULL, "Convert to CTF format"), in cmd_data_convert()
Dbuiltin-kvm.c1253 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_report()
1258 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_report()
1261 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_report()
1344 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid", in kvm_events_live()
1355 OPT_STRING(0, "event", &kvm->report_event, "report event", in kvm_events_live()
1360 OPT_STRING('k', "key", &kvm->sort_key, "sort-key", in kvm_events_live()
1576 OPT_STRING('i', "input", &file_name, "file", in cmd_kvm()
1578 OPT_STRING('o', "output", &file_name, "file", in cmd_kvm()
1584 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_kvm()
1587 OPT_STRING(0, "guestvmlinux", &symbol_conf.default_guest_vmlinux_name, in cmd_kvm()
[all …]
Dbuiltin-ftrace.c453 OPT_STRING('t', "tracer", &ftrace.tracer, "tracer", in cmd_ftrace()
455 OPT_STRING('p', "pid", &ftrace.target.pid, "pid", in cmd_ftrace()
461 OPT_STRING('C', "cpu", &ftrace.target.cpu_list, "cpu", in cmd_ftrace()
Dbuiltin-evlist.c56 OPT_STRING('i', "input", &input_name, "file", "Input file name"), in cmd_evlist()
Dbuiltin-record.c1556 OPT_STRING('p', "pid", &record.opts.target.pid, "pid",
1558 OPT_STRING('t', "tid", &record.opts.target.tid, "tid",
1568 OPT_STRING('C', "cpu", &record.opts.target.cpu_list, "cpu",
1571 OPT_STRING('o', "output", &record.data.file.path, "file",
1622 OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
1663 OPT_STRING(0, "clang-path", &llvm_param.clang_path, "clang path",
1665 OPT_STRING(0, "clang-opt", &llvm_param.clang_opt, "clang options",
1667 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name,
Dbuiltin-buildid-list.c101 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_buildid_list()
Dbuiltin-probe.c560 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in __cmd_probe()
562 OPT_STRING('s', "source", &symbol_conf.source_prefix, in __cmd_probe()
587 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
Dbuiltin-mem.c415 OPT_STRING('i', "input", &input_name, "file", in cmd_mem()
417 OPT_STRING('C', "cpu", &mem.cpu_list, "cpu", in cmd_mem()
Dbuiltin-diff.c830 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
834 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
836 OPT_STRING('C', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
838 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
840 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
Dbuiltin-inject.c790 OPT_STRING('i', "input", &inject.input_name, "file", in cmd_inject()
792 OPT_STRING('o', "output", &inject.output.file.path, "file", in cmd_inject()
802 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, "file", in cmd_inject()
Dbuiltin-bench.c114OPT_STRING('f', "format", &bench_format_str, "default|simple", "Specify the output formatting styl…
Dbuiltin-sched.c3363 OPT_STRING('i', "input", &input_name, "file", in cmd_sched()
3373 OPT_STRING('s', "sort", &sched.sort_order, "key[,key2...]", in cmd_sched()
3389 OPT_STRING(0, "color-pids", &sched.map.color_pids_str, "pids", in cmd_sched()
3391 OPT_STRING(0, "color-cpus", &sched.map.color_cpus_str, "cpus", in cmd_sched()
3393 OPT_STRING(0, "cpus", &sched.map.cpus_str, "cpus", in cmd_sched()
3398 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_sched()
3400 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_sched()
3406 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched()
3417 OPT_STRING(0, "time", &sched.time_str, "str", in cmd_sched()
3420 OPT_STRING('p', "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_sched()
[all …]
Dbuiltin-script.c3130 OPT_STRING('g', "gen-script", &generate_script_lang, "lang", in cmd_script()
3132 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script()
3137 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()
3139 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_script()
3157 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_script()
3159 OPT_STRING(0, "stop-bt", &symbol_conf.bt_stop_list_str, "symbol[,symbol...]", in cmd_script()
3161 OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"), in cmd_script()
3162 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_script()
3164 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_script()
3166 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_script()
[all …]
Dbuiltin-stat.c1974 OPT_STRING('p', "pid", &target.pid, "pid",
1976 OPT_STRING('t', "tid", &target.tid, "tid",
1998 OPT_STRING('C', "cpu", &target.cpu_list, "cpu",
2003 OPT_STRING('x', "field-separator", &csv_sep, "separator",
2007 OPT_STRING('o', "output", &output_name, "file", "output file name"),
2011 OPT_STRING(0, "pre", &pre_cmd, "command",
2013 OPT_STRING(0, "post", &post_cmd, "command",
2762 OPT_STRING('i', "input", &input_name, "file", "input file name"), in __cmd_report()
Dbuiltin-lock.c958 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_lock()
974 OPT_STRING('k', "key", &sort_key, "acquired", in cmd_lock()
Dbuiltin-trace.c3186 OPT_STRING('o', "output", &output_name, "file", "output file name"), in cmd_trace()
3187 OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"), in cmd_trace()
3188 OPT_STRING('p', "pid", &trace.opts.target.pid, "pid", in cmd_trace()
3190 OPT_STRING('t', "tid", &trace.opts.target.tid, "tid", in cmd_trace()
3196 OPT_STRING('C', "cpu", &trace.opts.target.cpu_list, "cpu", in cmd_trace()
3203 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user", in cmd_trace()
Dbuiltin-c2c.c2711 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in perf_c2c__report()
2713 OPT_STRING('i', "input", &input_name, "file", in perf_c2c__report()
2732 OPT_STRING('d', "display", &display, "Switch HITM output type", "lcl,rmt"), in perf_c2c__report()
2733 OPT_STRING('c', "coalesce", &coalesce, "coalesce fields", in perf_c2c__report()
/Linux-v4.19/tools/perf/bench/
Dmem-functions.c37 OPT_STRING('s', "size", &size_str, "1MB",
41 OPT_STRING('f', "function", &function_str, "all",
Dnuma.c169 OPT_STRING('G', "mb_global" , &p0.mb_global_str, "MB", "global memory (MBs)"),
170 OPT_STRING('P', "mb_proc" , &p0.mb_proc_str, "MB", "process memory (MBs)"),
171OPT_STRING('L', "mb_proc_locked", &p0.mb_proc_locked_str,"MB", "process serialized/locked memory a…
172 OPT_STRING('T', "mb_thread" , &p0.mb_thread_str, "MB", "thread memory (MBs)"),
/Linux-v4.19/tools/lib/subcmd/
Dparse-options.h137 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), … macro
/Linux-v4.19/tools/perf/tests/
Dbuiltin-test.c681 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"), in cmd_test()

12