| /tools/testing/selftests/bpf/prog_tests/ |
| D | core_reloc_raw.c | 25 char strings[128]; in test_bad_local_id() member 33 .str_off = offsetof(struct test_btf, strings) - in test_bad_local_id() 35 .str_len = sizeof(raw_btf.strings), in test_bad_local_id() 44 .strings = "\0int\0 0\0foo\0" in test_bad_local_id()
|
| /tools/usb/ffs-aio-example/simple/device_app/ |
| D | aio_simple.c | 144 } __attribute__ ((__packed__)) strings = { variable 147 .length = cpu_to_le32(sizeof(strings)), 262 if (write(ep0, &strings, sizeof(strings)) < 0) { in main()
|
| /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 | 307 char **strings = backtrace_symbols(array, size); in dump_stack() local 313 printf("%s\n", strings[i]); in dump_stack() 315 free(strings); in dump_stack()
|
| /tools/perf/jvmti/ |
| D | Build | 11 CFLAGS_REMOVE_jvmti += -Wwrite-strings
|
| /tools/testing/selftests/livepatch/ |
| D | README | 53 "livepatch:" and "test_klp" strings, so tests be sure to include one of 54 those strings for result comparison. Other utility functions include
|
| /tools/testing/selftests/mm/ |
| D | thp_settings.h | 70 int thp_read_string(const char *name, const char * const strings[]);
|
| D | thp_settings.c | 113 int thp_read_string(const char *name, const char * const strings[]) in thp_read_string() argument 148 while (strings[ret]) { in thp_read_string() 149 if (!strcmp(strings[ret], buf)) in thp_read_string()
|
| /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/perf/pmu-events/ |
| D | jevents.py | 113 strings: Set[str] 121 self.strings = set() 128 if s not in self.strings: 129 self.strings.add(s) 141 sorted_reversed_strings = sorted([x[::-1] for x in self.strings]) 178 for s in sorted(self.strings, key=string_cmp_key):
|
| /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 | suspend-x2-proc.cfg | 92 # 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.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 | 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-callgraph.cfg | 97 # 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
|
| /tools/scripts/ |
| D | Makefile.include | 39 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-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:
|