Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 25 of 84) sorted by relevance

1234

/tools/testing/selftests/vm/
Drun_vmtests63 shmmax=`cat /proc/sys/kernel/shmmax`
64 shmall=`cat /proc/sys/kernel/shmall`
65 echo 268435456 > /proc/sys/kernel/shmmax
66 echo 4194304 > /proc/sys/kernel/shmall
77 echo $shmmax > /proc/sys/kernel/shmmax
78 echo $shmall > /proc/sys/kernel/shmall
DMakefile22 userfaultfd: userfaultfd.c ../../../../usr/include/linux/kernel.h
28 ../../../../usr/include/linux/kernel.h:
/tools/testing/selftests/ftrace/test.d/ftrace/
Dfgraph-filter-stack.tc19 if [ -e /proc/sys/kernel/stack_tracer_enabled ]; then
20 echo 0 > /proc/sys/kernel/stack_tracer_enabled
54 echo 1 > /proc/sys/kernel/stack_tracer_enabled
73 echo 0 > /proc/sys/kernel/stack_tracer_enabled
/tools/kvm/kvm_stat/
Dkvm_stat.txt6 kvm_stat - Report KVM kernel module event counters
15 kvm_stat prints counts of KVM kernel module trace events. These events signify
22 The set of KVM kernel module trace events may be specific to the kernel version
23 or architecture. It is best to check the KVM kernel module source code for the
/tools/testing/selftests/pstore/
Dpstore_crash_test16 echo 1 > /proc/sys/kernel/sysrq
18 echo 3 > /proc/sys/kernel/panic
Dcommon_tests58 UUID=`cat /proc/sys/kernel/random/uuid`
/tools/lguest/
Dlguest.txt6 Lguest is designed to be a minimal 32-bit x86 hypervisor for the Linux kernel,
14 - Kernel module which runs in a normal kernel.
22 - No ABI: being tied to a specific kernel anyway, you can change anything.
27 - The easiest way to run lguest is to use same kernel as guest and host.
30 You will need to configure your kernel with the following options:
36 "Alignment value to which kernel should be aligned" = 0x100000
53 to build it. If you didn't build your kernel in-tree, use "make
79 vmlinux: the kernel image found in the top of your build directory. You
89 kernel boot parameters.
120 to provide entropy to the guest kernel's /dev/random.
/tools/perf/Documentation/
Dperf-buildid-list.txt19 It can also be used to show the build id of the running kernel or in an ELF
34 --kernel::
35 Show running kernel build id.
Dperf-kmem.txt6 perf-kmem - Tool to trace/measure kernel memory properties
20 'perf kmem stat' to report kernel memory statistics.
Dperf-mem.txt52 --all-kernel::
53 Configure all used events to run in kernel space.
Dperf-trace.txt127 times the maximum for non-root users, based on the kernel.perf_event_mlock_kb
130 --kernel-syscall-graph::
131 Show the kernel callchains on the syscall exit path.
139 this is just about the presentation part, i.e. the kernel is still
146 Default: /proc/sys/kernel/perf_event_max_stack when present for
173 - addr level is either 'k' for kernel dso or '.' for user dso.
/tools/perf/tests/
Dbpf-script-test-kbuild.c7 # error Example: for 4.2 kernel, put 'clang-opt="-DLINUX_VERSION_CODE=0x40200" into llvm section of…
Dbpf-script-test-prologue.c7 # error Example: for 4.2 kernel, put 'clang-opt="-DLINUX_VERSION_CODE=0x40200" into llvm section of…
Dbpf-script-test-relocation.c7 # error Example: for 4.2 kernel, put 'clang-opt="-DLINUX_VERSION_CODE=0x40200" into llvm section of…
Dbpf-script-example.c7 # error Example: for 4.2 kernel, put 'clang-opt="-DLINUX_VERSION_CODE=0x40200" into llvm section of…
/tools/testing/selftests/rcutorture/configs/lock/
Dver_functions.sh29 echo CPU-hotplug kernel, adding locktorture onoff. 1>&2
/tools/testing/selftests/zram/
Dzram.sh18 MODULE_PATH=/lib/modules/`uname -r`/kernel/drivers/block/zram/zram.ko
/tools/testing/selftests/rcutorture/configs/rcu/
Dver_functions.sh41 echo CPU-hotplug kernel, adding rcutorture onoff. 1>&2
/tools/perf/util/
Dmachine.c691 struct dso *kernel; in machine__get_kernel() local
698 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
709 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
714 if (kernel != NULL && (!kernel->has_build_id)) in machine__get_kernel()
715 dso__read_running_kernel_build_id(kernel, machine); in machine__get_kernel()
717 return kernel; in machine__get_kernel()
764 int __machine__create_kernel_maps(struct machine *machine, struct dso *kernel) in __machine__create_kernel_maps() argument
776 machine->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()
1127 struct dso *kernel = machine__get_kernel(machine); in machine__create_kernel_maps() local
1132 if (kernel == NULL) in machine__create_kernel_maps()
[all …]
Dsymbol.c280 void __symbols__insert(struct rb_root *symbols, struct symbol *sym, bool kernel) in __symbols__insert() argument
287 if (kernel) { in __symbols__insert()
453 __symbols__insert(&dso->symbols[type], sym, dso->kernel); in dso__insert_symbol()
729 dso->kernel == DSO_TYPE_GUEST_KERNEL && in dso__split_kallsyms()
778 if (dso->kernel == DSO_TYPE_GUEST_KERNEL) in dso__split_kallsyms()
791 ndso->kernel = dso->kernel; in dso__split_kallsyms()
822 dso->kernel == DSO_TYPE_GUEST_KERNEL && in dso__split_kallsyms()
1208 if (dso->kernel == DSO_TYPE_GUEST_KERNEL) in dso__load_kcore()
1274 if (dso->kernel == DSO_TYPE_GUEST_KERNEL) in __dso__load_kallsyms()
1359 return !kmod && dso->kernel == DSO_TYPE_USER; in dso__is_compatible_symtab_type()
[all …]
/tools/time/
Dudelay_test.sh21 UDELAY_PATH=/sys/kernel/debug/udelay_test
/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt2 in order to allow an initrd to be built into your kernel. The trick
34 advantage of allowing you to test your kernel independently of the
111 [1]: https://dracut.wiki.kernel.org/index.php/Main_Page
112 [2]: http://blog.elastocloud.org/2015/06/rapid-linux-kernel-devtest-with-qemu.html
/tools/perf/arch/x86/
DMakefile21 @(test -d ../../kernel -a -d ../../tools -a -d ../perf && ( \
/tools/power/cpupower/
D.gitignore23 debug/kernel/Module.symvers
/tools/perf/
Dperf-with-kcore.sh176 elif [ ! -r /sys/kernel/debug -o ! -x /sys/kernel/debug ] ; then

1234