Home
last modified time | relevance | path

Searched refs:tools (Results 1 – 200 of 324) sorted by relevance

12

/linux-4.4.14/tools/perf/
DMANIFEST1 tools/perf
2 tools/arch/alpha/include/asm/barrier.h
3 tools/arch/arm/include/asm/barrier.h
4 tools/arch/ia64/include/asm/barrier.h
5 tools/arch/mips/include/asm/barrier.h
6 tools/arch/powerpc/include/asm/barrier.h
7 tools/arch/s390/include/asm/barrier.h
8 tools/arch/sh/include/asm/barrier.h
9 tools/arch/sparc/include/asm/barrier.h
10 tools/arch/sparc/include/asm/barrier_32.h
[all …]
DMakefile.perf148 LIB_DIR = $(srctree)/tools/lib/api/
149 TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
150 BPF_DIR = $(srctree)/tools/lib/bpf/
310 include $(srctree)/tools/build/Makefile.include
365 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
368 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
371 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
374 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
377 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
380 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
[all …]
/linux-4.4.14/arch/alpha/boot/
DMakefile11 hostprogs-y := tools/mkbb tools/objstrip
13 vmlinux.nh tools/lxboot tools/bootlx tools/bootph \
14 tools/bootpzh bootloader bootpheader bootpzheader
15 OBJSTRIP := $(obj)/tools/objstrip
21 $(obj)/bootimage: $(addprefix $(obj)/tools/,mkbb lxboot bootlx) $(obj)/vmlinux.nh
22 ( cat $(obj)/tools/lxboot $(obj)/tools/bootlx $(obj)/vmlinux.nh ) > $@
23 $(obj)/tools/mkbb $@ $(obj)/tools/lxboot
27 $(obj)/bootpfile: $(obj)/tools/bootph $(obj)/vmlinux.nh
28 cat $(obj)/tools/bootph $(obj)/vmlinux.nh > $@
35 $(obj)/bootpzfile: $(obj)/tools/bootpzh $(obj)/vmlinux.nh.gz
[all …]
/linux-4.4.14/Documentation/
Dkselftest.txt3 The kernel contains a set of "self tests" under the tools/testing/selftests/
18 $ make -C tools/testing/selftests
22 $ make -C tools/testing/selftests run_tests
36 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
41 See the top-level tools/testing/selftests/Makefile for the list of all
49 $ make -C tools/testing/selftests hotplug
52 $ make -C tools/testing/selftests run_hotplug
61 location which is tools/testing/selftests/kselftest or an user specified
65 $ cd tools/testing/selftests
69 $ cd tools/testing/selftests
DChanges20 running a Linux kernel. Also, not all tools are necessary on all
28 o module-init-tools 0.9.10 # depmod -V
33 o squashfs-tools 4.0 # mksquashfs -version
36 o quota-tools 3.09 # quota -V
138 A new module loader is now in the kernel that requires module-init-tools
188 Quota-tools
192 the newer version 2 quota format. Quota-tools version 3.07 and
230 consider using the network tools from ip-route2.
234 The packet filtering and NAT code uses the same tools like the previous 2.4.x
332 o <https://code.launchpad.net/initrd-tools/main>
[all …]
Dhw_random.txt12 latest version of the "rng-tools" package from the
17 Those tools use /dev/hwrng to fill the kernel entropy pool,
32 The rng-tools package uses such tests in "rngd", and lets you
Dprintk-formats.txt186 http://tools.ietf.org/html/rfc5952
207 http://tools.ietf.org/html/rfc5952 is being used if the additional
210 https://tools.ietf.org/html/draft-ietf-6man-text-addr-representation-07
Dcpu-load.txt5 `/proc/uptime' that userland tools, such as top(1), use to calculate
Dkernel-doc-nano-HOWTO.txt18 SGML templates in Documentation/DocBook, and other tools understand
162 'make xmldocs' and then use DocBook tools to convert
356 !C<filename> is replaced by nothing, but makes the tools check that
DBUG-HUNTING43 Using the provided tools with git makes finding bugs easy provided the bug is
150 out. But below are some hints on how to use the tools.
Dcoccinelle.txt157 require external tools for indexing the code. None of them is
159 one of these tools, and according to the cocci file used,
DSubmitChecklist23 3: Builds on multiple CPU architectures by using local cross-compile tools
Dbcache.txt7 http://evilpiepirate.org/git/bcache-tools.git
39 You'll need make-bcache from the bcache-tools repository. Both the cache device
49 bcache-tools now ships udev rules, and bcache devices are known to the kernel
/linux-4.4.14/tools/power/acpi/
DMakefile19 $(call descend,tools/$@,all)
21 $(call descend,tools/$(@:_clean=),clean)
23 $(call descend,tools/$(@:_install=),install)
25 $(call descend,tools/$(@:_uninstall=),uninstall)
DMakefile.rules28 install-tools:
31 uninstall-tools:
34 install: all install-tools $(EXTRA_INSTALL)
35 uninstall: uninstall-tools $(EXTRA_UNINSTALL)
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-vmbus6 Users: tools/hv/lsvmbus
13 Users: tools/hv/lsvmbus
20 Users: tools/hv/lsvmbus
29 Users: tools/hv/lsvmbus
Do2cb5 Description: Ocfs2-tools looks at 'interface-revision' for versioning
9 Users: ocfs2-tools. It's sufficient to mail proposed changes to
Dfirewire-cdev103 tools like jujuutils, fwhack, ...
/linux-4.4.14/arch/x86/
D.gitignore2 tools/test_get_len
3 tools/insn_sanity
DMakefile193 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
249 $(Q)$(MAKE) $(build)=arch/x86/tools posttest
270 $(Q)$(MAKE) $(clean)=arch/x86/tools
/linux-4.4.14/tools/build/
DMakefile.include1 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
7 $(Q)$(MAKE) -C $(srctree)/tools/build fixdep
DMakefile6 include $(srctree)/tools//scripts/Makefile.include
26 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
DMakefile.build22 build-dir := $(srctree)/tools/build
DMakefile.feature1 feature_dir := $(srctree)/tools/build/feature
/linux-4.4.14/tools/perf/Documentation/
DBuild.txt21 - tools/build/Makefile.build
24 - tools/build/Build.include
30 Please refer to tools/build/Documentation/Build.txt for more
Dandroid.txt36 ./build/tools/build-ndk-sysroot.sh --abi=arm
39 ./build/tools/build-ndk-sysroot.sh --abi=x86
62 If you also want to use perf-archive you need busybox tools for Android.
DMakefile181 check-man-tools:
195 install-man: check-man-tools man
326 WEBDOC_DEST = /pub/software/tools/perf/docs
Dperf-buildid-list.txt16 tools can be used to fetch packages with matching symbol tables for use by
Dperf.txt6 perf - Performance analysis tools for Linux
Dperf-script-python.txt358 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-record
370 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-report
385 # ls -al kernel-source/tools/perf/scripts/python
387 root@tropicana:/home/trz/src/tip# ls -al tools/perf/scripts/python
Dperf-trace.txt21 the other perf tools. Files can be generated using the 'perf record' command
Dperf-kvm.txt46 so that other tools can be used to fetch packages with matching symbol tables
/linux-4.4.14/tools/build/tests/ex/
DMakefile8 include $(srctree)/tools/build/Makefile.include
14 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux-4.4.14/arch/x86/tools/
DMakefile15 distill_awk = $(srctree)/arch/x86/tools/distill.awk
16 chkobjdump = $(srctree)/arch/x86/tools/chkobjdump.awk
40 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
/linux-4.4.14/drivers/lguest/
DKconfig8 "lguest" command found in the tools/lguest directory.
11 not "rustyvisor". See tools/lguest/lguest.txt.
DMakefile18 @sh ../../tools/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`
/linux-4.4.14/Documentation/video4linux/
DREADME.ir10 remote controls. I suggest to download my input layer tools
36 input". The input layer tools mentioned above use the event device.
38 The input layer tools are nice for trouble shooting, i.e. to check
49 linux input layer (via event device). The input layer tools tarball
Dmeye.txt81 so all video4linux tools (like xawtv) should work with this driver.
/linux-4.4.14/Documentation/ABI/removed/
Do2cb6 removed when new versions of ocfs2-tools which know to look
9 Users: ocfs2-tools. It's sufficient to mail proposed changes to
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt257 tools/testing/fault-injection/failcmd.sh. Please run a command
258 "./tools/testing/fault-injection/failcmd.sh --help" for more information and
263 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab
266 # ./tools/testing/fault-injection/failcmd.sh \
267 -- make -C tools/testing/selftests/ run_tests
272 # ./tools/testing/fault-injection/failcmd.sh --times=100 \
273 -- make -C tools/testing/selftests/ run_tests
279 ./tools/testing/fault-injection/failcmd.sh --times=100 \
280 -- make -C tools/testing/selftests/ run_tests
Dnotifier-error-inject.txt92 There are tools/testing/selftests using the notifier error injection features
95 * tools/testing/selftests/cpu-hotplug/on-off-test.sh
96 * tools/testing/selftests/memory-hotplug/on-off-test.sh
/linux-4.4.14/scripts/
DMakefile12 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
23 HOSTCFLAGS_sortextable.o = -I$(srctree)/tools/include
D.check-lc_ctype.cmd1 …-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -I./tools/include -o script…
D.docproc.cmd1 …-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -I./tools/include -o script…
/linux-4.4.14/tools/power/cpupower/
DREADME16 tools and programs to the cpufreq core and drivers in the Linux kernel. This
17 allows for code reduction in userspace tools, a clean implementation of
42 powernow-k8-decode and intel_gsic tools as well as the french language file;
/linux-4.4.14/Documentation/filesystems/
Ddlmfs.txt9 Tools web page: https://github.com/markfasheh/ocfs2-tools
43 place. Please download ocfs2-tools from the above url and configure a
48 ocfs2_hb_ctl (distributed with ocfs2-tools). Right now it requires
54 with ocfs2-tools.
63 'libo2dlm' (distributed with ocfs2-tools) which abstracts the file
75 distributed with ocfs2-tools.
Docfs2.txt8 You'll want to install the ocfs2-tools package in order to at least
12 Tools git tree: https://github.com/markfasheh/ocfs2-tools
Dbtrfs.txt252 Userspace tools for creating and manipulating Btrfs file systems are
258 These include the following tools:
266 Other tools for specific tasks:
Decryptfs.txt16 eCryptfs requires the userspace tools downloadable from the
Dquota.txt18 For more details about quota design, see the documentation in quota-tools package
Dramfs-rootfs-initramfs.txt164 The kernel does not depend on external cpio tools. If you specify a
299 It's not as popular as tar because the traditional cpio command line tools
301 either way about the archive format, and there are alternative tools,
318 something brand new. The kernel provides its own tools to create and
Dnilfs2.txt22 The userland tools are included in nilfs-utils package, which is
25 cleaner or garbage collector) are required. Details on the tools are
Dgfs2-uevents.txt50 someone using an older version of the user tools and breaking their
Dsquashfs.txt58 The squashfs-tools development tree is now located on kernel.org
59 git://git.kernel.org/pub/scm/fs/squashfs/squashfs-tools.git
Dext4.txt53 (Note: we currently do not have tools to convert an ext4
249 noquota are used only by quota tools to recognize volumes
251 usrquota in the quota-tools package for more details
257 quota options. See documentation in the quota-tools
/linux-4.4.14/tools/build/Documentation/
DBuild.txt27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
83 $ make -f tools/build/Makefile.build dir=. obj=ex
84 $ make -f tools/build/Makefile.build dir=. obj=libex
98 You can check the 'ex' example in 'tools/build/tests/ex' for more details.
104 The tools/build/Makefile.include makefile could be included
110 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh27 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
28 . tools/testing/selftests/rcutorture/bin/functions.sh
Dkvm-recheck-rcu.sh33 . tools/testing/selftests/rcutorture/bin/functions.sh
/linux-4.4.14/Documentation/device-mapper/
Dera.txt102 Userland tools
105 Userland tools are found in the increasingly poorly named
106 thin-provisioning-tools project:
108 https://github.com/jthornber/thin-provisioning-tools
Dthin-provisioning.txt40 Userspace tools for checking and repairing the metadata are under
306 contain the string 'Fail'. The userspace recovery tools
396 tools should then be used.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-ocfs26 ocfs2-tools to interact with the filesystem.
72 userspace tools when bringing the cluster stack online.
89 ocfs2-tools <ocfs2-tools-devel@oss.oracle.com>
Dsysfs-bus-css24 Users: s390-tools, HAL
35 Users: s390-tools, HAL
Dsysfs-devices-memory9 Users: hotplug memory add/remove tools
21 Users: hotplug memory remove tools
60 Users: hotplug memory remove tools
Dsysfs-firmware-efi-runtime-map11 kernel. The mappings are exported to sysfs so userspace tools
Dsysfs-bus-pci-devices-cciss69 honored. This is to allow, for example, kexec tools to be able
/linux-4.4.14/drivers/misc/mic/
DKconfig15 OS and tools for MIC to use with this driver are available from
32 OS and tools for MIC to use with this driver are available from
52 OS and tools for MIC to use with this driver are available from
90 OS and tools for MIC to use with this driver are available from
108 OS and tools for MIC to use with this driver are available from
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/
DMakefile67 RDES2C = /n/asic/design/tools/rdesc/rdes2c
68 RDES2INTR = /n/asic/design/tools/rdesc/rdes2intr
69 RDES2TXT = /n/asic/design/tools/rdesc/rdes2txt
/linux-4.4.14/arch/x86/boot/compressed/
DMakefile41 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
66 CMD_RELOCS = arch/x86/tools/relocs
96 $(CONFIG_SHELL) $(srctree)/arch/x86/tools/calc_run_size.sh)
/linux-4.4.14/Documentation/networking/
Dframerelay.txt9 net-tools archives is 'dlcicfg'. This program will communicate with the
25 Configuration of the FRAD makes use of another net-tools program, 'fradcfg'.
35 the net-tools distribution. They can be found at ftp.invlogic.com, in
Dipddp.txt36 Basic instructions for user space tools
39 I will briefly describe the operation of the tools, but you will
40 need to consult the supporting documentation for each set of tools.
Dbridge.txt2 userspace tools.
Dalias.txt6 per interface. Newer tools such as iproute2 support multiple
Ddctcp.txt40 http://tools.ietf.org/html/draft-bensley-tcpm-dctcp-00
Dswitchdev.txt16                              User-space tools                                 
80 standard netdev tools (iproute2, ethtool, etc), the port netdev can also
147 tools such as the bridge driver, the bonding/team drivers, and netlink-based
148 tools such as iproute2.
Dixgbe.txt244 allow the userspace tools (see below) to communicate with the driver.
263 In order to use DCB, userspace tools must be downloaded and installed.
264 The dcbd tools can be found at:
Dpolicy-routing.txt81 or use route utility from current net-tools.
Dieee802154.txt34 git tree at https://github.com/linux-wpan/wpan-tools).
Dltpc.txt103 kernel driver and userspace tools needed.
Ddns_resolver.txt23 These routines must be supported by userspace tools dns.upcall, cifs.upcall and
Dcdc_mbim.txt219 This is a simple example using tools commonly available, exporting
229 are expected to use the tools and programming interfaces required by
Diphase.txt54 d. Rebuild the kernel, loadable modules and the atm tools.
/linux-4.4.14/fs/ocfs2/
DKconfig15 You'll want to install the ocfs2-tools package in order to at least
19 Tools web page: http://oss.oracle.com/projects/ocfs2-tools
32 to configure it. This comes with the standard ocfs2-tools package.
/linux-4.4.14/arch/x86/boot/
DMakefile40 hostprogs-y := tools/build
43 HOST_EXTRACFLAGS += -I$(srctree)/tools/include \
67 cmd_image = $(obj)/tools/build $(obj)/setup.bin $(obj)/vmlinux.bin \
70 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
Dheader.S168 # The size of the bzImage is written in tools/build.c
/linux-4.4.14/drivers/staging/lustre/
DREADME.txt18 package that contains the userspace tools from http://lustre.org/download/
24 After you installed the lustre-client tools including mount.lustre binary
79 Source for the userspace tools and out-of-tree client and server code
/linux-4.4.14/arch/x86/xen/
DKconfig34 The Xen tools and crash dump analysis tools might not support
/linux-4.4.14/Documentation/security/
Dapparmor.txt28 and tools links).
38 User space tools - https://launchpad.net/apparmor
/linux-4.4.14/tools/lib/bpf/
DMakefile129 include $(srctree)/tools/build/Makefile.include
178 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/linux-4.4.14/Documentation/input/
Duserio.txt64 5. Userspace tools
66 The userio userspace tools are able to record PS/2 devices using some of the
68 latest version of these tools can be found at:
Dntrig.txt116 The N-Trig windows tools provide calibration and testing routines. Also an
117 unofficial unsupported set of user space tools including a calibrator is
/linux-4.4.14/Documentation/s390/
Dzfcpdump.txt14 the s390-tools package) to make the device bootable. The operator of a Linux
40 The zfcpdump directory is defined in the s390-tools package.
46 The s390-tools package version 1.24.0 and above builds an external zfcpdump
/linux-4.4.14/Documentation/kdump/
Dkdump.txt53 use analysis tools such as the GNU Debugger (GDB) and the Crash tool to
61 Install kexec-tools
66 2) Download the kexec-tools user-space package from the following URL:
68 http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools.tar.gz
72 The latest kexec-tools git tree is available at:
74 git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
76 http://www.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
79 http://www.kernel.org/git/?p=utils/kernel/kexec/kexec-tools.git
81 More information about kexec-tools can be found at
86 tar xvpzf kexec-tools.tar.gz
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/
DKbuild8 #- code also used by various userspace tools/tests
13 #- code also used by various userspace tools/tests
/linux-4.4.14/drivers/video/logo/
Dlogo_blackfin_clut224.ppm2 # This was generated by the GIMP & Netpbm tools
Dlogo_blackfin_vga16.ppm2 # This was generated by the GIMP & Netpbm tools
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
DBuild11 @(test -d ../../kernel -a -d ../../tools -a -d ../perf && (( \
15 …diff -B util/intel-pt-decoder/gen-insn-attr-x86.awk ../../arch/x86/tools/gen-insn-attr-x86.awk >/d…
/linux-4.4.14/Documentation/x86/x86_64/
Duefi.txt6 Although the tools below are _not_ needed for building the kernel,
7 the needed bootloader support and associated tools for x86_64 platforms
/linux-4.4.14/scripts/package/
DMakefile121 echo $$(cat $(srctree)/tools/perf/MANIFEST)) \
125 (cd $(srctree)/tools/perf; \
/linux-4.4.14/tools/perf/tests/
Dperf-targz-src-pkg18 make -C $TMP_DEST/perf*/tools/perf > /dev/null 2>&1
Dmake265 @echo "- make -C <kernelsrc> tools/perf"
267 (make -C ../.. tools/perf) > $@ 2>&1 && \
271 @echo "- make -C <kernelsrc>/tools perf"
273 (make -C ../../tools perf) > $@ 2>&1 && \
/linux-4.4.14/Documentation/mic/mpssd/
DMakefile10 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
/linux-4.4.14/net/xfrm/
DKconfig19 like IPsec used by native Linux tools.
65 They are required if you are going to use IPsec tools ported
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
DMakefile71 RDES2C = /n/asic/design/tools/rdesc/rdes2c
72 RDES2INTR = /n/asic/design/tools/rdesc/rdes2intr
73 RDES2TXT = /n/asic/design/tools/rdesc/rdes2txt
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-server-gss.txt12 - RFC2203 v1: http://tools.ietf.org/rfc/rfc2203.txt
13 - RFC5403 v2: http://tools.ietf.org/rfc/rfc5403.txt
15 - http://tools.ietf.org/id/draft-williams-rpcsecgssv3.txt
Dnfs.txt63 http://tools.ietf.org/html/rfc3530#section-6
65 http://tools.ietf.org/html/draft-ietf-nfsv4-referrals-00
Dfault_injection.txt62 tools/nfs/inject_faults.sh script
/linux-4.4.14/drivers/input/tablet/
Dwacom_serial4.c161 } tools[] = { variable
341 input_report_key(wacom->dev, tools[wacom->tool].input_id, 0); in wacom_handle_packet()
346 input_report_key(wacom->dev, tools[tool].input_id, in_proximity_p); in wacom_handle_packet()
348 in_proximity_p ? tools[tool].device_id : 0); in wacom_handle_packet()
/linux-4.4.14/
DMakefile907 …:= $(sort $(filter-out arch/%,$(vmlinux-alldirs)) arch Documentation include samples scripts tools)
1079 $(Q)$(MAKE) -C tools/testing/selftests run_tests
1082 $(Q)$(MAKE) -C tools/testing/selftests clean
1501 tools/: FORCE
1502 $(Q)mkdir -p $(objtree)/tools
1503 …(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(filter --j% -j,$(MAKEFLAGS))" O=$(O) subdir=tools -C $(src)/tools/
1505 tools/%: FORCE
1506 $(Q)mkdir -p $(objtree)/tools
1507 …$(MAKE) LDFLAGS= MAKEFLAGS="$(filter --j% -j,$(MAKEFLAGS))" O=$(O) subdir=tools -C $(src)/tools/ $*
/linux-4.4.14/net/netlabel/
DKconfig13 for configuration tools and additional documentation.
/linux-4.4.14/tools/lib/traceevent/
DMakefile117 INCLUDES = -I. -I $(srctree)/tools/include $(CONFIG_INCLUDES)
143 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.4.14/drivers/usb/atm/
DKconfig26 two parts of the firmware, extracted by the user space tools; see
38 install the firmware, extracted by the user space tools; see
/linux-4.4.14/Documentation/fmc/
Didentifiers.txt17 paired at run time. EEPROM programming uses tools that are part of this
68 ./tools/fru-generator -v CERN -n FmcAdc100m14b4cha \
122 The directory tools/sdbfs of this package includes a well-commented
134 demonstrated in `tools/sdbfs'.
139 The example in tools/sdbfs includes an extra file, that is needed by
Dfmc-fakedev.txt11 written, and it includes a fake EEPROM image (built using the tools
Dfmc-chardev.txt44 The simple program tools/fmc-mem in this package can access an FMC char
/linux-4.4.14/Documentation/usb/
Dhotplug.txt8 loading a kernel module; newer drivers can use module-init-tools
27 shell scripts that dispatch to more familiar administration tools.
79 leverage USB module-init-tools support. Later agents might unload drivers.
84 Current versions of module-init-tools will create a "modules.usbmap" file
Dusbmon.txt5 to a packet socket used by network monitoring tools such as tcpdump(1)
23 common trace exchange format for tools while more sophisticated formats
24 are finalized. Second, humans can read it in case tools are not available.
Dgadget-testing.txt240 host: test-usb (tools/usb/testusb.c)
437 https://git.gitorious.org/usb/usb-tools.git master
462 These tools are required:
587 host: test-usb (tools/usb/testusb.c)
Drio.txt64 ADDITIONAL INFORMATION and Userspace tools
/linux-4.4.14/Documentation/i2c/
Di2c-stub32 2. use i2cset (from the i2c-tools project) to pre-load some data
36 There's a script named i2c-stub-from-dump in the i2c-tools package which
Dten-bit-addresses23 * Many user-space packages (for example i2c-tools) lack support for
Ddev-interface9 the i2c-tools package.
24 driver code, the other one is distributed with i2c-tools and is
/linux-4.4.14/drivers/md/bcache/
DKconfig16 Enables extra debugging tools, allows expensive runtime checks to be
/linux-4.4.14/tools/lib/api/
DMakefile29 include $(srctree)/tools/build/Makefile.include
/linux-4.4.14/Documentation/isdn/
DREADME.FAQ16 into text/html/... format by using the sgml2txt/sgml2html/... tools.
DREADME.gigaset54 There are some user space tools available at
104 The device can be accessed from user space (eg. by the user space tools
114 You can also set a "default device" for the user space tools to use when
393 - Sourceforge project developing this driver and associated tools
/linux-4.4.14/drivers/net/wireless/hostap/
DKconfig24 Host AP driver configuration and tools. This site includes
25 information and tools (hostapd and wpa_supplicant) for WPA/WPA2
/linux-4.4.14/Documentation/scsi/
Dscsi-parameters.txt102 S390-tools package, available for download at
103 http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html
Dscsi-changer.txt12 Userland tools available from here:
173 to develop/test driver and tools now.
Dhpsa.txt78 kexec tools to warn the user if they attempt to designate a device which is
/linux-4.4.14/arch/x86/lib/
DMakefile5 inat_tables_script = $(srctree)/arch/x86/tools/gen-insn-attr-x86.awk
/linux-4.4.14/fs/autofs4/
DKconfig9 To use the automounter you need the user-space tools from
/linux-4.4.14/Documentation/blockdev/
Dnbd.txt16 tools, go to http://nbd.sf.net/.
/linux-4.4.14/Documentation/acpi/
Dinitrd_table_override.txt7 4) References (Where to retrieve userspace tools)
82 4) Where to retrieve userspace tools
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-kovaplus8 Has never been used. If bookkeeping is done, it's done in userland tools.
29 Has never been used. If bookkeeping is done, it's done in userland tools.
39 Has never been used. If bookkeeping is done, it's done in userland tools.
/linux-4.4.14/security/apparmor/
DKconfig11 Required userspace tools (if they are not included in your
/linux-4.4.14/arch/x86/realmode/rm/
DMakefile61 cmd_relocs = arch/x86/tools/relocs --realmode $< > $@
/linux-4.4.14/Documentation/x86/
Dtlb.txt69 be there in some form. You can use pmu-tools 'ocperf list'
70 (https://github.com/andikleen/pmu-tools) to find the right
/linux-4.4.14/tools/perf/config/
DMakefile3 src-perf := $(srctree)/tools/perf
109 FEATURE_CHECK_CFLAGS-bpf = -I. -I$(srctree)/tools/include -I$(srctree)/arch/$(ARCH)/include/uapi -I…
186 include $(srctree)/tools/build/Makefile.feature
200 CFLAGS += -I$(srctree)/tools/include/
215 CFLAGS += -I$(srctree)/tools/lib/
/linux-4.4.14/Documentation/zh_CN/arm/
DBooting83 (详见 linux/arch/arm/tools/mach-types )。
/linux-4.4.14/tools/lib/lockdep/
DMakefile99 include $(srctree)/tools/build/Makefile.include
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DSMDK2440.txt25 includes linux based USB download tools.
/linux-4.4.14/Documentation/filesystems/cifs/
DTODO66 q) Add tools to take advantage of cifs/smb3 specific ioctls and features
71 s) improved stats gathering, tools (perhaps integration with nfsometer?)
/linux-4.4.14/tools/lguest/
Dlguest.txt73 tools/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 \
119 Use this option in conjunction with rng-tools (see ../hw_random.txt)
/linux-4.4.14/arch/h8300/
DKconfig.cpu78 …<http://www.renesas.eu/products/tools/introductory_evaluation_tools/evaluation_development_os_kits…
/linux-4.4.14/tools/testing/ktest/examples/
DREADME14 http://kernel.org/pub/tools/crosstool/files/bin/x86_64/
/linux-4.4.14/drivers/mtd/spi-nor/
DKconfig21 Please note that some tools/drivers/filesystems may not work with
/linux-4.4.14/Documentation/fb/
Dsstfb.txt45 in the tools directory (See Tools). The latest solution is pass the
61 cat /proc/fb. You can find a copy of con2fb in tools/ directory.
117 These tools are mostly for debugging purposes, but you can
/linux-4.4.14/net/decnet/
DKconfig12 To find some tools to use with the kernel layer support, please
/linux-4.4.14/Documentation/devicetree/bindings/
Dchosen.txt52 book3e) by some versions of kexec-tools to tell the new kernel that it
/linux-4.4.14/Documentation/hwmon/
Duserspace-tools9 virtual filesystem. Userspace tools are then used to display the measured
/linux-4.4.14/Documentation/powerpc/
Dfirmware-assisted-dump.txt76 -- User-space tools will read /proc/vmcore to obtain the contents
78 format. The userspace tools may copy this info to disk, or
153 The tools to examine the dump will be same as the ones
211 The existing userspace tools (kdump infrastructure) can be easily
/linux-4.4.14/drivers/pnp/pnpbios/
DKconfig38 PNPBIOS /proc interface tools (lspnp and setpnp).
/linux-4.4.14/tools/
DMakefile66 PERF_O = $(if $(O),$(O)/tools/perf,)
/linux-4.4.14/samples/bpf/
DMakefile68 LLC=$(srctree)/tools/bpf/llvm/bld/Debug+Asserts/bin/llc
/linux-4.4.14/Documentation/ia64/
Dxen.txt35 3. # make install-tools
87 It's GUI tools and easy to make it.
/linux-4.4.14/fs/isofs/
DKconfig37 <http://www.kernel.org/pub/linux/utils/fs/zisofs/> for the tools
/linux-4.4.14/net/
DKconfig17 should consider updating your networking tools too because changes
18 in the kernel and the tools often go hand in hand. The tools are
19 contained in the package net-tools, the location and version number
/linux-4.4.14/kernel/trace/
DKconfig388 support tools needed), fetch the blktrace tools from:
415 This option is also required by perf-probe subcommand of perf tools.
416 If you want to use perf tools, this option is strongly recommended.
433 of perf tools on user space applications.
615 of their values. This can cause problems for user space tools that
/linux-4.4.14/Documentation/kbuild/
DKconfig.recursion-issue-0133 # tools run in a loop. When this happens Kconfig exits and complains about
/linux-4.4.14/Documentation/arm/
DCCN.txt38 the CCN PMU events. It is recommended that the user space tools
/linux-4.4.14/Documentation/arm/SA1100/
DItsy17 Finally, you will need to cd to arch/arm/boot/tools and execute a make there
/linux-4.4.14/net/bridge/
DKconfig20 configuration tools; see <file:Documentation/networking/bridge.txt>
/linux-4.4.14/drivers/staging/speakup/
DTODO32 userland tools.
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt290 codec verbs to the device. Some tools are available: hda-emu and
292 below. You'd need to enable hwdep for using these tools. See "Kernel
320 codec slot #2 of the first card (#0). For debug-tools such as
344 This file will be picked up by the debug tools, and also it can be fed
345 to the emulator as the primary codec information. See the debug tools
696 This section describes some tools available for debugging HD-audio
767 The hda-verb program is included now in alsa-tools:
769 - git://git.alsa-project.org/alsa-tools.git
860 The program is included in alsa-tools now:
862 - git://git.alsa-project.org/alsa-tools.git
DMIXART.txt20 Use the mixartloader that can be found in the alsa-tools package.
/linux-4.4.14/net/batman-adv/
DKconfig16 tools.
/linux-4.4.14/fs/quota/
DKconfig18 with the quota tools. Probably the quota support is only useful for
/linux-4.4.14/Documentation/laptops/
Dtoshiba_haps.txt27 userspace tools or daemons act accordingly, as well as providing a sysfs
Dsony-laptop.txt45 standard UNIX tools.
/linux-4.4.14/Documentation/trace/
Dkprobetrace.txt105 the ABI, please try to use probe subcommand of perf-tools (you can find it
106 under tools/perf/).
Dmmiotrace.txt4 Home page and links to optional user space tools:
160 The user space tools include utilities for:
Devents-power.txt41 space tools which are using it to detect the end of the current state, and so to
/linux-4.4.14/security/tomoyo/
DKconfig13 Required userspace tools and further information may be
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt9 cd tools/testing/selftests/rcutorture
/linux-4.4.14/Documentation/development-process/
D7.AdvancedTopics38 the tree, use branches, etc. An understanding of git's tools for the
65 Git provides some powerful tools which can allow you to rewrite your
110 One of the biggest recurring complaints about tools like git is this: the
D4.Coding11 will shift toward doing things right and the tools which can help in that
211 array of tools which can catch a wide variety of obscure problems in an
214 tools should be used whenever possible.
255 One of the heavier debugging tools is the locking checker, or "lockdep."
305 http://www.kernel.org/pub/tools/crosstool/
/linux-4.4.14/net/wireless/
DKconfig37 factory calibration or validation tools for wireless chips.
42 Debugging tools that are supposed to end up in the hands of
/linux-4.4.14/Documentation/sysctl/
DREADME44 don't even need special tools to do it!
/linux-4.4.14/drivers/firewire/
DKconfig79 nosy-dump, can be found in tools/firewire/ of the kernel sources.
/linux-4.4.14/fs/f2fs/
DKconfig12 and tools support various parameters not only for configuring on-disk
/linux-4.4.14/Documentation/networking/mac80211_hwsim/
DREADME13 test most of the mac80211 functionality and user space tools (e.g.,
/linux-4.4.14/Documentation/wimax/
DREADME.wimax28 convenience in libwimax (in the wimax-tools package).
/linux-4.4.14/drivers/message/fusion/
DKconfig103 activate a new network interface, "fc0", using standard Linux tools.
/linux-4.4.14/Documentation/vm/
Dhugetlbpage.txt326 1) map_hugetlb: see tools/testing/selftests/vm/map_hugetlb.c
328 2) hugepage-shm: see tools/testing/selftests/vm/hugepage-shm.c
330 3) hugepage-mmap: see tools/testing/selftests/vm/hugepage-mmap.c
333 provides a wide range of userspace tools to help with huge page usability,
Dpage_owner.txt67 cd tools/vm
/linux-4.4.14/arch/arm64/
DKconfig.debug37 planning to use hardware trace tools with this kernel.
/linux-4.4.14/fs/ntfs/
DKconfig11 There are also a number of user-space tools available, called
/linux-4.4.14/arch/x86/entry/vdso/
DMakefile52 HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/x86/incl…
/linux-4.4.14/arch/um/
DKconfig.um60 2.4.5-9um and later (path /tools/mconsole), and is also in the
/linux-4.4.14/fs/proc/
DKconfig36 be read with gdb and other ELF tools. No modifications can be
/linux-4.4.14/net/l2tp/
DKconfig101 L2TP ethernet pseudowire instance. Standard Linux tools may
/linux-4.4.14/Documentation/frv/
Dconfiguring.txt10 presented in the configuration tools available):
/linux-4.4.14/arch/sh/
DMakefile219 $(Q)$(MAKE) $(build)=arch/sh/tools include/generated/machtypes.h
/linux-4.4.14/sound/
DKconfig19 time using the ISA PnP tools (read
/linux-4.4.14/drivers/xen/
DKconfig119 The old xenstore userspace tools expect to find "xenbus"
264 converting it into Linux mcelog format for mcelog tools
/linux-4.4.14/Documentation/sound/oss/
DIntroduction121 Note, for 2.5.x kernels, make sure you have the newer module-init-tools
123 updated module-init-tools.
315 using the PnP tools to move the sound card to
/linux-4.4.14/init/
DKconfig417 with previous v0/v1/v2 file formats, so you will need updated tools
418 for processing it. A preliminary version of these tools is available
1241 bool "Enable deprecated sysfs features to support old userspace tools"
1252 This option allows new kernels to run on old distributions and tools,
1254 major distributions and tools handle this just fine.
1256 Recent distributions and userspace tools after 2009/2010 depend on
1283 It is designed to provide an efficient mechanism for tools and
1629 See tools/perf/design.txt for details.
1634 See tools/perf/design.txt for details
1662 system call and used by the "perf" utility in tools/perf/. It
[all …]
/linux-4.4.14/security/selinux/
DKconfig75 tools such as avcstat.
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt45 diminishes the checking tools like sparse can provide.
133 will mismatch if you look close enough, but if performance measuring tools
/linux-4.4.14/drivers/net/can/
DKconfig24 Userspace tools to attach the SLCAN line discipline (slcan_attach,

12