Home
last modified time | relevance | path

Searched +full:trace +full:- +full:buffer +full:- +full:extension (Results 1 – 25 of 133) sorted by relevance

123456

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Darm,trace-buffer-extension.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/arm,trace-buffer-extension.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: ARM Trace Buffer Extensions
11 - Anshuman Khandual <anshuman.khandual@arm.com>
14 Arm Trace Buffer Extension (TRBE) is a per CPU component
15 for storing trace generated on the CPU to memory. It is
26 - const: arm,trace-buffer-extension
32 the arm,gic-v3 binding for details on describing a PPI partition.
[all …]
Darm,embedded-trace-extension.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/arm,embedded-trace-extension.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: ARM Embedded Trace Extensions
11 - Suzuki K Poulose <suzuki.poulose@arm.com>
12 - Mathieu Poirier <mathieu.poirier@linaro.org>
15 Arm Embedded Trace Extension(ETE) is a per CPU trace component that
18 The trace generated by the ETE could be stored via legacy CoreSight
19 components (e.g, TMC-ETR) or other means (e.g, using a per CPU buffer
[all …]
/kernel/linux/linux-6.6/Documentation/trace/coresight/
Dcoresight-trbe.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Trace Buffer Extension (TRBE).
11 --------------------
13 Trace Buffer Extension (TRBE) is a percpu hardware which captures in system
15 gets plugged in as a coresight sink device because the corresponding trace
23 ---------------------------
36 *Key file items are:-*
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
14 and trace drivers to register themselves with. It's intended to build
17 trace source gets enabled.
27 responsible for transporting and collecting the trace data
28 respectively. Link and sinks are dynamically aggregated with a trace
29 entity at run time to form a complete trace path.
32 modules will be called coresight-funnel and coresight-replicator.
39 This enables support for the Trace Memory Controller driver.
41 trace router - ETR) or sink (embedded trace FIFO). The driver
46 module will be called coresight-tmc.
[all …]
Dcoresight-trbe.c1 // SPDX-License-Identifier: GPL-2.0
3 * This driver enables Trace Buffer Extension (TRBE) as a per-cpu coresight
4 * sink device could then pair with an appropriate per-cpu coresight source
5 * device (ETE) thus generating required trace data. Trace can be enabled
8 * The AUX buffer handling is inspired from Arm SPE PMU driver.
21 #include "coresight-self-hosted-trace.h"
22 #include "coresight-trbe.h"
24 #define PERF_IDX2OFF(idx, buf) ((idx) % ((buf)->nr_pages << PAGE_SHIFT))
28 * in skipping relevant sections in the captured trace
30 * formatting the trace data, unlike the legacy CoreSight
[all …]
Dcoresight-trbe.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Trace Buffer Extension (TRBE) driver in the coresight framework.
18 #include "coresight-etm-perf.h"
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dspe-pmu.txt1 * ARMv8.2 Statistical Profiling Extension (SPE) Performance Monitor Units (PMU)
3 ARMv8.2 introduces the optional Statistical Profiling Extension for collecting
4 performance sample data using an in-memory trace buffer.
8 - compatible : should be one of:
9 "arm,statistical-profiling-extension-v1"
11 - interrupts : Exactly 1 PPI must be listed. For heterogeneous systems where
13 the arm,gic-v3 binding for details on describing a PPI partition.
17 spe-pmu {
18 compatible = "arm,statistical-profiling-extension-v1";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/perf/
Dspe-pmu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/perf/spe-pmu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARMv8.2 Statistical Profiling Extension (SPE) Performance Monitor Units (PMU)
10 - Will Deacon <will@kernel.org>
13 ARMv8.2 introduces the optional Statistical Profiling Extension for collecting
14 performance sample data using an in-memory trace buffer.
18 const: arm,statistical-profiling-extension-v1
24 supported on a subset of the CPUs, please consult the arm,gic-v3 binding
[all …]
/kernel/linux/linux-5.10/Documentation/vm/
Dpage_owner.rst19 to enlarge the trace buffer for preventing overlapping until userspace
20 program launched. And, launched program continually dump out the trace
21 buffer for later analysis and it would change system behaviour with more
41 - Without page owner::
46 - With page owner::
59 stores information into the memory from struct page extension. This memory
66 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
68 page extension feature. Anyway, after that, no page is left in
69 un-tracking state.
74 1) Build user-space helper::
/kernel/linux/linux-6.6/arch/arm64/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
260 ARM 64-bit (AArch64) Linux support.
269 depends on $(cc-option,-fpatchable-function-entry=2)
301 # VA_BITS - PAGE_SHIFT - 3
377 def_bool !$(as-instr,1:\n.inst 0\n.rept . - 1b\n\nnop\n.endr\n)
432 at stage-2.
440 …bool "Cortex-A53: 826319: System might deadlock if a write cannot complete until read data is acce…
445 erratum 826319 on Cortex-A53 parts up to r0p2 with an AMBA 4 ACE or
448 If a Cortex-A53 uses an AMBA AXI4 ACE interface to other processors
454 data cache clean-and-invalidate.
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/
Duvcvideo.rst1 .. SPDX-License-Identifier: GPL-2.0
6 This file documents some driver-specific aspects of the UVC driver, such as
7 driver-specific ioctls and implementation notes.
10 linux-uvc-devel@lists.berlios.de.
13 Extension Unit (XU) support
14 ---------------------------
19 The UVC specification allows for vendor-specific extensions through extension
20 units (XUs). The Linux UVC driver supports extension unit controls (XU controls)
23 - through mappings of XU controls to V4L2 controls
24 - through a driver-specific ioctl interface
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/drivers/
Duvcvideo.rst1 .. SPDX-License-Identifier: GPL-2.0
6 This file documents some driver-specific aspects of the UVC driver, such as
7 driver-specific ioctls and implementation notes.
10 linux-media@vger.kernel.org.
13 Extension Unit (XU) support
14 ---------------------------
19 The UVC specification allows for vendor-specific extensions through extension
20 units (XUs). The Linux UVC driver supports extension unit controls (XU controls)
23 - through mappings of XU controls to V4L2 controls
24 - through a driver-specific ioctl interface
[all …]
/kernel/linux/linux-6.6/Documentation/mm/
Dpage_owner.rst17 to enlarge the trace buffer for preventing overlapping until userspace
18 program launched. And, launched program continually dump out the trace
19 buffer for later analysis and it would change system behaviour with more
45 stores information into the memory from struct page extension. This memory
52 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
54 page extension feature. Anyway, after that, no page is left in
55 un-tracking state.
60 1) Build user-space helper::
101 If you want to sort by the page nums of buf, use the ``-m`` parameter.
107 -a Sort by memory allocation time.
[all …]
/kernel/linux/linux-6.6/Documentation/trace/
Dhisi-ptt.rst1 .. SPDX-License-Identifier: GPL-2.0
4 HiSilicon PCIe Tune and Trace device
10 HiSilicon PCIe tune and trace device (PTT) is a PCIe Root Complex
13 and trace the TLP headers (trace). The two functions are independent,
23 +--------------Core 0-------+
25 | | [Root Port]---[Endpoint]
26 | | [Root Port]---[Endpoint]
27 | | [Root Port]---[Endpoint]
28 Root Complex |------Core 1-------+
30 | | [Root Port]---[ Switch ]---[Endpoint]
[all …]
/kernel/linux/linux-6.6/include/linux/perf/
Darm_pmuv3.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 #define ARMV8_PMU_COUNTER_MASK (ARMV8_PMU_MAX_COUNTERS - 1)
80 /* Statistical profiling extension microarchitectural events */
90 /* long-latency read miss events */
96 /* Trace buffer events */
100 /* Trace unit events */
115 /* Armv8.5 Memory Tagging Extension events */
208 * Per-CPU PMCR: config reg
215 #define ARMV8_PMU_PMCR_DP (1 << 5) /* Disable CCNT if non-invasive debug*/
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvc_driver.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * uvc_driver.c -- USB Video Class driver
5 * Copyright (C) 2005-2010
21 #include <media/v4l2-common.h>
22 #include <media/v4l2-ioctl.h>
33 static unsigned int uvc_quirks_param = -1;
37 /* ------------------------------------------------------------------------
83 .name = "Greyscale 8-bit (Y800)",
88 .name = "Greyscale 8-bit (Y8 )",
93 .name = "Greyscale 8-bit (D3DFMT_L8)",
[all …]
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
Duvc_driver.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * uvc_driver.c -- USB Video Class driver
5 * Copyright (C) 2005-2010
24 #include <media/v4l2-common.h>
25 #include <media/v4l2-ioctl.h>
36 static unsigned int uvc_quirks_param = -1;
40 /* ------------------------------------------------------------------------
50 for (i = 0; i < alts->desc.bNumEndpoints; ++i) { in uvc_find_endpoint()
51 ep = &alts->endpoint[i]; in uvc_find_endpoint()
52 if (ep->desc.bEndpointAddress == epaddr) in uvc_find_endpoint()
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfirmware.c1 // SPDX-License-Identifier: ISC
36 * struct nvram_parser - internal info for parser.
39 * @data: input buffer being parsed.
40 * @nvram: output buffer with parse result.
44 * @pos: byte offset in input buffer.
67 * is_nvram_char() - check if char is a valid one for NVRAM entry
91 c = nvp->data[nvp->pos]; in brcmf_nvram_handle_idle()
99 nvp->entry = nvp->pos; in brcmf_nvram_handle_idle()
103 nvp->line, nvp->column); in brcmf_nvram_handle_idle()
105 nvp->column++; in brcmf_nvram_handle_idle()
[all …]
/kernel/linux/linux-6.6/kernel/trace/
Dtrace_functions_graph.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (c) 2008-2009 Frederic Weisbecker <fweisbec@gmail.com>
16 #include "trace.h"
45 /* Display overruns? (for self-debug purpose) */
46 { TRACER_OPT(funcgraph-overrun, TRACE_GRAPH_PRINT_OVERRUN) },
48 { TRACER_OPT(funcgraph-cpu, TRACE_GRAPH_PRINT_CPU) },
50 { TRACER_OPT(funcgraph-overhead, TRACE_GRAPH_PRINT_OVERHEAD) },
52 { TRACER_OPT(funcgraph-proc, TRACE_GRAPH_PRINT_PROC) },
54 { TRACER_OPT(funcgraph-duration, TRACE_GRAPH_PRINT_DURATION) },
56 { TRACER_OPT(funcgraph-abstime, TRACE_GRAPH_PRINT_ABS_TIME) },
[all …]
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-intel-pt.txt1 perf-intel-pt(1)
5 ----
6 perf-intel-pt - Support for Intel Processor Trace within perf tools
9 --------
11 'perf record' -e intel_pt//
14 -----------
16 Intel Processor Trace (Intel PT) is an extension of Intel Architecture that
19 Technical details are documented in the Intel 64 and IA-32 Architectures
20 Software Developer Manuals, Chapter 36 Intel Processor Trace.
23 processors that are based on the Intel micro-architecture code name Broadwell.
[all …]
/kernel/linux/linux-6.6/drivers/perf/
Darm_spe_pmu.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Perf support for the Statistical Profiling Extension, introduced as
43 * Cache if the event is allowed to trace Context information.
53 if (IS_ENABLED(CONFIG_PID_IN_CONTEXTIDR) && !perf_allow_kernel(&event->attr)) in set_spe_event_has_cx()
54 event->hw.flags |= SPE_PMU_HW_FLAGS_CX; in set_spe_event_has_cx()
59 return !!(event->hw.flags & SPE_PMU_HW_FLAGS_CX); in get_spe_event_has_cx()
98 /* Convert a free-running index from perf into an SPE buffer offset */
99 #define PERF_IDX2OFF(idx, buf) ((idx) % ((buf)->nr_pages << PAGE_SHIFT))
127 return !!(spe_pmu->features & arm_spe_pmu_feat_caps[cap]); in arm_spe_pmu_cap_get()
131 return spe_pmu->counter_sz; in arm_spe_pmu_cap_get()
[all …]
/kernel/linux/linux-5.10/drivers/perf/
Darm_spe_pmu.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Perf support for the Statistical Profiling Extension, introduced as
43 * Cache if the event is allowed to trace Context information.
52 event->hw.flags |= SPE_PMU_HW_FLAGS_CX; in set_spe_event_has_cx()
57 return !!(event->hw.flags & SPE_PMU_HW_FLAGS_CX); in get_spe_event_has_cx()
95 /* Convert a free-running index from perf into an SPE buffer offset */
96 #define PERF_IDX2OFF(idx, buf) ((idx) % ((buf)->nr_pages << PAGE_SHIFT))
124 return !!(spe_pmu->features & arm_spe_pmu_feat_caps[cap]); in arm_spe_pmu_cap_get()
128 return spe_pmu->counter_sz; in arm_spe_pmu_cap_get()
130 return spe_pmu->min_period; in arm_spe_pmu_cap_get()
[all …]
/kernel/linux/linux-6.6/sound/soc/sof/
Dipc4-mtrace.c1 // SPDX-License-Identifier: GPL-2.0-only
8 #include "sof-priv.h"
9 #include "ipc4-priv.h"
14 * ------------------------
15 * | Page0 - descriptors |
16 * ------------------------
17 * | Page1 - slot0 |
18 * ------------------------
19 * | Page2 - slot1 |
20 * ------------------------
[all …]
/kernel/linux/linux-6.6/arch/arm/mm/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
17 A 32-bit RISC microprocessor based on the ARM7 processor core
36 A 32-bit RISC processor with 8kByte Cache, Write Buffer and
53 A 32-bit RISC processor with 8KB cache or 4KB variants,
54 write buffer and MPU(Protection Unit) built around
69 A 32-bit RISC microprocessor based on the ARM9 processor core
166 Branch Target Buffer, Unified TLB and cache line size 16.
182 ARM940T is a member of the ARM9TDMI family of general-
184 instruction and 4KB data cases, each with a 4-word line
190 # ARM946E-S
[all …]
/kernel/linux/linux-5.10/arch/arm/mm/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
17 A 32-bit RISC microprocessor based on the ARM7 processor core
36 A 32-bit RISC processor with 8kByte Cache, Write Buffer and
53 A 32-bit RISC processor with 8KB cache or 4KB variants,
54 write buffer and MPU(Protection Unit) built around
69 A 32-bit RISC microprocessor based on the ARM9 processor core
166 Branch Target Buffer, Unified TLB and cache line size 16.
182 ARM940T is a member of the ARM9TDMI family of general-
184 instruction and 4KB data cases, each with a 4-word line
190 # ARM946E-S
[all …]

123456