| /kernel/linux/linux-6.6/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/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-6.6/Documentation/userspace-api/media/cec/ |
| D | cec-pin-error-inj.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 9 has low-level support for the CEC bus. Most hardware today will have 10 high-level CEC support where the hardware deals with driving the CEC bus, 15 What makes doing this so interesting is that since we have full control 19 Currently only the cec-gpio driver (when the CEC line is directly 20 connected to a pull-up GPIO line) and the AllWinner A10/A20 drm driver 25 now an ``error-inj`` file. 32 With ``cat error-inj`` you can see both the possible commands and the current 35 $ cat /sys/kernel/debug/cec/cec0/error-inj 38 # rx-clear clear all rx error injections [all …]
|
| /kernel/linux/linux-6.6/Documentation/sphinx/ |
| D | kerneldoc-preamble.sty | 1 % -*- coding: utf-8 -*- 2 % SPDX-License-Identifier: GPL-2.0 5 % - TOC width settings 6 % - Setting of tabulary (\tymin) 7 % - Headheight setting for fancyhdr 8 % - Fontfamily settings for CJK (Chinese, Japanese, and Korean) translations 18 % Custom width parameters for TOC 19 % - Redefine low-level commands defined in report.cls. 20 % - Indent of 2 chars is preserved for ease of comparison. 22 % Width of page number (\@pnumwidth): 1.55em -> 2.7em [all …]
|
| /kernel/linux/linux-6.6/tools/power/pm-graph/ |
| D | README | 8 pm-graph: suspend/resume/boot timing analysis tools 11 …Home Page: https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/overvi… 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: 20 - Feature Summary: 21 https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/features.html 23 - upstream version in git: 24 git clone https://github.com/intel/pm-graph/ [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-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-6.6/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-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-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-6.6/drivers/usb/gadget/function/ |
| D | u_uvc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * Copyright (c) 2013-2014 Samsung Electronics Co., Ltd. 36 * Control descriptors array pointers for full-/high-speed and 37 * super-speed. They point by default to the uvc_fs_control_cls and 45 * Streaming descriptors array pointers for full-speed, high-speed and 46 * super-speed. They will point to the uvc_[fhs]s_streaming_cls arrays 47 * for configfs-based gadgets. Legacy gadgets must initialize them in 54 /* Default control descriptors for configfs-based gadgets. */ 60 * Control descriptors pointers arrays for full-/high-speed and 61 * super-speed. The first element is a configurable control header [all …]
|
| /kernel/linux/linux-6.6/arch/xtensa/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 58 Xtensa processors are 32-bit RISC machines designed by Tensilica 63 a home page at <http://www.linux-xtensa.org/>. 102 def_bool $(success,test "$(shell,echo __XTENSA_EB__ | $(CC) -E -P -)" = 1) 108 …def_bool $(success,test "$(shell,echo __XTENSA_CALL0_ABI__ | $(CC) -mabi=call0 -E -P - 2>/dev/null… 117 bool "fsf - default (not generic) configuration" 121 bool "dc232b - Diamond 232L Standard Core Rev.B (LE)" 128 bool "dc233c - Diamond 233L Standard Core Rev.C (LE)" 135 bool "Custom Xtensa processor configuration" 138 Select this variant to use a custom Xtensa processor configuration. [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-6.6/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-6.6/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/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-6.6/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/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-6.6/include/asm-generic/ |
| D | spinlock.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * 'Generic' ticket-lock implementation. 8 * to a test-and-set lock. 11 * sub-word of the value. This is generally true for anything LL/SC although 14 * a test-and-set. 18 * a full fence after the spin to upgrade the otherwise-RCpc 31 #include <asm-generic/spinlock_types.h> 43 * custom cond_read_rcsc() here we just emit a full fence. We only in arch_spin_lock() 82 return (s16)((val >> 16) - (val & 0xffff)) > 1; in arch_spin_is_contended()
|
| /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-6.6/drivers/net/ethernet/microchip/vcap/ |
| D | vcap_ag_api.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 6 /* This file is autogenerated by cml-utils 2023-03-13 10:16:42 +0100. 63 * Used by 802.1BR Bridge Port Extension in an E-Tag 65 * Used by 802.1BR Bridge Port Extension in an E-Tag 67 * Set for frames containing an E-TAG (802.1BR Ethertype 893f) 69 * E-Tag group bits in 802.1BR Bridge Port Extension 71 * Used by 802.1BR Bridge Port Extension in an E-Tag 73 * Used by 802.1BR Bridge Port Extension in an E-Tag 111 * Set if frame has two or more Q-tags. Independent of port VLAN awareness 114 * one or more Q-tags. Independent of port VLAN awareness [all …]
|
| /kernel/linux/linux-6.6/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. 43 full avg10=0.00 avg60=0.00 avg300=0.00 total=0 48 The "full" line indicates the share of time in which all non-idle 55 stall state is tracked separately and exported in the "full" averages. 57 CPU full is undefined at the system level, but has been reported 65 or to average trends over custom time frames. 83 <some|full> <stall amount in us> <time window in us> [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/ |
| D | actions,owl-emac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/actions,owl-emac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Cristian Ciocaltea <cristian.ciocaltea@gmail.com> 15 IEEE 802.3 CSMA/CD standard, supporting both half-duplex and full-duplex 19 - $ref: ethernet-controller.yaml# 24 - const: actions,owl-emac 25 - items: 26 - enum: [all …]
|