Searched refs:strings (Results 1 – 12 of 12) sorted by relevance
/tools/lib/traceevent/ |
D | plugin_kvm.c | 224 struct str_values *strings; member 226 { .isa = 1, .strings = vmx_exit_reasons }, 227 { .isa = 2, .strings = svm_exit_reasons }, 233 struct str_values *strings = NULL; in find_exit_reason() local 236 for (i = 0; isa_exit_reasons[i].strings; ++i) in find_exit_reason() 238 strings = isa_exit_reasons[i].strings; in find_exit_reason() 241 if (!strings) in find_exit_reason() 243 for (i = 0; strings[i].val >= 0; i++) in find_exit_reason() 244 if (strings[i].val == val) in find_exit_reason() 247 return strings[i].str; in find_exit_reason()
|
D | event-parse.c | 4136 } *strings = NULL, *string; in process_defined_func() local 4169 string->next = strings; in process_defined_func() 4178 strings = string; in process_defined_func() 4196 while (strings) { in process_defined_func() 4197 string = strings; in process_defined_func() 4198 strings = string->next; in process_defined_func()
|
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 126 } __attribute__ ((__packed__)) strings = { variable 129 .length = htole32(sizeof(strings)), 244 if (write(ep0, &strings, sizeof(strings)) < 0) { in main()
|
/tools/perf/jvmti/ |
D | Build | 8 CFLAGS_REMOVE_jvmti += -Wwrite-strings
|
/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 128 } __attribute__ ((__packed__)) strings = { variable 131 .length = htole32(sizeof(strings)), 273 if (write(ep0, &strings, sizeof(strings)) < 0) { in main()
|
/tools/perf/util/ |
D | debug.c | 262 char **strings = backtrace_symbols(array, size); in dump_stack() local 268 printf("%s\n", strings[i]); in dump_stack() 270 free(strings); in dump_stack()
|
/tools/usb/ |
D | ffs-test.c | 329 } __attribute__((packed)) strings = { variable 332 .length = cpu_to_le32(sizeof strings), 342 #define STR_INTERFACE strings.lang0.str1 665 ret = write(t->fd, &strings, sizeof strings); in ep0_init()
|
/tools/scripts/ |
D | Makefile.include | 40 EXTRA_WARNINGS += -Wwrite-strings
|
/tools/testing/selftests/futex/ |
D | README | 39 ERROR strings in color for easy visual parsing. Output shall conform to the
|
/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 52 Some headers consist of strings, which are defined like this: 59 Some headers consist of a sequence of strings, which start with a 63 struct perf_header_string strings[nr]; /* variable length records */
|
D | perf-script-perl.txt | 180 strings for flag and symbolic fields. These correspond to the strings
|
D | perf-script-python.txt | 266 numbers to the corresponding syscall name strings). The output is 570 strings for flag and symbolic fields. These correspond to the strings
|