Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 12 of 12) sorted by relevance

/tools/lib/traceevent/
Dplugin_kvm.c224 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()
Devent-parse.c4136 } *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/
Daio_simple.c126 } __attribute__ ((__packed__)) strings = { variable
129 .length = htole32(sizeof(strings)),
244 if (write(ep0, &strings, sizeof(strings)) < 0) { in main()
/tools/perf/jvmti/
DBuild8 CFLAGS_REMOVE_jvmti += -Wwrite-strings
/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c128 } __attribute__ ((__packed__)) strings = { variable
131 .length = htole32(sizeof(strings)),
273 if (write(ep0, &strings, sizeof(strings)) < 0) { in main()
/tools/perf/util/
Ddebug.c262 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/
Dffs-test.c329 } __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/
DMakefile.include40 EXTRA_WARNINGS += -Wwrite-strings
/tools/testing/selftests/futex/
DREADME39 ERROR strings in color for easy visual parsing. Output shall conform to the
/tools/perf/Documentation/
Dperf.data-file-format.txt52 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 */
Dperf-script-perl.txt180 strings for flag and symbolic fields. These correspond to the strings
Dperf-script-python.txt266 numbers to the corresponding syscall name strings). The output is
570 strings for flag and symbolic fields. These correspond to the strings