Home
last modified time | relevance | path

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

12

/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc_raw.c25 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 Daio_simple.c144 } __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 Daio_multibuff.c128 } __attribute__ ((__packed__)) strings = { variable
131 .length = htole32(sizeof(strings)),
273 if (write(ep0, &strings, sizeof(strings)) < 0) { in main()
/tools/perf/tests/shell/
A Dtest_bpf_metadata.sh26 if ! perf check -q feature libbpf-strings ; then
/tools/perf/jvmti/
A DBuild11 CFLAGS_REMOVE_jvmti += -Wwrite-strings
/tools/testing/selftests/livepatch/
A DREADME53 "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 Dthp_settings.h70 int thp_read_string(const char *name, const char * const strings[]);
A Dthp_settings.c113 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 Dffs-test.c316 } __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 Djevents.py116 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 Dperf-check.txt55 libbpf-strings / HAVE_LIBBPF_STRINGS_SUPPORT
/tools/power/cpupower/
A DMakefile237 $(warning "Install xgettext to extract translatable strings.")
/tools/power/pm-graph/config/
A Dfreeze.cfg92 # show only devs whose name/driver includes one of these strings
A Dstandby.cfg92 # show only devs whose name/driver includes one of these strings
A Dstandby-callgraph.cfg93 # show only devs whose name/driver includes one of these strings
A Dstandby-dev.cfg92 # show only devs whose name/driver includes one of these strings
A Dsuspend-callgraph.cfg97 # show only devs whose name/driver includes one of these strings
A Dsuspend-dev.cfg92 # show only devs whose name/driver includes one of these strings
A Dsuspend-x2-proc.cfg92 # show only devs whose name/driver includes one of these strings
A Dsuspend.cfg92 # show only devs whose name/driver includes one of these strings
A Dfreeze-callgraph.cfg93 # show only devs whose name/driver includes one of these strings
A Dfreeze-dev.cfg92 # show only devs whose name/driver includes one of these strings
/tools/scripts/
A DMakefile.include39 EXTRA_WARNINGS += -Wwrite-strings
/tools/build/
A DMakefile.feature128 libbpf-strings \
/tools/testing/selftests/futex/
A DREADME39 ERROR strings in color for easy visual parsing. Output shall conform to the

Completed in 29 milliseconds

12