Home
last modified time | relevance | path

Searched +full:timestamp +full:- +full:names (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dti,k3-am654-cpts.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/ti,k3-am654-cpts.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Grygorii Strashko <grygorii.strashko@ti.com>
11 - Sekhar Nori <nsekhar@ti.com>
17 - selection of multiple external clock sources
18 - Software control of time sync events via interrupt or polling
19 - 64-bit timestamp mode in ns with PPM and nudge adjustment.
20 - hardware timestamp push inputs (HWx_TS_PUSH)
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dti,k3-am654-cpts.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/ti,k3-am654-cpts.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Grygorii Strashko <grygorii.strashko@ti.com>
11 - Sekhar Nori <nsekhar@ti.com>
17 - selection of multiple external clock sources
18 - Software control of time sync events via interrupt or polling
19 - 64-bit timestamp mode in ns with PPM and nudge adjustment.
20 - hardware timestamp push inputs (HWx_TS_PUSH)
[all …]
Dti,icssg-prueth.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/ti,icssg-prueth.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Md Danish Anwar <danishanwar@ti.com>
13 Ethernet based on the Programmable Real-Time Unit and Industrial
17 - $ref: /schemas/remoteproc/ti,pru-consumer.yaml#
22 - ti,am654-icssg-prueth # for AM65x SoC family
32 dma-names:
34 - const: tx0-0
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/timestamp/
Dhte-consumer.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dipen Patel <dipenp@nvidia.com>
16 $ref: /schemas/types.yaml#/definitions/phandle-array
23 timestamp-names:
24 $ref: /schemas/types.yaml#/definitions/string-array
27 timestamp property.
30 timestamp-names: [ timestamps ]
[all …]
/kernel/linux/linux-5.10/scripts/
Dmkcompile_h2 # SPDX-License-Identifier: GPL-2.0
14 # Do not expand names
15 set -f
21 if [ -z "$KBUILD_BUILD_VERSION" ]; then
27 if [ -z "$KBUILD_BUILD_TIMESTAMP" ]; then
28 TIMESTAMP=`date`
30 TIMESTAMP=$KBUILD_BUILD_TIMESTAMP
32 if test -z "$KBUILD_BUILD_USER"; then
37 if test -z "$KBUILD_BUILD_HOST"; then
38 LINUX_COMPILE_HOST=`uname -n`
[all …]
/kernel/linux/linux-6.6/drivers/hte/
Dhte.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2021-2022 NVIDIA Corporation
34 * struct hte_ts_info - Information related to requested timestamp.
36 * @xlated_id: Timestamp ID as understood between HTE subsys and HTE provider,
40 * @seq: Timestamp sequence counter.
49 * @req_mlock: Lock during timestamp request/release APIs.
51 * @gdev: HTE abstract device that this timestamp information belongs to.
73 * struct hte_device - HTE abstract device
81 * @ei: Timestamp information.
109 const struct hte_chip *chip = gdev->chip; in hte_chip_dbgfs_init()
[all …]
Dhte-tegra194-test.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2021-2022 NVIDIA Corporation
20 * hardware timestamp on gpio_in and specified LIC IRQ lines.
29 * compatible = "nvidia,tegra194-hte-test";
30 * in-gpio = <&gpio_aon TEGRA194_AON_GPIO(BB, 1)>;
31 * out-gpio = <&gpio_aon TEGRA194_AON_GPIO(BB, 0)>;
34 * timestamp-names = "hte-gpio", "hte-i2c-irq";
39 * - Load test driver.
40 * - For the GPIO, at regular interval gpio_out pin toggles triggering
43 * - For the LIC IRQ line, it uses 0x19 interrupt which is i2c controller 1.
[all …]
/kernel/linux/linux-6.6/drivers/firewire/
Dcore-transaction.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (C) 2004-2006 Kristian Hoegsberg <krh@bitplanet.net>
13 #include <linux/firewire-constants.h>
67 if (t->is_split_transaction) in try_cancel_split_timeout()
68 return del_timer(&t->split_timeout_timer); in try_cancel_split_timeout()
79 spin_lock_irqsave(&card->lock, flags); in close_transaction()
80 list_for_each_entry(iter, &card->transaction_list, link) { in close_transaction()
83 spin_unlock_irqrestore(&card->lock, flags); in close_transaction()
86 list_del_init(&iter->link); in close_transaction()
87 card->tlabel_mask &= ~(1ULL << iter->tlabel); in close_transaction()
[all …]
/kernel/linux/linux-6.6/Documentation/trace/
Dmmiotrace.rst2 In-kernel memory-mapped I/O tracing
11 Injection Test Harness. In Dec 2006 - Jan 2007, using the code from Intel,
15 Mmiotrace was built for reverse engineering any memory-mapped IO device with
19 Out-of-tree mmiotrace was originally modified for mainline inclusion and
24 -----------
29 is on-line, therefore mmiotrace takes all but one CPU off-line during run-time
30 activation. You can re-enable CPUs by hand, but you have been warned, there
35 ---------------------
38 $ mount -t debugfs debugfs /sys/kernel/debug
48 -----
[all …]
/kernel/linux/linux-5.10/Documentation/trace/
Dmmiotrace.rst2 In-kernel memory-mapped I/O tracing
11 Injection Test Harness. In Dec 2006 - Jan 2007, using the code from Intel,
15 Mmiotrace was built for reverse engineering any memory-mapped IO device with
19 Out-of-tree mmiotrace was originally modified for mainline inclusion and
24 -----------
29 is on-line, therefore mmiotrace takes all but one CPU off-line during run-time
30 activation. You can re-enable CPUs by hand, but you have been warned, there
35 ---------------------
38 $ mount -t debugfs debugfs /sys/kernel/debug
48 -----
[all …]
/kernel/linux/linux-6.6/Documentation/kbuild/
Dreproducible-builds.rst17 ----------
30 By default the timestamp is the current time and in the case of
37 code that does use these, you must override the timestamp they
42 ----------
44 The kernel embeds the building user and host names in
50 ------------------
52 When the kernel is built out-of-tree, debug information may include
54 including the ``-fdebug-prefix-map`` option in the `KCFLAGS`_ variable.
57 to an absolute filename in an out-of-tree build. Kbuild automatically
58 uses the ``-fmacro-prefix-map`` option to prevent this, if it is
[all …]
/kernel/linux/linux-5.10/Documentation/kbuild/
Dreproducible-builds.rst17 ----------
30 By default the timestamp is the current time and in the case of
37 code that does use these, you must override the timestamp they
42 ----------
44 The kernel embeds the building user and host names in
50 ------------------
52 When the kernel is built out-of-tree, debug information may include
54 including the ``-fdebug-prefix-map`` option in the `KCFLAGS`_ variable.
57 to an absolute filename in an out-of-tree build. Kbuild automatically
58 uses the ``-fmacro-prefix-map`` option to prevent this, if it is
[all …]
/kernel/linux/linux-6.6/scripts/dtc/
Dof_unittest_expect2 # SPDX-License-Identifier: GPL-2.0
40 $expect =~ s/^.*?>>//; # '?' is non-greedy, minimal match
54 if ($got =~ /^[+-]*[0-9]+/) {
55 $got =~ s/^[+-]*[0-9]+//;
60 if ($got =~ /^(0x)*[0-9a-f]+/) {
61 $got =~ s/^(0x)*[0-9a-f]+//;
100 -h print program usage
101 --help print program usage
102 --hide-expect suppress output of EXPECTed lines
103 --line-num report line number of CONSOLE_LOG
[all …]
/kernel/linux/linux-6.6/drivers/accel/ivpu/
Dvpu_boot_api.h1 /* SPDX-License-Identifier: MIT */
3 * Copyright (C) 2020-2023 Intel Corporation
12 * fw_bin_header->api_version[VPU_BOOT_API_VER_ID] = (VPU_BOOT_API_VER_MAJOR << 16) |
30 * API header changed (field names, documentation, formatting) but API itself has not been changed
39 /* ------------ FW API version information end ---------------------*/
156 /* Clock frequencies: 0x20 - 0xFF */
161 /* Memory regions: 0x100 - 0x1FF */
181 /* IRQ re-direct numbers: 0x200 - 0x2FF */
184 /* ARM -> VPU doorbell interrupt. ARM is notifying VPU of async command or compute job. */
186 /* VPU -> ARM job done interrupt. VPU is notifying ARM of compute job completion. */
[all …]
/kernel/linux/linux-6.6/Documentation/filesystems/
Dvfat.rst10 mount -t vfat /dev/fd0 /mnt
42 **-20**: If current process is in group of file's group ID,
43 you can change timestamp.
45 **-2**: Other users can change timestamp.
69 There is also an option of doing UTF-8 translations
76 UTF-8 is the filesystem safe version of Unicode that
79 If 'uni_xlate' gets set, UTF-8 gets disabled.
152 from each timestamp to convert it to UTC used internally by
156 cases in presence of DST - time stamps in a different DST
176 FAT has the ATTR_RO (read-only) attribute. On Windows,
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/
Dvfat.rst10 mount -t vfat /dev/fd0 /mnt
42 **-20**: If current process is in group of file's group ID,
43 you can change timestamp.
45 **-2**: Other users can change timestamp.
69 There is also an option of doing UTF-8 translations
76 UTF-8 is the filesystem safe version of Unicode that
79 If 'uni_xlate' gets set, UTF-8 gets disabled.
152 from each timestamp to convert it to UTC used internally by
156 cases in presence of DST - time stamps in a different DST
176 FAT has the ATTR_RO (read-only) attribute. On Windows,
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
Ddebugfs.c8 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
9 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
10 * Copyright(c) 2012 - 2014, 2018 - 2020 Intel Corporation
26 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
30 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
31 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
32 * Copyright(c) 2012 - 2014, 2018 - 2020 Intel Corporation
45 * * Neither the name Intel Corporation nor the names of its
81 return -ENOMEM; \
83 data->read_done = false; \
[all …]
Ddbg.h8 * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.
9 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
10 * Copyright(c) 2015 - 2017 Intel Deutschland GmbH
11 * Copyright(c) 2018 - 2019 Intel Corporation
27 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
32 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
33 * Copyright(c) 2015 - 2017 Intel Deutschland GmbH
34 * Copyright(c) 2018 - 2019 Intel Corporation
47 * * Neither the name Intel Corporation nor the names of its
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Dnvidia,tegra210-timer.txt3 The Tegra210 timer provides fourteen 29-bit timer counters and one 32-bit
4 timestamp counter. The TMRs run at either a fixed 1 MHz clock rate derived
5 from the oscillator clock (TMR0-TMR9) or directly at the oscillator clock
6 (TMR10-TMR13). Each TMR can be programmed to generate one-shot, periodic,
10 - compatible : "nvidia,tegra210-timer".
11 - reg : Specifies base physical address and size of the registers.
12 - interrupts : A list of 14 interrupts; one per each timer channels 0 through
14 - clocks : Must contain one entry, for the module clock.
15 See ../clocks/clock-bindings.txt for details.
18 compatible = "nvidia,tegra210-timer";
[all …]
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-record.txt1 perf-record(1)
5 ----
6 perf-record - Run a command and record its profile into perf.data
9 --------
11 'perf record' [-e <EVENT> | --event=EVENT] [-a] <command>
12 'perf record' [-e <EVENT> | --event=EVENT] [-a] -- <command> [<options>]
15 -----------
17 from it, into perf.data - without displaying anything.
23 -------
27 -e::
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/timer/
Dnvidia,tegra-timer.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/timer/nvidia,tegra-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephen Warren <swarren@nvidia.com>
13 - if:
17 const: nvidia,tegra210-timer
27 - if:
31 - items:
32 - enum:
[all …]
/kernel/linux/linux-6.6/arch/nios2/boot/dts/
D10m50_devboard.dts1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
10 compatible = "altr,niosii-max10";
11 #address-cells = <1>;
12 #size-cells = <1>;
15 #address-cells = <1>;
16 #size-cells = <0>;
20 compatible = "altr,nios2-1.1";
22 interrupt-controller;
23 #interrupt-cells = <1>;
[all …]
/kernel/linux/linux-5.10/arch/nios2/boot/dts/
D10m50_devboard.dts1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
10 compatible = "altr,niosii-max10";
11 #address-cells = <1>;
12 #size-cells = <1>;
15 #address-cells = <1>;
16 #size-cells = <0>;
20 compatible = "altr,nios2-1.1";
22 interrupt-controller;
23 #interrupt-cells = <1>;
[all …]
/kernel/linux/linux-6.6/Documentation/trace/coresight/
Dcoresight.rst2 Coresight - HW Assisted Tracing on ARM
9 ------------
38 0 CPU 0<-->: C : 0 CPU 0<-->: C : : C : @ STM @ || System ||
39 |->0000000 : T : |->0000000 : T : : T :<--->@@@@@ || Memory ||
40 | #######<-->: I : | #######<-->: I : : I : @@@<-| ||||||||||||
43 | |->### | ! | |->### | ! | ! . | || DAP ||
49 *****************************************************************<-|
63 | * ===== F =====<---------|
65 |-->:: CTI ::<!! === N ===
69 |------>&& ETB &&<......II I =======
[all …]
/kernel/linux/linux-6.6/tools/thermal/thermometer/
Dthermometer.82 # SPDX-License-Identifier: GPL-2.0
4 \fBthermometer\fP - A thermal profiling tool
23 the thermal zone names and the desired sampling period. A thermal zone
44 The \fB-h, --help\fP option shows a short usage help
46 The \fB-o <dir>, --output <dir>\fP option defines the output directory to put the
49 The \fB-c <config>, --config <config>\fP option specifies the configuration file to use
51 The \fB-d <seconds>, --duration <seconds>\fP option specifies the duration of the capture
53 The \fB-l <loglevel>, --loglevel <loglevel>\fP option sets the loglevel [DEBUG,INFO,NOTICE,WARN,ERR…
55 The \fB-p <string>, --postfix <string>\fP option appends \fBstring\fP at the end of the capture fil…
57 The \fB-s, --syslog\fP option sets the output to syslog, default is \fBstdout\fP
[all …]

12345678910>>...13