Home
last modified time | relevance | path

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

12

/tools/lib/traceevent/plugins/
Dplugin_kvm.c225 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/
Daio_simple.c126 } __attribute__ ((__packed__)) strings = { variable
129 .length = htole32(sizeof(strings)),
244 if (write(ep0, &strings, sizeof(strings)) < 0) { in main()
/tools/testing/selftests/livepatch/
DREADME40 "test_klp" strings, so tests be sure to include one of those strings for
/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.c264 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/
DBuild11 CFLAGS_REMOVE_jvmti += -Wwrite-strings
/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/scripts/
DMakefile.include39 EXTRA_WARNINGS += -Wwrite-strings
/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
Dfreeze-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
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-dev.cfg92 # 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
Dsuspend-x2-proc.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
Dexample.cfg150 # show only devices whose name/driver includes one of these strings
/tools/testing/selftests/futex/
DREADME39 ERROR strings in color for easy visual parsing. Output shall conform to the
/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_apis.txt70 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/
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:
/tools/memory-model/litmus-tests/
DREADME179 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,

12