Home
last modified time | relevance | path

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

12

/tools/testing/selftests/bpf/prog_tests/
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/
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/
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.c307 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/
DBuild11 CFLAGS_REMOVE_jvmti += -Wwrite-strings
/tools/testing/selftests/livepatch/
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/
Dthp_settings.h70 int thp_read_string(const char *name, const char * const strings[]);
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/
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/
Djevents.py113 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/
Dstandby.cfg92 # show only devs whose name/driver includes one of these strings
Dfreeze.cfg92 # show only devs whose name/driver includes one of these strings
Dsuspend-x2-proc.cfg92 # show only devs whose name/driver includes one of these strings
Dsuspend-dev.cfg92 # show only devs whose name/driver includes one of these strings
Dsuspend.cfg92 # show only devs whose name/driver includes one of these strings
Dfreeze-callgraph.cfg93 # show only devs whose name/driver includes one of these strings
Dstandby-dev.cfg92 # show only devs whose name/driver includes one of these strings
Dstandby-callgraph.cfg93 # show only devs whose name/driver includes one of these strings
Dsuspend-callgraph.cfg97 # show only devs whose name/driver includes one of these strings
Dfreeze-dev.cfg92 # show only devs whose name/driver includes one of these strings
/tools/scripts/
DMakefile.include39 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-script-perl.txt180 strings for flag and symbolic fields. These correspond to the strings
Dperf.data-file-format.txt51 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/
DAddingPlugins.txt75 The stages are represented by the following strings:

12