Home
last modified time | relevance | path

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

12

/linux-4.1.27/tools/perf/
DMANIFEST1 tools/perf
2 tools/scripts
3 tools/build
4 tools/lib/traceevent
5 tools/lib/api
6 tools/lib/symbol/kallsyms.c
7 tools/lib/symbol/kallsyms.h
8 tools/lib/util/find_next_bit.c
9 tools/include/asm/bug.h
10 tools/include/asm-generic/bitops/arch_hweight.h
[all …]
DMakefile.perf124 LIB_DIR = $(srctree)/tools/lib/api/
125 TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
274 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
328 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
331 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
334 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
337 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
340 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
343 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
346 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
[all …]
/linux-4.1.27/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.1.27/tools/power/acpi/
DMakefile22 SUBDIRS = tools/ec
99 tools/acpidump\
127 DUMP_OBJS := $(addprefix $(OUTPUT)tools/acpidump/,$(DUMP_OBJS))
134 $(OUTPUT)tools/acpidump/%.o: %.c
148 install-tools:
155 install: all install-tools install-man
161 .PHONY: all utils install-tools install-man install uninstall clean
/linux-4.1.27/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
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
125 A new module loader is now in the kernel that requires module-init-tools
175 Quota-tools
179 the newer version 2 quota format. Quota-tools version 3.07 and
217 consider using the network tools from ip-route2.
221 The packet filtering and NAT code uses the same tools like the previous 2.4.x
315 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/hw_random to fill the kernel entropy pool,
32 The rng-tools package uses such tests in "rngd", and lets you
Dprintk-formats.txt181 http://tools.ietf.org/html/rfc5952
202 http://tools.ietf.org/html/rfc5952 is being used if the additional
205 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
Doops-tracing.txt78 ksymoops will do this too with the correct tools, but if you don't have
79 the tools you can just do a silly program:
DSubmittingPatches246 actual differences and allows tools to better track the history of
339 tools, so that they may comment on specific portions of your code.
603 formatting can be had with "git format-patch". The tools cannot create
650 thousands of patches using tools such as "gitk" or "git log
699 handling tools where the changelog message ends.
/linux-4.1.27/arch/x86/
D.gitignore2 tools/test_get_len
3 tools/insn_sanity
DMakefile175 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
229 $(Q)$(MAKE) $(build)=arch/x86/tools posttest
250 $(Q)$(MAKE) $(clean)=arch/x86/tools
/linux-4.1.27/tools/build/tests/ex/
DMakefile6 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
11 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux-4.1.27/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.1.27/scripts/
DMakefile11 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
20 HOSTCFLAGS_sortextable.o = -I$(srctree)/tools/include
Dver_linux74 ifconfig --version 2>&1 | grep tools | awk \
D.docproc.cmd1 …-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -I./tools/include -o script…
/linux-4.1.27/Documentation/fault-injection/
Dfault-injection.txt246 tools/testing/fault-injection/failcmd.sh. Please run a command
247 "./tools/testing/fault-injection/failcmd.sh --help" for more information and
252 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab
255 # ./tools/testing/fault-injection/failcmd.sh \
256 -- make -C tools/testing/selftests/ run_tests
261 # ./tools/testing/fault-injection/failcmd.sh --times=100 \
262 -- make -C tools/testing/selftests/ run_tests
268 ./tools/testing/fault-injection/failcmd.sh --times=100 \
269 -- 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.1.27/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.1.27/Documentation/ABI/stable/
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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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
Dext3.txt131 noquota are used only by quota tools to recognize volumes
133 usrquota in the quota-tools package for more details
139 quota options. See documentation in the quota-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
Df2fs.txt18 F2FS and its tools support various parameters not only for configuring on-disk
23 >> git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
250 1. Download userland tools and compile them.
/linux-4.1.27/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.1.27/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
389 tools should then be used.
/linux-4.1.27/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
Dsysfs-devices-edac84 userspace tools in order to display the memory filling layout.
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.txt39 http://tools.ietf.org/html/draft-bensley-tcpm-dctcp-00
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.
Ddns_resolver.txt23 These routines must be supported by userspace tools dns.upcall, cifs.upcall and
Dltpc.txt103 kernel driver and userspace tools needed.
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
Dieee802154.txt56 See the include/net/nl802154.h header. Our userspace tools package
Diphase.txt54 d. Rebuild the kernel, loadable modules and the atm tools.
Dnetdev-features.txt159 to the end of the skb data. This allows sniffers and other tools to
Dl2tp.txt69 pseudowire. These interfaces can be managed using standard Linux tools
332 http://tools.ietf.org/html/draft-ietf-l2tpext-tunnel-switching-08
/linux-4.1.27/tools/build/Documentation/
DBuild.txt26 $ make -f tools/build/Makefile srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
80 $ make -f tools/build/Makefile.build dir=. obj=ex
81 $ make -f tools/build/Makefile.build dir=. obj=libex
95 You can check the 'ex' example in 'tools/build/tests/ex' for more details.
/linux-4.1.27/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.1.27/Documentation/security/
Dapparmor.txt28 and tools links).
38 User space tools - https://launchpad.net/apparmor
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/
DKbuild8 #- code also used by various userspace tools/tests
13 #- code also used by various userspace tools/tests
/linux-4.1.27/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.1.27/scripts/package/
DMakefile114 echo $$(cat $(srctree)/tools/perf/MANIFEST)) \
118 (cd $(srctree)/tools/perf; \
/linux-4.1.27/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.1.27/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-kovaplus8 Has never been used. If bookkeeping is done, it's done in userland tools.
18 Has never been used. If bookkeeping is done, it's done in userland tools.
28 Has never been used. If bookkeeping is done, it's done in userland tools.
Dsysfs-driver-hid-roccat-pyra16 Has never been used. If bookkeeping is done, it's done in userland tools.
/linux-4.1.27/tools/perf/tests/
Dperf-targz-src-pkg18 make -C $TMP_DEST/perf*/tools/perf > /dev/null 2>&1
/linux-4.1.27/Documentation/mic/mpssd/
DMakefile9 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/net/netlabel/
DKconfig13 for configuration tools and additional documentation.
/linux-4.1.27/drivers/misc/mic/
DKconfig15 OS and tools for MIC to use with this driver are available from
35 OS and tools for MIC to use with this driver are available from
/linux-4.1.27/tools/lib/traceevent/
DMakefile110 INCLUDES = -I. -I $(srctree)/tools/include $(CONFIG_INCLUDES)
136 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.1.27/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.1.27/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.1.27/
DMakefile911 …sort $(filter-out arch/%,$(vmlinux-alldirs)) arch Documentation include samples scripts tools virt)
1083 $(Q)$(MAKE) -C tools/testing/selftests run_tests
1500 tools/: FORCE
1501 $(Q)mkdir -p $(objtree)/tools
1502 …AKE) LDFLAGS= MAKEFLAGS="$(filter --j% -j,$(MAKEFLAGS))" O=$(objtree) subdir=tools -C $(src)/tools/
1504 tools/%: FORCE
1505 $(Q)mkdir -p $(objtree)/tools
1506 …) LDFLAGS= MAKEFLAGS="$(filter --j% -j,$(MAKEFLAGS))" O=$(objtree) subdir=tools -C $(src)/tools/ $*
/linux-4.1.27/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:
589 host: test-usb (tools/usb/testusb.c)
Drio.txt64 ADDITIONAL INFORMATION and Userspace tools
/linux-4.1.27/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-addresses19 * 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.1.27/drivers/md/bcache/
DKconfig16 Enables extra debugging tools, allows expensive runtime checks to be
/linux-4.1.27/tools/lib/api/
DMakefile24 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.1.27/drivers/staging/lustre/
DREADME.txt18 tools from
26 After you installed the lustre-client tools including mount.lustre binary
/linux-4.1.27/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
DREADME.sc54 ISDN4Linux is a driver and set of tools used to access and use ISDN devices
106 - The ISDN4Linux tools available from
/linux-4.1.27/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.1.27/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.1.27/arch/x86/lib/
DMakefile5 inat_tables_script = $(srctree)/arch/x86/tools/gen-insn-attr-x86.awk
/linux-4.1.27/Documentation/blockdev/
Dnbd.txt16 tools, go to http://nbd.sf.net/.
/linux-4.1.27/fs/autofs4/
DKconfig9 To use the automounter you need the user-space tools from
/linux-4.1.27/drivers/mtd/spi-nor/
DKconfig21 Please note that some tools/drivers/filesystems may not work with
/linux-4.1.27/samples/bpf/
DMakefile45 LLC=$(srctree)/tools/bpf/llvm/bld/Debug+Asserts/bin/llc
/linux-4.1.27/Documentation/acpi/
Dinitrd_table_override.txt7 4) References (Where to retrieve userspace tools)
82 4) Where to retrieve userspace tools
/linux-4.1.27/arch/x86/realmode/rm/
DMakefile61 cmd_relocs = arch/x86/tools/relocs --realmode $< > $@
/linux-4.1.27/security/apparmor/
DKconfig11 Required userspace tools (if they are not included in your
/linux-4.1.27/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.1.27/tools/build/
DMakefile.build22 build-dir := $(srctree)/tools/build
DMakefile.feature1 feature_dir := $(srctree)/tools/build/feature
/linux-4.1.27/tools/lib/lockdep/
DMakefile97 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DSMDK2440.txt25 includes linux based USB download tools.
/linux-4.1.27/Documentation/zh_CN/arm/
DBooting83 (详见 linux/arch/arm/tools/mach-types )。
/linux-4.1.27/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.1.27/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.1.27/tools/testing/ktest/examples/
DREADME14 http://kernel.org/pub/tools/crosstool/files/bin/x86_64/
/linux-4.1.27/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.1.27/net/decnet/
DKconfig12 To find some tools to use with the kernel layer support, please
/linux-4.1.27/Documentation/hwmon/
Duserspace-tools9 virtual filesystem. Userspace tools are then used to display the measured
/linux-4.1.27/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.1.27/tools/perf/config/
DMakefile3 src-perf := $(srctree)/tools/perf
179 include $(srctree)/tools/build/Makefile.feature
193 CFLAGS += -I$(srctree)/tools/include/
208 CFLAGS += -I$(srctree)/tools/lib/
/linux-4.1.27/drivers/pnp/pnpbios/
DKconfig38 PNPBIOS /proc interface tools (lspnp and setpnp).
/linux-4.1.27/Documentation/ia64/
Dxen.txt35 3. # make install-tools
87 It's GUI tools and easy to make it.
/linux-4.1.27/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.1.27/fs/isofs/
DKconfig37 <http://www.kernel.org/pub/linux/utils/fs/zisofs/> for the tools
/linux-4.1.27/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.1.27/Documentation/arm/SA1100/
DItsy17 Finally, you will need to cd to arch/arm/boot/tools and execute a make there
/linux-4.1.27/net/bridge/
DKconfig20 configuration tools; see <file:Documentation/networking/bridge.txt>
/linux-4.1.27/drivers/staging/speakup/
DTODO32 userland tools.
/linux-4.1.27/Documentation/input/
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.1.27/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.1.27/net/batman-adv/
DKconfig16 tools.
/linux-4.1.27/fs/quota/
DKconfig18 with the quota tools. Probably the quota support is only useful for
/linux-4.1.27/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.1.27/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.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt9 cd tools/testing/selftests/rcutorture
/linux-4.1.27/security/tomoyo/
DKconfig13 Required userspace tools and further information may be
/linux-4.1.27/fs/f2fs/
DKconfig12 and tools support various parameters not only for configuring on-disk
/linux-4.1.27/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.1.27/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.1.27/drivers/firewire/
DKconfig79 nosy-dump, can be found in tools/firewire/ of the kernel sources.
/linux-4.1.27/Documentation/sysctl/
DREADME44 don't even need special tools to do it!
/linux-4.1.27/Documentation/networking/mac80211_hwsim/
DREADME13 test most of the mac80211 functionality and user space tools (e.g.,
/linux-4.1.27/drivers/message/fusion/
DKconfig103 activate a new network interface, "fc0", using standard Linux tools.
/linux-4.1.27/fs/proc/
DKconfig36 be read with gdb and other ELF tools. No modifications can be
/linux-4.1.27/Documentation/wimax/
DREADME.wimax28 convenience in libwimax (in the wimax-tools package).
/linux-4.1.27/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 wide range of userspace tools to help with huge page usability, environment
Dpage_owner.txt67 cd tools/vm
Dpagemap.txt134 The page-types tool in the tools/vm directory can be used to query the
/linux-4.1.27/arch/arm64/
DKconfig.debug41 planning to use hardware trace tools with this kernel.
/linux-4.1.27/fs/ntfs/
DKconfig11 There are also a number of user-space tools available, called
/linux-4.1.27/Documentation/frv/
Dconfiguring.txt10 presented in the configuration tools available):
/linux-4.1.27/sound/
DKconfig19 time using the ISA PnP tools (read
/linux-4.1.27/arch/sh/
DMakefile219 $(Q)$(MAKE) $(build)=arch/sh/tools include/generated/machtypes.h
/linux-4.1.27/arch/x86/vdso/
DMakefile54 HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/x86/incl…
/linux-4.1.27/net/l2tp/
DKconfig101 L2TP ethernet pseudowire instance. Standard Linux tools may
/linux-4.1.27/drivers/xen/
DKconfig119 The old xenstore userspace tools expect to find "xenbus"
264 converting it into Linux mcelog format for mcelog tools
/linux-4.1.27/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
1230 bool "Enable deprecated sysfs features to support old userspace tools"
1241 This option allows new kernels to run on old distributions and tools,
1243 major distributions and tools handle this just fine.
1245 Recent distributions and userspace tools after 2009/2010 depend on
1272 It is designed to provide an efficient mechanism for tools and
1598 See tools/perf/design.txt for details.
1603 See tools/perf/design.txt for details
1631 system call and used by the "perf" utility in tools/perf/. It
[all …]
/linux-4.1.27/arch/um/
DKconfig.um74 2.4.5-9um and later (path /tools/mconsole), and is also in the
/linux-4.1.27/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.1.27/security/selinux/
DKconfig75 tools such as avcstat.
/linux-4.1.27/drivers/net/can/
DKconfig24 Userspace tools to attach the SLCAN line discipline (slcan_attach,
/linux-4.1.27/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.1.27/Documentation/scheduler/
Dsched-deadline.txt356 available as a GitHub repository: https://github.com/scheduler-tools.
365 rt-app is available at: https://github.com/scheduler-tools/rt-app.
389 https://github.com/scheduler-tools/schedtool-dl.git.
/linux-4.1.27/Documentation/cris/
DREADME11 download the compiler and other tools useful when building and booting
/linux-4.1.27/arch/arm/
DMakefile305 $(Q)$(MAKE) $(build)=arch/arm/tools include/generated/mach-types.h
/linux-4.1.27/arch/m68k/q40/
DREADME5 some up to date information. Booter and other tools will be also
/linux-4.1.27/Documentation/dvb/
Dfaq.txt83 MPSYS: a MPEG2 system library and tools

12