HomeSort by relevance Sort by last modified time
    Searched full:opt_string (Results 1 - 25 of 39) sorted by null

1 2

  /external/linux-tools-perf/src/tools/perf/
builtin-annotate.c 289 OPT_STRING('i', "input", &input_name, "file",
291 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
293 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol",
303 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
313 OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"),
314 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
320 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style",
322 OPT_STRING(0, "objdump", &objdump_path, "path",
builtin-buildid-cache.c 136 OPT_STRING('a', "add", &add_name_list_str,
138 OPT_STRING('r', "remove", &remove_name_list_str, "file list",
140 OPT_STRING('M', "missing", &missing_filename, "file",
143 OPT_STRING('u', "update", &update_name_list_str, "file list",
builtin-evlist.c 38 OPT_STRING('i', "input", &input_name, "file", "Input file name"),
builtin-mem.c 203 OPT_STRING('t', "type", &mem_operation,
209 OPT_STRING('i', "input", &input_name, "file",
211 OPT_STRING('C', "cpu", &mem.cpu_list, "cpu",
213 OPT_STRING('x', "field-separator", &symbol_conf.field_sep,
builtin-report.c 763 OPT_STRING('i', "input", &input_name, "file",
769 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
771 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
780 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key",
786 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
793 OPT_STRING('p', "parent", &parent_pattern, "regex",
805 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
807 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
809 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
811 OPT_STRING(0, "symbol-filter", &report.symbol_filter_str, "filter"
    [all...]
builtin-top.c 1069 OPT_STRING('p', "pid", &target->pid, "pid",
1071 OPT_STRING('t', "tid", &target->tid, "tid",
1075 OPT_STRING('C', "cpu", &target->cpu_list, "cpu",
1077 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
1095 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name",
1107 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
1122 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
1124 OPT_STRING(0, "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
1126 OPT_STRING(0, "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
1132 OPT_STRING(0, "objdump", &objdump_path, "path"
    [all...]
builtin-buildid-list.c 88 OPT_STRING('i', "input", &input_name, "file", "input file name"),
builtin-kvm.c 1347 OPT_STRING(0, "event", &kvm->report_event, "report event",
1351 OPT_STRING('k', "key", &kvm->sort_key, "sort-key",
1354 OPT_STRING('p', "pid", &kvm->pid_str, "pid",
1434 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid",
1444 OPT_STRING(0, "event", &kvm->report_event, "report event",
    [all...]
builtin-script.c 1281 OPT_STRING('g', "gen-script", &generate_script_lang, "lang",
1283 OPT_STRING('i', "input", &input_name, "file", "input file name"),
1286 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
1288 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
1292 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
1301 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
1303 OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"),
1304 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
    [all...]
builtin-diff.c 718 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
720 OPT_STRING('C', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
722 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
724 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
726 OPT_STRING('t', "field-separator", &symbol_conf.field_sep, "separator",
729 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
builtin-trace.c 1210 OPT_STRING('e', "expr", &ev_qualifier_str, "expr",
1212 OPT_STRING('o', "output", &output_name, "file", "output file name"),
1213 OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"),
1214 OPT_STRING('p', "pid", &trace.opts.target.pid, "pid",
1216 OPT_STRING('t', "tid", &trace.opts.target.tid, "tid",
1220 OPT_STRING('C', "cpu", &trace.opts.target.cpu_list, "cpu",
1226 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user",
    [all...]
builtin-record.c 863 OPT_STRING('p', "pid", &record.opts.target.pid, "pid",
865 OPT_STRING('t', "tid", &record.opts.target.tid, "tid",
875 OPT_STRING('C', "cpu", &record.opts.target.cpu_list, "cpu",
878 OPT_STRING('o', "output", &record.output_name, "file",
911 OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
builtin-inject.c 425 OPT_STRING('i', "input", &inject.input_name, "file",
427 OPT_STRING('o', "output", &output_name, "file",
builtin-bench.c 122 OPT_STRING('f', "format", &bench_format_str, "default",
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 80 char* opt_string = "3054"; local
162 alltypes.opt_string = opt_string;
decode_alltypes_pointer.c 97 TEST(alltypes.opt_string == NULL);
120 TEST(alltypes.opt_string && strcmp(alltypes.opt_string, "3054") == 0);
  /external/linux-tools-perf/src/tools/perf/bench/
mem-memset.c 33 OPT_STRING('l', "length", &length_str, "1MB",
36 OPT_STRING('r', "routine", &routine, "default",
mem-memcpy.c 33 OPT_STRING('l', "length", &length_str, "1MB",
36 OPT_STRING('r', "routine", &routine, "default",
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.c 86 PB_FIELD( 54, STRING , OPTIONAL, STATIC, AllTypes, opt_string, opt_double, &AllTypes_opt_string_default),
87 PB_FIELD( 55, BYTES , OPTIONAL, STATIC, AllTypes, opt_bytes, opt_string, &AllTypes_opt_bytes_default),
alltypes_legacy.h 125 char opt_string[16]; member in struct:_AllTypes
decode_legacy.c 117 TEST(strcmp(alltypes.opt_string, "4054") == 0);
161 TEST(strcmp(alltypes.opt_string, "3054") == 0);
  /external/nanopb-c/tests/alltypes/
alltypes.proto 98 optional string opt_string = 54 [default = "4054"];
decode_alltypes.c 115 TEST(strcmp(alltypes.opt_string, "4054") == 0);
160 TEST(strcmp(alltypes.opt_string, "3054") == 0);
  /external/nanopb-c/tests/field_size_16/
alltypes.proto 98 optional string opt_string = 10054 [default = "4054"];
  /external/nanopb-c/tests/field_size_32/
alltypes.proto 98 optional string opt_string = 10054 [default = "4054"];

Completed in 318 milliseconds

1 2