| /kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
| D | scripts.c | 1 // SPDX-License-Identifier: GPL-2.0 19 * Usually the full path for a script is: 20 * /home/username/libexec/perf-core/scripts/python/xxx.py 21 * /home/username/libexec/perf-core/scripts/perl/xxx.pl 22 * So 256 should be long enough to contain the full path. 37 if (attr->read_format & PERF_FORMAT_GROUP) in attr_to_script() 38 strcat(extra_format, " -F +metric"); in attr_to_script() 39 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) in attr_to_script() 40 strcat(extra_format, " -F +brstackinsn --xed"); in attr_to_script() 41 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in attr_to_script() [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
| D | cec-pin-error-inj.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 7 has low-level support for the CEC bus. Most hardware today will have 8 high-level CEC support where the hardware deals with driving the CEC bus, 13 What makes doing this so interesting is that since we have full control 17 Currently only the cec-gpio driver (when the CEC line is directly 18 connected to a pull-up GPIO line) and the AllWinner A10/A20 drm driver 23 now an ``error-inj`` file. 30 With ``cat error-inj`` you can see both the possible commands and the current 33 $ cat /sys/kernel/debug/cec/cec0/error-inj 36 # rx-clear clear all rx error injections [all …]
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/cec/ |
| D | cec-pin-error-inj.rst | 5 has low-level support for the CEC bus. Most hardware today will have 6 high-level CEC support where the hardware deals with driving the CEC bus, 11 What makes doing this so interesting is that since we have full control 15 Currently only the cec-gpio driver (when the CEC line is directly 16 connected to a pull-up GPIO line) and the AllWinner A10/A20 drm driver 21 now an ``error-inj`` file. 28 With ``cat error-inj`` you can see both the possible commands and the current 31 $ cat /sys/kernel/debug/cec/cec0/error-inj 34 # rx-clear clear all rx error injections 35 # tx-clear clear all tx error injections [all …]
|
| /kernel/linux/linux-5.10/tools/power/pm-graph/ |
| D | README | 8 pm-graph: suspend/resume/boot timing analysis tools 11 Home Page: https://01.org/pm-graph 13 Report bugs/issues at bugzilla.kernel.org Tools/pm-graph 14 - https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools 16 Full documentation available online & in man pages 17 - Getting Started: 18 https://01.org/pm-graph/documentation/getting-started 20 - Config File Format: 21 https://01.org/pm-graph/documentation/3-config-file-format 23 - upstream version in git: [all …]
|
| D | bootgraph.8 | 3 bootgraph \- Kernel boot timing analysis 21 The tool can also augment the timeline with ftrace data on custom target 22 functions as well as full trace callgraphs. 24 Generates output files in subdirectory: boot-yymmdd-HHMMSS 30 \fB-h\fR 33 \fB-v\fR 36 \fB-addlogs\fR 40 \fB-result \fIfile\fR 43 \fB-o \fIname\fR 47 e.g. boot-{hostname}-{date}-{time} [all …]
|
| /kernel/linux/linux-4.19/arch/xtensa/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 41 Xtensa processors are 32-bit RISC machines designed by Tensilica 46 a home page at <http://www.linux-xtensa.org/>. 93 bool "fsf - default (not generic) configuration" 97 bool "dc232b - Diamond 232L Standard Core Rev.B (LE)" 104 bool "dc233c - Diamond 233L Standard Core Rev.C (LE)" 111 bool "Custom Xtensa processor configuration" 114 Select this variant to use a custom Xtensa processor configuration. 119 string "Xtensa Processor Custom Core Variant Name" 122 Provide the name of a custom Xtensa processor variant. [all …]
|
| /kernel/linux/linux-5.10/Documentation/livepatch/ |
| D | shadow-vars.rst | 11 The implementation introduces a global, in-kernel hashtable that 24 (See the full API usage docbook notes in livepatch/shadow.c.) 30 meta-data and shadow-data: 32 - meta-data 34 - obj - pointer to parent object 35 - id - data identifier 37 - data[] - storage for shadow data 41 They also allow to call a custom constructor function when a non-zero 48 * klp_shadow_get() - retrieve a shadow variable data pointer 49 - search hashtable for <obj, id> pair [all …]
|
| /kernel/linux/linux-4.19/Documentation/livepatch/ |
| D | shadow-vars.txt | 11 The implementation introduces a global, in-kernel hashtable that 24 (See the full API usage docbook notes in livepatch/shadow.c.) 30 meta-data and shadow-data: 31 - meta-data 32 - obj - pointer to parent object 33 - id - data identifier 34 - data[] - storage for shadow data 38 They also allow to call a custom constructor function when a non-zero 45 * klp_shadow_get() - retrieve a shadow variable data pointer 46 - search hashtable for <obj, id> pair [all …]
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | README.ipw2200 | 13 Copyright (C) 2004-2006, Intel Corporation 22 ----------------------------------------------- 30 2. Ad-Hoc Networking 41 ----------------------------------------------- 71 the warranty and/or issues arising from regulatory non-compliance, and 76 modules, and accordingly, condition system-level regulatory approval 79 non-compliant. 92 ----------------------------------------------- 105 ----------------------------------------------- 109 + IBSS mode (Ad-Hoc) [all …]
|
| /kernel/linux/linux-5.10/arch/xtensa/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 47 Xtensa processors are 32-bit RISC machines designed by Tensilica 52 a home page at <http://www.linux-xtensa.org/>. 96 bool "fsf - default (not generic) configuration" 100 bool "dc232b - Diamond 232L Standard Core Rev.B (LE)" 107 bool "dc233c - Diamond 233L Standard Core Rev.C (LE)" 114 bool "Custom Xtensa processor configuration" 117 Select this variant to use a custom Xtensa processor configuration. 122 string "Xtensa Processor Custom Core Variant Name" 125 Provide the name of a custom Xtensa processor variant. [all …]
|
| /kernel/linux/linux-4.19/tools/power/pm-graph/ |
| D | bootgraph.8 | 3 bootgraph \- Kernel boot timing analysis 21 The tool can also augment the timeline with ftrace data on custom target 22 functions as well as full trace callgraphs. 24 Generates output files in subdirectory: boot-yymmdd-HHMMSS 30 \fB-h\fR 33 \fB-v\fR 36 \fB-addlogs\fR 40 \fB-result \fIfile\fR 43 \fB-o \fIname\fR 47 e.g. boot-{hostname}-{date}-{time} [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/wifi/intel/ |
| D | ipw2200.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 - Intel(R) PRO/Wireless 2200BG Network Connection 12 - Intel(R) PRO/Wireless 2915ABG Network Connection 20 Copyright |copy| 2004-2006, Intel Corporation 37 2. Ad-Hoc Networking 78 the warranty and/or issues arising from regulatory non-compliance, and 83 modules, and accordingly, condition system-level regulatory approval 86 non-compliant. 113 ------------------------- 117 + IBSS mode (Ad-Hoc) [all …]
|
| /kernel/linux/linux-4.19/Documentation/acpi/ |
| D | method-customizing.txt | 1 Linux ACPI Custom Control Method How To 29 b) disassemble the table by running "iasl -d dsdt.dat". 42 Note that the full pathname of the method in ACPI namespace 45 e.g. "iasl -vw 6084 psr.asl" (psr.aml is generated as a result) 46 If parameter "-vw 6084" is not supported by your iASL compiler, 48 f) mount debugfs by "mount -t debugfs none /sys/kernel/debug" 65 Note: We can use a kernel with multiple custom ACPI method running, 70 Note: Be aware that root can mis-use this driver to modify arbitrary
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | mac_baboon.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Definitions for the "Baboon" custom IC on the PowerBook 190. 21 * bit 2: bay status, 0 = full, 1 = empty
|
| /kernel/linux/linux-4.19/arch/m68k/include/asm/ |
| D | mac_baboon.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Definitions for the "Baboon" custom IC on the PowerBook 190. 21 * bit 2: bay status, 0 = full, 1 = empty
|
| /kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
| D | method-customizing.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Linux ACPI Custom Control Method How To 25 - Only ACPI METHOD can be overridden, any other object types like 29 - The same ACPI control method can be overridden for many times, 32 - To get the ACPI debug object output (Store (AAAA, Debug)), 42 b) disassemble the table by running "iasl -d dsdt.dat". 56 Note that the full pathname of the method in ACPI namespace 59 e.g. "iasl -vw 6084 psr.asl" (psr.aml is generated as a result) 60 If parameter "-vw 6084" is not supported by your iASL compiler, 62 f) mount debugfs by "mount -t debugfs none /sys/kernel/debug" [all …]
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-field_print.txt | 5 ---- 6 tep_print_field, tep_print_fields, tep_print_num_field, tep_print_func_field - 10 -------- 12 -- 13 *#include <event-parse.h>* 14 *#include <trace-seq.h>* 20 -- 23 ----------- 32 -- 34 -- [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/temperature/ |
| D | ltc2983.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Analog Devices LTC2983 Multi-Sensor Digital Temperature Measurement System 42 (((chan - 1) * 4) + LTC2983_CHAN_ASSIGN_START_REG) 44 (((chan - 1) * 4) + LTC2983_TEMP_RES_START_REG) 231 struct ltc2983_custom_sensor *custom; member 238 struct ltc2983_custom_sensor *custom; member 247 struct ltc2983_custom_sensor *custom; member 274 * instance a resolution of 2^-10 means we have 10 fractional bits. 288 s64 __res = -(s32)val; in __convert_to_raw_sign() 292 return (u32)-__res; in __convert_to_raw_sign() [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/uniphier/ |
| D | cache-uniphier.txt | 3 UniPhier SoCs are integrated with a full-custom outer cache controller system. 8 - compatible: should be "socionext,uniphier-system-cache" 9 - reg: offsets and lengths of the register sets for the device. It should 12 - cache-unified: specifies the cache is a unified cache. 13 - cache-size: specifies the size in bytes of the cache 14 - cache-sets: specifies the number of associativity sets of the cache 15 - cache-line-size: specifies the line size in bytes 16 - cache-level: specifies the level in the cache hierarchy. The value should 20 - next-level-cache: phandle to the next level cache if present. The next level 21 cache should be also compatible with "socionext,uniphier-system-cache". [all …]
|
| /kernel/linux/linux-5.10/Documentation/accounting/ |
| D | psi.rst | 4 PSI - Pressure Stall Information 14 either play it safe and under-utilize their hardware resources, or 23 scarcity aids users in sizing workloads to hardware--or provisioning 38 respective file in /proc/pressure/ -- cpu, memory, and io. 47 full avg10=0.00 avg60=0.00 avg300=0.00 total=0 52 The "full" line indicates the share of time in which all non-idle 59 stall state is tracked separately and exported in the "full" averages. 66 or to average trends over custom time frames. 84 <some|full> <stall amount in us> <time window in us> 88 1sec time window. Writing "full 50000 1000000" into /proc/pressure/io [all …]
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | ocfs2.txt | 6 also make it attractive for non-clustered use. 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 33 - Directory change notification (F_NOTIFY) 34 - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease) 44 errors=remount-ro(*) Remount the filesystem read-only on an error. 73 will hurt performance, but it's good for data-safety. 78 localalloc=8(*) Allows custom localalloc size in MB. If the value is too 93 reservations - users should rarely need to change this 96 coherency=full (*) Disallow concurrent O_DIRECT writes, cluster inode [all …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/intel/ipw2x00/ |
| D | libipw_wx.c | 3 Copyright(c) 2004-2005 Intel Corporation. All rights reserved. 6 Host AP project hostap-drivers v0.1.3 7 Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen 9 Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> 22 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 24 The full GNU General Public License is included in this distribution in the 29 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 53 return jiffies_to_msecs(end - start); in elapsed_jiffies_msecs() 55 return jiffies_to_msecs(end + (MAX_JIFFY_OFFSET - start) + 1); in elapsed_jiffies_msecs() 64 char custom[MAX_CUSTOM_LEN]; in libipw_translate_scan() local [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/socionext/ |
| D | socionext,uniphier-system-cache.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/arm/socionext/socionext,uniphier-system-cache.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 UniPhier ARM 32-bit SoCs are integrated with a full-custom outer cache 15 - Masahiro Yamada <yamada.masahiro@socionext.com> 19 const: socionext,uniphier-system-cache 36 cache-unified: true 38 cache-size: true 40 cache-sets: true [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211_wx.c | 6 Host AP project hostap-drivers v0.1.3 7 Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen 9 Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> 22 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 24 The full GNU General Public License is included in this distribution in the 28 James P. Ketrenos <ipw2100-admin@linux.intel.com> 29 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 47 {"N-24G", 5}, 48 {"N-5G", 4}, 59 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/rtl8192e/ |
| D | rtllib_wx.c | 6 * Host AP project hostap-drivers v0.1.3 7 * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen 9 * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> 20 * The full GNU General Public License is included in this distribution in the 24 * James P. Ketrenos <ipw2100-admin@linux.intel.com> 25 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 42 {"N-24G", 5}, 43 {"N-5G", 4}, 52 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local 64 ether_addr_copy(iwe.u.ap_addr.sa_data, network->bssid); in rtl819x_translate_scan() [all …]
|