Home
last modified time | relevance | path

Searched refs:utsname (Results 1 – 16 of 16) sorted by relevance

/tools/testing/selftests/arm64/
Dtags_test.c18 struct utsname *ptr; in main()
23 ptr = (struct utsname *)malloc(sizeof(*ptr)); in main()
26 ptr = (struct utsname *)SET_TAG(ptr, tag); in main()
/tools/perf/util/
Dutil.c314 struct utsname utsname; in fetch_kernel_version() local
322 if (uname(&utsname)) in fetch_kernel_version()
326 strncpy(str, utsname.release, str_size); in fetch_kernel_version()
333 err = sscanf(utsname.release, "%d.%d.%d", in fetch_kernel_version()
338 utsname.release); in fetch_kernel_version()
Denv.c280 struct utsname uts; in perf_env__read_arch()
351 static struct utsname uts = { .machine[0] = '\0', }; in perf_env__arch()
Dcputopo.c158 struct utsname uts; in has_die_topology()
Dheader.c332 struct utsname uts; in write_hostname()
345 struct utsname uts; in write_osrelease()
358 struct utsname uts; in write_arch()
Dsymbol.c2131 struct utsname uts; in vmlinux_path__init()
/tools/power/cpupower/utils/
Dcpupower.c177 struct utsname uts; in main()
/tools/power/cpupower/bench/
Dparse.c56 struct utsname sysdata; in prepare_output()
/tools/testing/selftests/powerpc/
Dutils.c130 struct utsname uts; in is_ppc64le()
/tools/lib/bpf/
Dlibbpf_probes.c54 struct utsname utsn; in get_kernel_version()
Dlibbpf.c2886 struct utsname buf; in bpf_core_find_kernel_btf()
/tools/bpf/bpftool/
Dfeature.c389 struct utsname utsn; in probe_kernel_image_config()
/tools/hv/
Dhv_kvp_daemon.c89 static struct utsname uts_buf;
/tools/perf/
Dbuiltin-top.c166 struct utsname uts; in ui__warn_map_erange()
Dbuiltin-script.c3419 struct utsname uts; in cmd_script()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2763 struct utsname utsbuf; in TEST()