Home
last modified time | relevance | path

Searched refs:example (Results 1 – 25 of 1806) sorted by relevance

12345678910>>...73

/linux/samples/
A DKconfig17 This builds the trace event example module.
23 This builds the custom trace event example module.
33 tristate "Build register_ftrace_direct() example"
37 This builds an ftrace direct function example
45 This builds an ftrace direct function example
50 tristate "Build custom ftrace ops example"
76 This build several kprobes example modules.
110 Build an example of how to dynamically add the hello
166 bool "Landlock example"
211 tristate "Build VFIO mdpy example guest fbdev driver"
[all …]
/linux/tools/testing/kunit/test_data/
A Dtest_is_test_passed-all_passed_nested.log7 # Subtest: example
16 kunit example: all tests passed
17 ok 2 - example
24 # Subtest: example
33 kunit example: all tests passed
34 ok 2 - example
A Dtest_is_test_passed-failure.log23 # Subtest: example
27 # example_simple_test: EXPECTATION FAILED at lib/kunit/example-test.c:30
36 kunit example: one or more tests failed
37 not ok 2 - example
A Dtest_strip_hyphen.log9 # Subtest: example
15 kunit example: all tests passed
16 ok 2 example
A Dtest_is_test_passed-all_passed.log23 # Subtest: example
32 kunit example: all tests passed
33 ok 2 - example
A Dtest_is_test_passed-missing_plan.log21 # Subtest: example
30 kunit example: all tests passed
31 ok 2 - example
/linux/samples/kfifo/
A DMakefile2 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
/linux/samples/user_events/
A DMakefile4 example: example.o target
5 example.o: example.c
/linux/tools/testing/ktest/examples/
A DREADME1 This directory contains example configs to use ktest for various tasks.
10 crosstests.conf - this config shows an example of testing a git repo against
16 test.conf - A generic example of a config. This is based on an actual config
19 kvm.conf - A example of a config that is used to test a virtual guest running
22 snowball.conf - An example config that was used to demo ktest.pl against
26 included into other configs. This is a real use example that shows how
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst98 provided (assuming **example** as the object name):
281 **$ bpftool gen skeleton example.bpf.o name example | tee example.skel.h**
294 struct example {
334 static void example__destroy(struct example *obj);
335 static inline struct example *example__open_opts(
337 static inline struct example *example__open();
338 static inline int example__load(struct example *obj);
345 **$ cat example.c**
349 #include "example.skel.h"
353 struct example *skel;
[all …]
/linux/Documentation/translations/zh_CN/process/
A Dsubmitting-patches.rst371 Co-developed-by: First Co-Author <first@coauthor.example.org>
372 Signed-off-by: First Co-Author <first@coauthor.example.org>
373 Co-developed-by: Second Co-Author <second@coauthor.example.org>
374 Signed-off-by: Second Co-Author <second@coauthor.example.org>
375 Signed-off-by: From Author <from@author.example.org>
379 From: From Author <from@author.example.org>
383 Co-developed-by: Random Co-Author <random@coauthor.example.org>
384 Signed-off-by: Random Co-Author <random@coauthor.example.org>
385 Signed-off-by: From Author <from@author.example.org>
387 Signed-off-by: Submitting Co-Author <sub@coauthor.example.org>
[all …]
/linux/Documentation/translations/zh_TW/process/
A Dsubmitting-patches.rst372 Co-developed-by: First Co-Author <first@coauthor.example.org>
373 Signed-off-by: First Co-Author <first@coauthor.example.org>
374 Co-developed-by: Second Co-Author <second@coauthor.example.org>
375 Signed-off-by: Second Co-Author <second@coauthor.example.org>
376 Signed-off-by: From Author <from@author.example.org>
380 From: From Author <from@author.example.org>
384 Co-developed-by: Random Co-Author <random@coauthor.example.org>
385 Signed-off-by: Random Co-Author <random@coauthor.example.org>
386 Signed-off-by: From Author <from@author.example.org>
388 Signed-off-by: Submitting Co-Author <sub@coauthor.example.org>
[all …]
/linux/Documentation/dev-tools/kunit/
A Dstart.rst130 For example, let's assume we are using the default config:
184 1. Create a file ``drivers/misc/example.h``, which includes:
190 2. Create a file ``drivers/misc/example.c``, which includes:
196 #include "example.h"
208 bool "My example"
214 obj-$(CONFIG_MISC_EXAMPLE) += example.o
223 #include "example.h"
248 .name = "misc-example",
260 tristate "Test for my example" if !KUNIT_ALL_TESTS
291 [16:08:57] [PASSED] misc-example:misc_example_add_test_basic
[all …]
A Drun_wrapper.rst83 We can then add any other Kconfig options. For example:
160 example: if we only want to run KUnit resource tests, use:
183 for example: i386, x86_64, arm and so on; run on qemu.
188 binaries such as GCC. For example:
204 example:
218 instance of ``QemuArchParams`` assigned to it. See example in:
223 ``--arch`` flag. For example: using
265 file. For example:
275 appended to the ``.kunitconfig`` file. For example:
289 binaries such as GCC. For example:
[all …]
A Dusage.rst36 logged. For example:
174 For example:
186 .name = "example",
282 example:
477 for example: testing a hash function.
500 helper macro variation, for example:
533 * For example, see ``fs/ext4/inode-test.c``.
601 For example:
629 For example:
690 your .c file. For example:
[all …]
/linux/Documentation/admin-guide/gpio/
A Dgpio-virtuser.rst29 **Group:** ``/config/gpio-consumer/example-name``
31 **Attribute:** ``/config/gpio-consumer/example-name/live``
33 **Attribute:** ``/config/gpio-consumer/example-name/dev_name``
51 **Group:** ``/config/gpio-consumer/example-name/con_id``
60 **Attribute:** ``/config/gpio-consumer/example-name/con_id/0/key``
62 **Attribute:** ``/config/gpio-consumer/example-name/con_id/0/offset``
64 **Attribute:** ``/config/gpio-consumer/example-name/con_id/0/drive``
66 **Attribute:** ``/config/gpio-consumer/example-name/con_id/0/pull``
68 **Attribute:** ``/config/gpio-consumer/example-name/con_id/0/active_low``
108 An example device-tree code defining a virtual GPIO consumer:
[all …]
/linux/Documentation/translations/zh_CN/maintainer/
A Dmodifying-patches.rst24 Signed-off-by: Random J Developer <random@developer.example.org>
25 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
26 Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org>
/linux/Documentation/ABI/testing/
A Dsysfs-driver-input-exc30004 Description: Reports the firmware version provided by the touchscreen, for example "00_T6" on a …
13 Description: Reports the model identification provided by the touchscreen, for example "Orion_13…
22 Description: Reports the type identification provided by the touchscreen, for example "PCAP82H80 Se…
/linux/Documentation/networking/devlink/
A Ddevlink-resource.rst14 For example, the ``netdevsim`` driver enables ``/IPv4/fib`` and
23 specify the path of the resource. For example ``/IPv4/fib`` is the id for
40 example usage
43 The resources exposed by the driver can be observed, for example:
63 attribute, which represents the pending change in size. For example:
/linux/Documentation/iio/
A Diio_tools.rst13 * lsiio: example application that provides a list of IIO devices and triggers
14 * iio_event_monitor: example application that reads events from an IIO device
16 * iio_generic_buffer: example application that reads data from buffer
/linux/samples/kobject/
A DMakefile2 obj-$(CONFIG_SAMPLE_KOBJECT) += kobject-example.o kset-example.o
/linux/Documentation/trace/rv/
A Ddeterministic_automata.rst19 For example, a given automaton named 'wip' (wakeup in preemptive) can
32 in multiple formats. For example, using a *graphical representation*, using
55 For example, the 'wip' automata can be presented as (augmented with comments)::
102 in O(1). For example::
113 For example, this is the 'wip' model in DOT::
143 in the example above and automatically convert it to the C representation
146 For example, having the previous 'wip' model into a file named 'wip.dot',
161 For example, the formal description using set theory is better suitable
/linux/Documentation/devicetree/bindings/sound/
A Drenesas,rsnd.txt36 ${LINUX}/arch/arm/boot/dts/r8a7790-lager.dts can be good example.
37 This is example of
45 ${LINUX}/arch/arm/boot/dts/r8a7790.dts can be good example.
71 for example digital TV case.
123 example of using matrix
132 example of changing connection
236 This is example if SSI1 want to share WS pin with SSI0
245 This is example of SSI0/SSI1/SSI2 (= for 6ch)
252 This is example of TDM 6ch.
/linux/Documentation/devicetree/bindings/mips/img/
A Dxilfpga.txt10 This binding document is provided as baseline guidance for the example
13 The example project runs on the Nexys4DDR board by Digilent powered by
16 Relevant details about the example project and the Nexys4DDR board:
76 When the example project bitstream is loaded, the cpu_reset button
/linux/Documentation/devicetree/bindings/fsi/
A Dfsi.txt7 busses, which are then exposed by the device tree. For example, an FSI engine
48 be needed as well, for example:
71 required. For an example, a slave on link 1, with ID 2, could be represented
98 For example, for a slave using a single 0x400-byte page starting at address
106 Full example
109 Here's an example that illustrates:
134 /* FSI engine at 0xc00, using a single page. In this example,

Completed in 36 milliseconds

12345678910>>...73