/linux-4.1.27/tools/perf/ |
D | MANIFEST | 1 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 …]
|
D | Makefile.perf | 124 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/ |
D | Makefile | 11 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/ |
D | Makefile | 22 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/ |
D | kselftest.txt | 3 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
|
D | Changes | 20 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 …]
|
D | hw_random.txt | 12 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
|
D | printk-formats.txt | 181 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
|
D | cpu-load.txt | 5 `/proc/uptime' that userland tools, such as top(1), use to calculate
|
D | kernel-doc-nano-HOWTO.txt | 18 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
|
D | BUG-HUNTING | 43 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.
|
D | coccinelle.txt | 157 require external tools for indexing the code. None of them is 159 one of these tools, and according to the cocci file used,
|
D | SubmitChecklist | 23 3: Builds on multiple CPU architectures by using local cross-compile tools
|
D | bcache.txt | 7 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
|
D | oops-tracing.txt | 78 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:
|
D | SubmittingPatches | 246 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 | .gitignore | 2 tools/test_get_len 3 tools/insn_sanity
|
D | Makefile | 175 $(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/ |
D | Makefile | 6 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/ |
D | Build.txt | 21 - tools/build/Makefile.build 24 - tools/build/Build.include 30 Please refer to tools/build/Documentation/Build.txt for more
|
D | android.txt | 36 ./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.
|
D | Makefile | 181 check-man-tools: 195 install-man: check-man-tools man 326 WEBDOC_DEST = /pub/software/tools/perf/docs
|
D | perf-buildid-list.txt | 16 tools can be used to fetch packages with matching symbol tables for use by
|
D | perf.txt | 6 perf - Performance analysis tools for Linux
|
D | perf-script-python.txt | 358 # 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
|
D | perf-trace.txt | 21 the other perf tools. Files can be generated using the 'perf record' command
|
D | perf-kvm.txt | 46 so that other tools can be used to fetch packages with matching symbol tables
|
/linux-4.1.27/scripts/ |
D | Makefile | 11 HOST_EXTRACFLAGS += -I$(srctree)/tools/include 20 HOSTCFLAGS_sortextable.o = -I$(srctree)/tools/include
|
D | ver_linux | 74 ifconfig --version 2>&1 | grep tools | awk \
|
D | .docproc.cmd | 1 …-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -I./tools/include -o script…
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 246 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
|
D | notifier-error-inject.txt | 92 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/ |
D | Makefile | 15 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/ |
D | o2cb | 5 Description: Ocfs2-tools looks at 'interface-revision' for versioning 9 Users: ocfs2-tools. It's sufficient to mail proposed changes to
|
D | firewire-cdev | 103 tools like jujuutils, fwhack, ...
|
/linux-4.1.27/drivers/lguest/ |
D | Kconfig | 8 "lguest" command found in the tools/lguest directory. 11 not "rustyvisor". See tools/lguest/lguest.txt.
|
D | Makefile | 18 @sh ../../tools/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.ir | 10 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
|
D | meye.txt | 81 so all video4linux tools (like xawtv) should work with this driver.
|
/linux-4.1.27/Documentation/ABI/removed/ |
D | o2cb | 6 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/ |
D | README | 16 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/ |
D | dlmfs.txt | 9 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.
|
D | ocfs2.txt | 8 You'll want to install the ocfs2-tools package in order to at least 12 Tools git tree: https://github.com/markfasheh/ocfs2-tools
|
D | ext3.txt | 131 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
|
D | btrfs.txt | 252 Userspace tools for creating and manipulating Btrfs file systems are 258 These include the following tools: 266 Other tools for specific tasks:
|
D | ecryptfs.txt | 16 eCryptfs requires the userspace tools downloadable from the
|
D | quota.txt | 18 For more details about quota design, see the documentation in quota-tools package
|
D | ramfs-rootfs-initramfs.txt | 164 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
|
D | nilfs2.txt | 22 The userland tools are included in nilfs-utils package, which is 25 cleaner or garbage collector) are required. Details on the tools are
|
D | gfs2-uevents.txt | 50 someone using an older version of the user tools and breaking their
|
D | squashfs.txt | 58 The squashfs-tools development tree is now located on kernel.org 59 git://git.kernel.org/pub/scm/fs/squashfs/squashfs-tools.git
|
D | ext4.txt | 53 (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
|
D | f2fs.txt | 18 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/ |
D | kvm-recheck.sh | 27 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH 28 . tools/testing/selftests/rcutorture/bin/functions.sh
|
D | kvm-recheck-rcu.sh | 33 . tools/testing/selftests/rcutorture/bin/functions.sh
|
/linux-4.1.27/Documentation/device-mapper/ |
D | era.txt | 102 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
|
D | thin-provisioning.txt | 40 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/ |
D | sysfs-ocfs2 | 6 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>
|
D | sysfs-bus-css | 24 Users: s390-tools, HAL 35 Users: s390-tools, HAL
|
D | sysfs-devices-memory | 9 Users: hotplug memory add/remove tools 21 Users: hotplug memory remove tools 60 Users: hotplug memory remove tools
|
D | sysfs-firmware-efi-runtime-map | 11 kernel. The mappings are exported to sysfs so userspace tools
|
D | sysfs-bus-pci-devices-cciss | 69 honored. This is to allow, for example, kexec tools to be able
|
D | sysfs-devices-edac | 84 userspace tools in order to display the memory filling layout.
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | Makefile | 41 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/ |
D | Makefile | 67 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/ |
D | Kconfig | 15 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/ |
D | framerelay.txt | 9 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
|
D | ipddp.txt | 36 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.
|
D | bridge.txt | 2 userspace tools.
|
D | alias.txt | 6 per interface. Newer tools such as iproute2 support multiple
|
D | dctcp.txt | 39 http://tools.ietf.org/html/draft-bensley-tcpm-dctcp-00
|
D | ixgbe.txt | 244 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:
|
D | policy-routing.txt | 81 or use route utility from current net-tools.
|
D | dns_resolver.txt | 23 These routines must be supported by userspace tools dns.upcall, cifs.upcall and
|
D | ltpc.txt | 103 kernel driver and userspace tools needed.
|
D | cdc_mbim.txt | 219 This is a simple example using tools commonly available, exporting 229 are expected to use the tools and programming interfaces required by
|
D | ieee802154.txt | 56 See the include/net/nl802154.h header. Our userspace tools package
|
D | iphase.txt | 54 d. Rebuild the kernel, loadable modules and the atm tools.
|
D | netdev-features.txt | 159 to the end of the skb data. This allows sniffers and other tools to
|
D | l2tp.txt | 69 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/ |
D | Build.txt | 26 $ 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/ |
D | Makefile | 40 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
|
D | header.S | 168 # The size of the bzImage is written in tools/build.c
|
/linux-4.1.27/Documentation/security/ |
D | apparmor.txt | 28 and tools links). 38 User space tools - https://launchpad.net/apparmor
|
/linux-4.1.27/Documentation/s390/ |
D | zfcpdump.txt | 14 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/ |
D | kdump.txt | 53 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/ |
D | Kbuild | 8 #- code also used by various userspace tools/tests 13 #- code also used by various userspace tools/tests
|
/linux-4.1.27/drivers/video/logo/ |
D | logo_blackfin_clut224.ppm | 2 # This was generated by the GIMP & Netpbm tools
|
D | logo_blackfin_vga16.ppm | 2 # This was generated by the GIMP & Netpbm tools
|
/linux-4.1.27/scripts/package/ |
D | Makefile | 114 echo $$(cat $(srctree)/tools/perf/MANIFEST)) \ 118 (cd $(srctree)/tools/perf; \
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | uefi.txt | 6 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/ |
D | sysfs-driver-hid-roccat-kovaplus | 8 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.
|
D | sysfs-driver-hid-roccat-pyra | 16 Has never been used. If bookkeeping is done, it's done in userland tools.
|
/linux-4.1.27/tools/perf/tests/ |
D | perf-targz-src-pkg | 18 make -C $TMP_DEST/perf*/tools/perf > /dev/null 2>&1
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | Makefile | 9 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
|
/linux-4.1.27/net/xfrm/ |
D | Kconfig | 19 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/ |
D | Makefile | 71 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/ |
D | rpc-server-gss.txt | 12 - 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
|
D | nfs.txt | 63 http://tools.ietf.org/html/rfc3530#section-6 65 http://tools.ietf.org/html/draft-ietf-nfsv4-referrals-00
|
D | fault_injection.txt | 62 tools/nfs/inject_faults.sh script
|
/linux-4.1.27/drivers/input/tablet/ |
D | wacom_serial4.c | 161 } 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/ |
D | Kconfig | 13 for configuration tools and additional documentation.
|
/linux-4.1.27/drivers/misc/mic/ |
D | Kconfig | 15 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/ |
D | Makefile | 110 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/ |
D | Kconfig | 26 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/ |
D | identifiers.txt | 17 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
|
D | fmc-fakedev.txt | 11 written, and it includes a fake EEPROM image (built using the tools
|
D | fmc-chardev.txt | 44 The simple program tools/fmc-mem in this package can access an FMC char
|
/linux-4.1.27/ |
D | Makefile | 911 …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/ |
D | hotplug.txt | 8 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
|
D | usbmon.txt | 5 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.
|
D | gadget-testing.txt | 240 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)
|
D | rio.txt | 64 ADDITIONAL INFORMATION and Userspace tools
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-stub | 32 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
|
D | ten-bit-addresses | 19 * Many user-space packages (for example i2c-tools) lack support for
|
D | dev-interface | 9 the i2c-tools package. 24 driver code, the other one is distributed with i2c-tools and is
|
/linux-4.1.27/drivers/md/bcache/ |
D | Kconfig | 16 Enables extra debugging tools, allows expensive runtime checks to be
|
/linux-4.1.27/tools/lib/api/ |
D | Makefile | 24 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
|
/linux-4.1.27/drivers/staging/lustre/ |
D | README.txt | 18 tools from 26 After you installed the lustre-client tools including mount.lustre binary
|
/linux-4.1.27/Documentation/isdn/ |
D | README.FAQ | 16 into text/html/... format by using the sgml2txt/sgml2html/... tools.
|
D | README.gigaset | 54 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
|
D | README.sc | 54 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/ |
D | Kconfig | 24 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/ |
D | scsi-parameters.txt | 102 S390-tools package, available for download at 103 http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html
|
D | scsi-changer.txt | 12 Userland tools available from here: 173 to develop/test driver and tools now.
|
D | hpsa.txt | 78 kexec tools to warn the user if they attempt to designate a device which is
|
/linux-4.1.27/arch/x86/lib/ |
D | Makefile | 5 inat_tables_script = $(srctree)/arch/x86/tools/gen-insn-attr-x86.awk
|
/linux-4.1.27/Documentation/blockdev/ |
D | nbd.txt | 16 tools, go to http://nbd.sf.net/.
|
/linux-4.1.27/fs/autofs4/ |
D | Kconfig | 9 To use the automounter you need the user-space tools from
|
/linux-4.1.27/drivers/mtd/spi-nor/ |
D | Kconfig | 21 Please note that some tools/drivers/filesystems may not work with
|
/linux-4.1.27/samples/bpf/ |
D | Makefile | 45 LLC=$(srctree)/tools/bpf/llvm/bld/Debug+Asserts/bin/llc
|
/linux-4.1.27/Documentation/acpi/ |
D | initrd_table_override.txt | 7 4) References (Where to retrieve userspace tools) 82 4) Where to retrieve userspace tools
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | Makefile | 61 cmd_relocs = arch/x86/tools/relocs --realmode $< > $@
|
/linux-4.1.27/security/apparmor/ |
D | Kconfig | 11 Required userspace tools (if they are not included in your
|
/linux-4.1.27/Documentation/x86/ |
D | tlb.txt | 69 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/ |
D | Makefile.build | 22 build-dir := $(srctree)/tools/build
|
D | Makefile.feature | 1 feature_dir := $(srctree)/tools/build/feature
|
/linux-4.1.27/tools/lib/lockdep/ |
D | Makefile | 97 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | SMDK2440.txt | 25 includes linux based USB download tools.
|
/linux-4.1.27/Documentation/zh_CN/arm/ |
D | Booting | 83 (详见 linux/arch/arm/tools/mach-types )。
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | TODO | 66 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/ |
D | lguest.txt | 73 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/ |
D | README | 14 http://kernel.org/pub/tools/crosstool/files/bin/x86_64/
|
/linux-4.1.27/Documentation/fb/ |
D | sstfb.txt | 45 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/ |
D | Kconfig | 12 To find some tools to use with the kernel layer support, please
|
/linux-4.1.27/Documentation/hwmon/ |
D | userspace-tools | 9 virtual filesystem. Userspace tools are then used to display the measured
|
/linux-4.1.27/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 76 -- 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/ |
D | Makefile | 3 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/ |
D | Kconfig | 38 PNPBIOS /proc interface tools (lspnp and setpnp).
|
/linux-4.1.27/Documentation/ia64/ |
D | xen.txt | 35 3. # make install-tools 87 It's GUI tools and easy to make it.
|
/linux-4.1.27/net/ |
D | Kconfig | 17 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/ |
D | Kconfig | 37 <http://www.kernel.org/pub/linux/utils/fs/zisofs/> for the tools
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 388 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/ |
D | Itsy | 17 Finally, you will need to cd to arch/arm/boot/tools and execute a make there
|
/linux-4.1.27/net/bridge/ |
D | Kconfig | 20 configuration tools; see <file:Documentation/networking/bridge.txt>
|
/linux-4.1.27/drivers/staging/speakup/ |
D | TODO | 32 userland tools.
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 116 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/ |
D | HD-Audio.txt | 290 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
|
D | MIXART.txt | 20 Use the mixartloader that can be found in the alsa-tools package.
|
/linux-4.1.27/net/batman-adv/ |
D | Kconfig | 16 tools.
|
/linux-4.1.27/fs/quota/ |
D | Kconfig | 18 with the quota tools. Probably the quota support is only useful for
|
/linux-4.1.27/Documentation/laptops/ |
D | toshiba_haps.txt | 27 userspace tools or daemons act accordingly, as well as providing a sysfs
|
D | sony-laptop.txt | 45 standard UNIX tools.
|
/linux-4.1.27/Documentation/trace/ |
D | kprobetrace.txt | 105 the ABI, please try to use probe subcommand of perf-tools (you can find it 106 under tools/perf/).
|
D | mmiotrace.txt | 4 Home page and links to optional user space tools: 160 The user space tools include utilities for:
|
D | events-power.txt | 41 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/ |
D | initrd.txt | 9 cd tools/testing/selftests/rcutorture
|
/linux-4.1.27/security/tomoyo/ |
D | Kconfig | 13 Required userspace tools and further information may be
|
/linux-4.1.27/fs/f2fs/ |
D | Kconfig | 12 and tools support various parameters not only for configuring on-disk
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 38 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
|
D | 4.Coding | 11 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/ |
D | Kconfig | 37 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/ |
D | Kconfig | 79 nosy-dump, can be found in tools/firewire/ of the kernel sources.
|
/linux-4.1.27/Documentation/sysctl/ |
D | README | 44 don't even need special tools to do it!
|
/linux-4.1.27/Documentation/networking/mac80211_hwsim/ |
D | README | 13 test most of the mac80211 functionality and user space tools (e.g.,
|
/linux-4.1.27/drivers/message/fusion/ |
D | Kconfig | 103 activate a new network interface, "fc0", using standard Linux tools.
|
/linux-4.1.27/fs/proc/ |
D | Kconfig | 36 be read with gdb and other ELF tools. No modifications can be
|
/linux-4.1.27/Documentation/wimax/ |
D | README.wimax | 28 convenience in libwimax (in the wimax-tools package).
|
/linux-4.1.27/Documentation/vm/ |
D | hugetlbpage.txt | 326 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
|
D | page_owner.txt | 67 cd tools/vm
|
D | pagemap.txt | 134 The page-types tool in the tools/vm directory can be used to query the
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig.debug | 41 planning to use hardware trace tools with this kernel.
|
/linux-4.1.27/fs/ntfs/ |
D | Kconfig | 11 There are also a number of user-space tools available, called
|
/linux-4.1.27/Documentation/frv/ |
D | configuring.txt | 10 presented in the configuration tools available):
|
/linux-4.1.27/sound/ |
D | Kconfig | 19 time using the ISA PnP tools (read
|
/linux-4.1.27/arch/sh/ |
D | Makefile | 219 $(Q)$(MAKE) $(build)=arch/sh/tools include/generated/machtypes.h
|
/linux-4.1.27/arch/x86/vdso/ |
D | Makefile | 54 HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/x86/incl…
|
/linux-4.1.27/net/l2tp/ |
D | Kconfig | 101 L2TP ethernet pseudowire instance. Standard Linux tools may
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 119 The old xenstore userspace tools expect to find "xenbus" 264 converting it into Linux mcelog format for mcelog tools
|
/linux-4.1.27/init/ |
D | Kconfig | 417 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/ |
D | Kconfig.um | 74 2.4.5-9um and later (path /tools/mconsole), and is also in the
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Introduction | 121 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/ |
D | Kconfig | 75 tools such as avcstat.
|
/linux-4.1.27/drivers/net/can/ |
D | Kconfig | 24 Userspace tools to attach the SLCAN line discipline (slcan_attach,
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 45 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/ |
D | sched-deadline.txt | 356 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/ |
D | README | 11 download the compiler and other tools useful when building and booting
|
/linux-4.1.27/arch/arm/ |
D | Makefile | 305 $(Q)$(MAKE) $(build)=arch/arm/tools include/generated/mach-types.h
|
/linux-4.1.27/arch/m68k/q40/ |
D | README | 5 some up to date information. Booter and other tools will be also
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 83 MPSYS: a MPEG2 system library and tools
|