Home
last modified time | relevance | path

Searched refs:uname (Results 1 – 25 of 138) sorted by relevance

123456

/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh114 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u -C 0 -- taskset --cpu-list 1 uname
444 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/mtc=0,tsc=0/u uname
465 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/branch=0/u uname
488 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/cyc/u uname
496 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u uname
511 …rd_no_decode -o "${perfdatafile}" --aux-sample=8192 -e '{intel_pt//u,branch-misses:u}' uname ; then
516 if perf_record_no_decode -o "${perfdatafile}" -e br_misp_retired.all_branches:u uname ; then
517 …{perfdatafile}" -e '{intel_pt//,br_misp_retired.all_branches/aux-sample-size=8192/}:u' uname ; then
531 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt//k -m1,128 uname ; then
568 perf_record_no_bpf -o "${perfdatafile}" --aux-sample -e '{intel_pt//,cycles}:u' uname
[all …]
H A Dscript.sh56 case $(uname -m)
88 perf record -o "${perf_data}" --sample-cpu uname
H A Dperf-report-hierarchy.sh34 perf record -o "${perf_data}" uname
/linux/arch/powerpc/platforms/pseries/
H A Dfirmware.c154 static int __init probe_fw_features(unsigned long node, const char *uname, int in probe_fw_features() argument
165 if (!strcmp(uname, "rtas") || !strcmp(uname, "rtas@0")) { in probe_fw_features()
176 if (!strcmp(uname, "chosen")) { in probe_fw_features()
/linux/fs/9p/
H A Dv9fs.c162 if (strcmp(v9ses->uname, V9FS_DEFUSER) != 0) in v9fs_show_options()
163 seq_printf(m, ",uname=%s", v9ses->uname); in v9fs_show_options()
261 kfree(session_opts->uname); in v9fs_parse_param()
262 session_opts->uname = param->string; in v9fs_parse_param()
408 v9ses->uname = ctx->session_opts.uname; in v9fs_apply_options()
409 ctx->session_opts.uname = NULL; in v9fs_apply_options()
496 fid = p9_client_attach(v9ses->clnt, NULL, v9ses->uname, INVALID_UID, in v9fs_session_init()
529 kfree(v9ses->uname); in v9fs_session_init()
551 kfree(v9ses->uname); in v9fs_session_close()
H A Dfid.c173 const unsigned char **wnames, *uname; in v9fs_fid_lookup_with_uid() local
209 uname = NULL; in v9fs_fid_lookup_with_uid()
211 uname = v9ses->uname; in v9fs_fid_lookup_with_uid()
213 fid = p9_client_attach(v9ses->clnt, NULL, uname, uid, in v9fs_fid_lookup_with_uid()
H A Dvfs_super.c291 kfree(ctx->session_opts.uname); in v9fs_free_fc()
322 ctx->session_opts.uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_init_fs_context()
323 if (!ctx->session_opts.uname) in v9fs_init_fs_context()
/linux/tools/perf/Documentation/
H A Dperf.data-directory-format.txt34 $ sudo perf record --kcore uname
61uname 15316 2060795.480924: 588287 cycles: ffffffffa303a56d page_counter_try_charge+0x6d (vml…
62uname 15316 2060795.481067: 2261945 cycles: ffffffffa301438f kmem_cache_free+0x4f (vmlinux)
63uname 15316 2060795.481643: 2172167 cycles: 7f1a48c393c0 _IO_un_link+0x0 (/lib/x86_64-linu…
/linux/tools/testing/crypto/chacha20-s390/
H A DMakefile10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
/linux/scripts/kconfig/
H A Dstreamline_config.pl59 my $uname = `uname -r`;
60 chomp $uname;
72 "file" => "/boot/config-$uname",
76 "file" => "/boot/vmlinuz-$uname",
86 "file" => "/lib/modules/$uname/kernel/kernel/configs.ko",
/linux/tools/power/cpupower/debug/kernel/
H A DMakefile4 KDIR := /lib/modules/$(shell uname -r)/build
5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/
/linux/arch/um/os-Linux/
H A Dutil.c53 uname(&host); in setup_machinename()
74 uname(&host); in setup_hostinfo()
/linux/arch/x86/kvm/
H A Dkvm_cache_regs.h19 #define BUILD_KVM_GPR_ACCESSORS(lname, uname) \ argument
22 return vcpu->arch.regs[VCPU_REGS_##uname]; \
27 vcpu->arch.regs[VCPU_REGS_##uname] = val; \
/linux/tools/docs/
H A Dlist-arch.sh9 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/' | sed 's/s390x/s390/')}
/linux/scripts/
H A Dmkcompile_h14 LINUX_COMPILE_HOST=`uname -n`
H A Dprune-kernel12 elif [ $(uname -r) = "$f" ]; then
/linux/tools/include/nolibc/sys/
H A Dutsname.h18 * int uname(struct utsname *buf);
37 int uname(struct utsname *buf) in uname() function
/linux/tools/testing/selftests/thermal/intel/workload_hint/
H A DMakefile3 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
/linux/tools/testing/selftests/thermal/intel/power_floor/
H A DMakefile3 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
/linux/tools/testing/selftests/breakpoints/
H A DMakefile3 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
/linux/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile3 UNAME_M := $(shell uname -m)
/linux/tools/testing/selftests/intel_pstate/
H A DMakefile5 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
/linux/arch/powerpc/
H A DMakefile31 uname := $(shell uname -m) macro
32 KBUILD_DEFCONFIG := $(if $(filter ppc%,$(uname)),$(uname),ppc64le)_defconfig
/linux/tools/testing/selftests/ipc/
H A DMakefile2 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
/linux/tools/testing/selftests/net/bench/page_pool/
H A DMakefile2 KDIR ?= /lib/modules/$(shell uname -r)/build

123456