/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | etf.json | 4 "name": "Create ETF with default setting", 7 "etf" 15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root etf clockid CLOCK_TAI", 18 …"matchPattern": "qdisc etf 1: root refcnt [0-9]+ clockid TAI delta 0 offload off deadline_mode off… 27 "name": "Create ETF with delta nanos setting", 30 "etf" 38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root etf delta 100 clockid CLOCK_TAI", 41 …"matchPattern": "qdisc etf 1: root refcnt [0-9]+ clockid TAI delta 100 offload off deadline_mode o… 50 "name": "Create ETF with deadline_mode setting", 53 "etf" [all …]
|
/Linux-v6.1/net/sched/ |
D | sch_etf.c | 299 struct tc_etf_qopt_offload etf = { }; in etf_disable_offload() local 310 etf.queue = q->queue; in etf_disable_offload() 311 etf.enable = 0; in etf_disable_offload() 313 err = ops->ndo_setup_tc(dev, TC_SETUP_QDISC_ETF, &etf); in etf_disable_offload() 315 pr_warn("Couldn't disable ETF offload for queue %d\n", in etf_disable_offload() 316 etf.queue); in etf_disable_offload() 323 struct tc_etf_qopt_offload etf = { }; in etf_enable_offload() local 327 NL_SET_ERR_MSG(extack, "Specified device does not support ETF offload"); in etf_enable_offload() 331 etf.queue = q->queue; in etf_enable_offload() 332 etf.enable = 1; in etf_enable_offload() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/ |
D | arm,coresight-tmc.yaml | 24 FIFO(ETF) and Embedded Trace Router(ETR) configurations. The configuration 25 mode (ETB, ETF, ETR) is discovered at boot time when the device is probed. 101 and ETF configurations.
|
/Linux-v6.1/drivers/hwtracing/coresight/ |
D | coresight-tmc-etf.c | 197 * /dev/xyz.{etf|etb} interface. See tmc_read_unprepare_etf() for in tmc_enable_etf_sink_sysfs() 240 * No need to continue if the ETB/ETF is already operated in tmc_enable_etf_sink_perf() 303 dev_dbg(&csdev->dev, "TMC-ETB/ETF enabled\n"); in tmc_enable_etf_sink() 333 dev_dbg(&csdev->dev, "TMC-ETB/ETF disabled\n"); in tmc_disable_etf_sink() 363 dev_dbg(&csdev->dev, "TMC-ETF enabled\n"); in tmc_enable_etf_link() 388 dev_dbg(&csdev->dev, "TMC-ETF disabled\n"); in tmc_disable_etf_link() 670 * The ETB/ETF is not tracing and the buffer was just read. in tmc_read_unprepare_etb()
|
D | coresight-tmc.h | 174 * @buf: Snapshot of the trace data for ETF/ETB. 176 * @len: size of the available trace for ETF/ETB. 264 /* ETB/ETF functions */
|
D | Makefile | 11 coresight-tmc-y := coresight-tmc-core.o coresight-tmc-etf.o \
|
D | coresight-tmc-core.c | 386 * AXI master in place of the embedded SRAM of ETB/ETF. in tmc_etr_setup_caps() 582 /* Coresight SoC 600 TMC-ETF */
|
D | coresight-core.c | 525 * ETF devices are tricky... They can be a link or a sink, in coresight_disable_path_from() 526 * depending on how they are configured. If an ETF has been in coresight_disable_path_from() 577 * ETF devices are tricky... They can be a link or a sink, in coresight_enable_path() 578 * depending on how they are configured. If an ETF has been in coresight_enable_path()
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | so_txtime.sh | 79 if ip netns exec "${NS1}" tc qdisc replace dev "${DEV}" root etf clockid CLOCK_TAI delta 400000; th… 86 echo "tc ($(tc -V)) does not support qdisc etf. skipping"
|
/Linux-v6.1/arch/arm64/boot/dts/hisilicon/ |
D | hi3660-coresight.dtsi | 131 etf@ec802000 { 273 etf@ed002000 { 365 etf@ec036000 {
|
/Linux-v6.1/arch/arm64/boot/dts/arm/ |
D | juno-r1-scmi.dts | 9 etf@20140000 {
|
D | juno-r2-scmi.dts | 9 etf@20140000 {
|
D | juno-cs-r1r2.dtsi | 26 etf_sys1: etf@20140000 { /* etf1 */
|
D | juno-scmi.dtsi | 2 etf@20010000 {
|
/Linux-v6.1/arch/arm64/boot/dts/sprd/ |
D | sc9860.dtsi | 465 etf@11003000 { /* ETF on Cluster0 */ 490 etf@11004000 { /* ETF on Cluster1 */
|
D | sc9863a.dtsi | 276 etf@12002000 { 301 etf@12003000 {
|
D | sc9836.dtsi | 48 etf@10003000 {
|
/Linux-v6.1/Documentation/trace/coresight/ |
D | coresight.rst | 113 TMC-ETF: 125 ETBv1.0, ETB1.1, TPIU, TMC-ETF 210 20010000.etf 20040000.funnel 20100000.stm 22040000.etm 278 <file details> out:0 -> ../../../20010000.etf/tmc_etf0 292 <file details> in:0 -> ../../../20010000.etf/tmc_etf0 293 <file details> in:1 -> ../../../20140000.etf/tmc_etf1 325 <file details> tmc_etf0 -> ../../../20010000.etf/tmc_etf0
|
/Linux-v6.1/drivers/misc/habanalabs/goya/ |
D | goya_coresight.c | 310 dev_err(hdev->dev, "Invalid register index in ETF\n"); in goya_config_etf() 327 "Failed to %s ETF on timeout, error %d\n", in goya_config_etf() 335 "Failed to %s ETF on timeout, error %d\n", in goya_config_etf() 703 dev_err(hdev->dev, "halt ETF failed, %d/%d\n", rc, i); in goya_halt_coresight()
|
/Linux-v6.1/drivers/misc/habanalabs/gaudi/ |
D | gaudi_coresight.c | 476 dev_err(hdev->dev, "Invalid register index in ETF\n"); in gaudi_config_etf() 493 "Failed to %s ETF on timeout, error %d\n", in gaudi_config_etf() 501 "Failed to %s ETF on timeout, error %d\n", in gaudi_config_etf() 899 dev_err(hdev->dev, "halt ETF failed, %d/%d\n", rc, i); in gaudi_halt_coresight()
|
/Linux-v6.1/drivers/acpi/ |
D | acpi_amba.c | 30 {"ARMHC97C", 0}, /* ARM CoreSight SoC-400 TMC, SoC-600 ETF/ETB */
|
/Linux-v6.1/tools/perf/tests/shell/lib/ |
D | coresight.sh | 8 # This currently works with ETMv4 / ETF not any other packet types at thi
|
/Linux-v6.1/tools/perf/tests/shell/ |
D | test_arm_coresight.sh | 118 # path = '/sys/devices/platform/20010000.etf/tmc_etf0'
|
/Linux-v6.1/drivers/misc/habanalabs/gaudi2/ |
D | gaudi2_coresight.c | 47 * @etf_id: etf id - index in debug_etf_regs 2068 dev_err(hdev->dev, "Invalid register index in ETF\n"); in gaudi2_config_etf() 2082 * for doing do need to read ETF STS register and check in gaudi2_config_etf() 2103 dev_err(hdev->dev, "Failed to %s ETF on timeout, error %d\n", in gaudi2_config_etf() 2110 dev_err(hdev->dev, "Failed to %s ETF on timeout, error %d\n", in gaudi2_config_etf() 2573 dev_err(hdev->dev, "halt ETF failed, %d/%d\n", rc, i); in gaudi2_halt_coresight()
|
/Linux-v6.1/tools/testing/selftests/drivers/net/ocelot/ |
D | psfp.sh | 160 tc qdisc replace dev ${if_name} parent 100:$((${STREAM_PRIO} + 1)) etf \
|