Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 162) sorted by relevance

1234567

/tools/testing/selftests/sparc64/drivers/
Dadi-test.c322 unsigned char version[1], expected_version; in test0_prpw_aligned_1byte() local
326 version[0] = random_version(); in test0_prpw_aligned_1byte()
327 expected_version = version[0]; in test0_prpw_aligned_1byte()
331 ret = pwrite_adi(fd, version, sizeof(version), offset); in test0_prpw_aligned_1byte()
332 if (ret != sizeof(version)) in test0_prpw_aligned_1byte()
335 ret = pread_adi(fd, version, sizeof(version), offset); in test0_prpw_aligned_1byte()
336 if (ret != sizeof(version)) in test0_prpw_aligned_1byte()
339 if (expected_version != version[0]) { in test0_prpw_aligned_1byte()
341 expected_version, version[0]); in test0_prpw_aligned_1byte()
356 unsigned char version[TEST1_VERSION_SZ], in test1_prpw_aligned_4096bytes() local
[all …]
/tools/perf/Documentation/
Dperf-version.txt1 perf-version(1)
6 perf-version - display the version of perf binary
10 'perf version' [--build-options]
14 With no options given, the 'perf version' prints the perf version
Dperf.txt11 'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS]
33 --version::
34 Display perf version.
/tools/testing/selftests/vDSO/
Dvdso_test.c20 extern void *vdso_sym(const char *version, const char *name);
30 const char *version = "LINUX_2.6.39"; variable
33 const char *version = "LINUX_2.6"; variable
49 gtod_t gtod = (gtod_t)vdso_sym(version, name); in main()
Dparse_vdso.c45 extern void *vdso_sym(const char *version, const char *name);
222 void *vdso_sym(const char *version, const char *name) in vdso_sym() argument
228 ver_hash = elf_hash(version); in vdso_sym()
248 version, ver_hash)) in vdso_sym()
/tools/build/feature/
Dtest-glibc.c14 const char *version = gnu_get_libc_version(); in main() local
16 const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); in main()
19 return (long)version; in main()
/tools/testing/selftests/net/
Dpsock_tpacket.c72 int type, rd_num, flen, version; member
80 uint32_t version; member
160 ip->version = 4; in create_payload()
195 static inline int __v1_v2_rx_kernel_ready(void *base, int version) in __v1_v2_rx_kernel_ready() argument
197 switch (version) { in __v1_v2_rx_kernel_ready()
208 static inline void __v1_v2_rx_user_ready(void *base, int version) in __v1_v2_rx_user_ready() argument
210 switch (version) { in __v1_v2_rx_user_ready()
240 ring->version)) { in walk_v1_v2_rx()
243 switch (ring->version) { in walk_v1_v2_rx()
260 __v1_v2_rx_user_ready(ppd.raw, ring->version); in walk_v1_v2_rx()
[all …]
Dnettest.c71 int version; /* AF_INET/AF_INET6 */ member
239 switch (args->version) { in tcp_md5_remote()
391 static int set_unicast_if(int sd, int ifindex, int version) in set_unicast_if() argument
399 if (version == AF_INET6) { in set_unicast_if()
638 int ifindex, int version) in send_msg_cmsg() argument
657 if (version == AF_INET) { in send_msg_cmsg()
668 } else if (version == AF_INET6) { in send_msg_cmsg()
707 if (send_msg_cmsg(sd, addr, alen, args->ifindex, args->version)) in send_msg()
794 if (args->version == AF_INET6) { in socket_read_dgram()
909 static void set_recv_attr(int sd, int version) in set_recv_attr() argument
[all …]
/tools/perf/arch/s390/util/
Dheader.c33 char type[8], model[33], version[8], manufacturer[32], authorization[8]; in get_cpuid() local
53 memset(version, 0, sizeof(version)); in get_cpuid()
113 vssize += scnprintf(version + vssize, in get_cpuid()
114 sizeof(version) - vssize, "%s", sep + 1); in get_cpuid()
130 if (version[0] && authorization[0] ) in get_cpuid()
132 manufacturer, type, model, version, in get_cpuid()
/tools/perf/
Dbuiltin-version.c13 struct version { struct
17 static struct version version; variable
20 OPT_BOOLEAN(0, "build-options", &version.build_options,
93 if (version.build_options || version_verbose == 1) in cmd_version()
/tools/lib/bpf/
Dlibbpf_internal.h42 # define COMPAT_VERSION(internal_name, api_name, version) \ argument
43 asm(".symver " #internal_name "," #api_name "@" #version);
44 # define DEFAULT_VERSION(internal_name, api_name, version) \ argument
45 asm(".symver " #internal_name "," #api_name "@@" #version);
47 # define COMPAT_VERSION(internal_name, api_name, version) argument
48 # define DEFAULT_VERSION(internal_name, api_name, version) \ argument
DREADME.rst107 Versioning is implemented by ``libbpf.map`` version script that is
110 Version name is ``LIBBPF_`` prefix + three-component numeric version,
114 semantic of existing symbol is changed, ABI version should be bumped.
115 This bump in ABI version is at most once per kernel development cycle.
144 , where new version ``LIBBPF_0.0.2`` depends on the previous
147 Format of version script and ways to handle ABI changes, including
154 mirror of the mainline's version of libbpf for a stand-alone build.
/tools/testing/selftests/android/ion/
Dionmap_test.c21 drm_version_t version = { 0 }; in check_vgem() local
25 version.name_len = 4; in check_vgem()
26 version.name = name; in check_vgem()
28 ret = ioctl(fd, DRM_IOCTL_VERSION, &version); in check_vgem()
/tools/bpf/bpftool/Documentation/
Dbpftool.rst17 **bpftool** **version**
21 *OPTIONS* := { { **-V** | **--version** } | { **-h** | **--help** }
52 -V, --version
53 Print version number (similar to **bpftool version**).
/tools/perf/util/
Dutil.c267 int version, patchlevel, sublevel, err; in fetch_ubuntu_kernel_version() local
296 &version, &patchlevel, &sublevel); in fetch_ubuntu_kernel_version()
303 *puint = (version << 16) + (patchlevel << 8) + sublevel; in fetch_ubuntu_kernel_version()
315 int version, patchlevel, sublevel, err; in fetch_kernel_version() local
334 &version, &patchlevel, &sublevel); in fetch_kernel_version()
342 *puint = (version << 16) + (patchlevel << 8) + sublevel; in fetch_kernel_version()
Dtrace-event-read.c377 char *version; in trace_report() local
406 version = read_string(); in trace_report()
407 if (version == NULL) in trace_report()
410 printf("version = %s\n", version); in trace_report()
413 free(version); in trace_report()
456 if (atof(version) >= 0.6) { in trace_report()
476 free(version); in trace_report()
/tools/perf/pmu-events/arch/nds32/
Dmapfile.csv5 # MIDR Processor version
7 # Version could be used to track version of of JSON file
/tools/perf/pmu-events/arch/powerpc/
Dmapfile.csv5 # PVR Processor version
6 # Version could be used to track version of of JSON file
/tools/include/uapi/linux/
Dfscrypt.h39 __u8 version; member
66 __u8 version; member
78 __u8 version; member
/tools/usb/usbip/src/
Dusbip_network.c135 op_common->version = usbip_net_pack_uint16_t(pack, op_common->version); in usbip_net_pack_op_common()
147 op_common.version = USBIP_VERSION; in usbip_net_send_op_common()
177 if (op_common.version != USBIP_VERSION) { in usbip_net_recv_op_common()
179 op_common.version, USBIP_VERSION); in usbip_net_recv_op_common()
/tools/power/cpupower/debug/i386/
Ddump_psb.c42 u_char version; member
90 if (psb->version != 0x12) in decode_psb()
94 psb->version, in decode_psb()
/tools/perf/pmu-events/arch/arm64/
Dmapfile.csv5 # MIDR Processor version
7 # Version could be used to track version of of JSON file
/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME1 Perf-Trace-Util version 0.01
53 it under the same terms as Perl itself, either Perl version 5.10.0 or,
54 at your option, any later version of Perl 5 you may have available.
57 GNU General Public License ("GPL") version 2 as published by the Free
/tools/testing/selftests/bpf/progs/
Dtest_lwt_ip_encap.c27 hdr.iph.version = 4; in bpf_lwt_encap_gre()
62 hdr.ip6hdr.version = 6; in bpf_lwt_encap_gre6()
/tools/firewire/
DMakefile3 nosy-dump-version = 0.4

1234567