/tools/testing/selftests/drivers/dma-buf/ |
D | udmabuf.c | 25 struct udmabuf_create create; in main() local 56 memset(&create, 0, sizeof(create)); in main() 59 create.memfd = memfd; in main() 60 create.offset = getpagesize()/2; in main() 61 create.size = getpagesize(); in main() 62 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main() 69 create.memfd = memfd; in main() 70 create.offset = 0; in main() 71 create.size = getpagesize()/2; in main() 72 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main() [all …]
|
/tools/lib/perf/Documentation/ |
D | libperf-counting.txt | 75 We create software events for cpu and task: 97 In this case we will monitor current process, so we create threads map with single pid (0): 103 39 fprintf(stderr, "failed to create threads\n"); 110 Now we create libperf's event list, which will serve as holder for the events we want: 116 47 fprintf(stderr, "failed to create evlist\n"); 121 We create libperf's events for the attributes we defined earlier and add them to the list: 127 53 fprintf(stderr, "failed to create evsel1\n"); 135 61 fprintf(stderr, "failed to create evsel2\n");
|
D | libperf-sampling.txt | 102 44 fprintf(stderr, "failed to create cpus\n"); 107 Now we create libperf's event list, which will serve as holder for the cycles event: 113 50 fprintf(stderr, "failed to create evlist\n"); 118 We create libperf's event for the cycles attribute we defined earlier and add it to the list: 124 56 fprintf(stderr, "failed to create cycles\n"); 144 Once the events list is open, we can create memory maps AKA perf ring buffers:
|
/tools/testing/selftests/efivarfs/ |
D | .gitignore | 2 create-read
|
D | Makefile | 4 TEST_GEN_FILES := open-unlink create-read
|
D | efivarfs.sh | 89 ./create-read $file
|
/tools/perf/util/ |
D | rblist.c | 55 bool create) in __rblist__findnew() argument 77 if (create) { in __rblist__findnew()
|
D | intlist.c | 61 int i, bool create) in __intlist__findnew() argument 69 if (create) in __intlist__findnew()
|
D | metricgroup.h | 41 bool create);
|
D | cgroup.c | 302 bool create, const char *path) in __cgroup__findnew() argument 321 if (!create) in __cgroup__findnew()
|
/tools/perf/arch/arm64/entry/syscalls/ |
D | mksyscalltbl | 26 create_table_exe=`mktemp ${TMPDIR:-/tmp}/create-table-XXXXXX`
|
/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 1 The rcutorture scripting tools automatically create an initrd containing
|
/tools/perf/pmu-events/ |
D | Build | 15 # directory and create tables in pmu-events.c.
|
/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 22 perl Makefile.PL # to create a Makefile for the next step 23 make # to create Context.c
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-reg_print_func.txt | 33 This allows a plugin to dynamically create a way to process one of 50 the trace sequence, it can be used to create a custom string. 129 several other functions to create a string of data to use.
|
D | libtraceevent-reg_event_handler.txt | 49 function. The _s_ argument is the trace sequence, it can be used to create a 130 several other functions to create a string of data to use.
|
/tools/testing/selftests/zram/ |
D | README | 22 zram_lib.sh: create library with initialization/cleanup functions
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool.rst | 25 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext**
|
D | bpftool-map.rst | 18 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext** 25 | **bpftool** **map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* \ 71 …**bpftool map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* **entries… 79 To create maps of type array-of-maps or hash-of-maps, the
|
D | bpftool-iter.rst | 5 tool to create BPF iterators
|
/tools/testing/selftests/powerpc/nx-gzip/ |
D | README | 8 However, chmod may not survive across boots. You may create a udev file such
|
/tools/testing/selftests/resctrl/ |
D | README | 36 - setup: mount resctrl file system, create group, setup schemata, move test
|
/tools/testing/selftests/net/forwarding/ |
D | README | 5 to easily create and test complex environments.
|
/tools/build/Documentation/ |
D | Build.txt | 63 The build framework does not create the 'ex' and 'libex.a' binaries for you, it 93 It's only a matter of 2 single commands to create the final binaries:
|
/tools/usb/usbip/ |
D | INSTALL | 20 those values to create a `Makefile' in each directory of the package. 21 It may also create one or more `.h' files containing system-dependent 40 The file `configure.ac' (or `configure.in') is used to create 175 can create a site shell script called `config.site' that gives default
|