Searched refs:strings (Results 1 – 25 of 38) sorted by relevance
12
| /tools/testing/selftests/bpf/prog_tests/ |
| A 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/ |
| A 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/ |
| A 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/tests/shell/ |
| A D | test_bpf_metadata.sh | 26 if ! perf check -q feature libbpf-strings ; then
|
| /tools/perf/jvmti/ |
| A D | Build | 11 CFLAGS_REMOVE_jvmti += -Wwrite-strings
|
| /tools/testing/selftests/livepatch/ |
| A 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/ |
| A D | thp_settings.h | 70 int thp_read_string(const char *name, const char * const strings[]);
|
| A 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/ |
| A 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/ |
| A D | jevents.py | 116 strings: Set[str] 124 self.strings = set() 131 if s not in self.strings: 132 self.strings.add(s) 144 sorted_reversed_strings = sorted([x[::-1] for x in self.strings]) 181 for s in sorted(self.strings, key=string_cmp_key):
|
| /tools/perf/Documentation/ |
| A D | perf-check.txt | 55 libbpf-strings / HAVE_LIBBPF_STRINGS_SUPPORT
|
| /tools/power/cpupower/ |
| A D | Makefile | 237 $(warning "Install xgettext to extract translatable strings.")
|
| /tools/power/pm-graph/config/ |
| A D | freeze.cfg | 92 # show only devs whose name/driver includes one of these strings
|
| A D | standby.cfg | 92 # show only devs whose name/driver includes one of these strings
|
| A D | standby-callgraph.cfg | 93 # show only devs whose name/driver includes one of these strings
|
| A D | standby-dev.cfg | 92 # show only devs whose name/driver includes one of these strings
|
| A D | suspend-callgraph.cfg | 97 # show only devs whose name/driver includes one of these strings
|
| A D | suspend-dev.cfg | 92 # show only devs whose name/driver includes one of these strings
|
| A D | suspend-x2-proc.cfg | 92 # show only devs whose name/driver includes one of these strings
|
| A D | suspend.cfg | 92 # show only devs whose name/driver includes one of these strings
|
| A D | freeze-callgraph.cfg | 93 # show only devs whose name/driver includes one of these strings
|
| A D | freeze-dev.cfg | 92 # show only devs whose name/driver includes one of these strings
|
| /tools/scripts/ |
| A D | Makefile.include | 39 EXTRA_WARNINGS += -Wwrite-strings
|
| /tools/build/ |
| A D | Makefile.feature | 128 libbpf-strings \
|
| /tools/testing/selftests/futex/ |
| A D | README | 39 ERROR strings in color for easy visual parsing. Output shall conform to the
|
Completed in 29 milliseconds
12