Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 55) sorted by relevance

123

/tools/testing/selftests/drivers/dma-buf/
Dudmabuf.c25 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/
Dlibperf-counting.txt75 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");
Dlibperf-sampling.txt102 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.gitignore2 create-read
DMakefile4 TEST_GEN_FILES := open-unlink create-read
Defivarfs.sh89 ./create-read $file
/tools/perf/util/
Drblist.c55 bool create) in __rblist__findnew() argument
77 if (create) { in __rblist__findnew()
Dintlist.c61 int i, bool create) in __intlist__findnew() argument
69 if (create) in __intlist__findnew()
Dmetricgroup.h41 bool create);
Dcgroup.c302 bool create, const char *path) in __cgroup__findnew() argument
321 if (!create) in __cgroup__findnew()
/tools/perf/arch/arm64/entry/syscalls/
Dmksyscalltbl26 create_table_exe=`mktemp ${TMPDIR:-/tmp}/create-table-XXXXXX`
/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt1 The rcutorture scripting tools automatically create an initrd containing
/tools/perf/pmu-events/
DBuild15 # directory and create tables in pmu-events.c.
/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME22 perl Makefile.PL # to create a Makefile for the next step
23 make # to create Context.c
/tools/lib/traceevent/Documentation/
Dlibtraceevent-reg_print_func.txt33 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.
Dlibtraceevent-reg_event_handler.txt49 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/
DREADME22 zram_lib.sh: create library with initialization/cleanup functions
/tools/bpf/bpftool/Documentation/
Dbpftool.rst25 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext**
Dbpftool-map.rst18 { **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
Dbpftool-iter.rst5 tool to create BPF iterators
/tools/testing/selftests/powerpc/nx-gzip/
DREADME8 However, chmod may not survive across boots. You may create a udev file such
/tools/testing/selftests/resctrl/
DREADME36 - setup: mount resctrl file system, create group, setup schemata, move test
/tools/testing/selftests/net/forwarding/
DREADME5 to easily create and test complex environments.
/tools/build/Documentation/
DBuild.txt63 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/
DINSTALL20 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

123