/tools/lib/traceevent/plugins/ |
D | plugin_kvm.c | 225 struct str_values *strings; member 227 { .isa = 1, .strings = vmx_exit_reasons }, 228 { .isa = 2, .strings = svm_exit_reasons }, 234 struct str_values *strings = NULL; in find_exit_reason() local 237 for (i = 0; isa_exit_reasons[i].strings; ++i) in find_exit_reason() 239 strings = isa_exit_reasons[i].strings; in find_exit_reason() 242 if (!strings) in find_exit_reason() 244 for (i = 0; strings[i].val >= 0; i++) in find_exit_reason() 245 if (strings[i].val == val) in find_exit_reason() 248 return strings[i].str; in find_exit_reason()
|
/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/testing/selftests/livepatch/ |
D | README | 40 "test_klp" strings, so tests be sure to include one of those strings for
|
/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 | 264 char **strings = backtrace_symbols(array, size); in dump_stack() local 270 printf("%s\n", strings[i]); in dump_stack() 272 free(strings); in dump_stack()
|
/tools/perf/jvmti/ |
D | Build | 11 CFLAGS_REMOVE_jvmti += -Wwrite-strings
|
/tools/usb/ |
D | ffs-test.c | 316 } __attribute__((packed)) strings = { variable 319 .length = cpu_to_le32(sizeof strings), 329 #define STR_INTERFACE strings.lang0.str1 652 ret = write(t->fd, &strings, sizeof strings); in ep0_init()
|
/tools/scripts/ |
D | Makefile.include | 39 EXTRA_WARNINGS += -Wwrite-strings
|
/tools/power/pm-graph/config/ |
D | standby.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | freeze.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | freeze-dev.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | suspend.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | standby-dev.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | standby-callgraph.cfg | 93 # show only devs whose name/driver includes one of these strings
|
D | suspend-dev.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | suspend-callgraph.cfg | 97 # show only devs whose name/driver includes one of these strings
|
D | suspend-x2-proc.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | freeze-callgraph.cfg | 93 # show only devs whose name/driver includes one of these strings
|
D | example.cfg | 150 # show only devices whose name/driver includes one of these strings
|
/tools/testing/selftests/futex/ |
D | README | 39 ERROR strings in color for easy visual parsing. Output shall conform to the
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-func_apis.txt | 70 it was stored in the kernel. Some strings internal to the kernel with static 74 addresses and those strings. The _tep_ argument is the trace event parser
|
/tools/perf/Documentation/ |
D | perf-script-perl.txt | 180 strings for flag and symbolic fields. These correspond to the strings
|
D | perf.data-file-format.txt | 51 Some headers consist of strings, which are defined like this: 58 Some headers consist of a sequence of strings, which start with a 62 struct perf_header_string strings[nr]; /* variable length records */
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 75 The stages are represented by the following strings:
|
/tools/memory-model/litmus-tests/ |
D | README | 179 The strings used to identify the actions carried out by each process are 181 generate these strings from a given litmus test's actions. For example,
|