/freebsd/contrib/ntp/scripts/stats/ |
H A D | etf.S | 3 etf <- scan(file1, list(day=0, sec=0, offset=0, stab=0)) label 4 r <- lsfit(etf$sec, etf$offset) 5 count<-length(etf$sec) 15 plot(etf$sec, etf$offset, type="l", xlab=paste("MJD", etf$day, "Time (s)"), ylab="External Offset (…
|
H A D | etf.awk | 3 # usage: awk -f etf.awk clockstats 6 # 49165 40.473 127.127.10.1 93:178:00:00:39.238 ETF 13 # select ETF records with valid format 15 if (NF >= 9 && $5 == "ETF") {
|
H A D | clock.awk | 186 # select Austron ETF records 189 else if (NF >= 13 && $5 == "ETF" && $13 >= 100) { 399 # etf summary data 401 # etf record count 402 # mean etf mean (ns) 403 # rms etf rms error (ns) 404 # max etf maximum (ns) 405 # min etf minimum (ns) 412 …printf "etf %d, mean %.1f, rms %.1f, max %d, min %d, var %.2e\n", etf_count, etf_mean, etf_rms, et…
|
H A D | summary.sh | 62 awk -f etf.awk $f >etf.$d 73 for f in itf etf ensemble tdata; do
|
H A D | README.stats | 48 updates the ensemble, etf, itf and tdata data files as well. See the 49 clock.awk, ensemble.awk, etf.awk, itf.awk and tdta.awk scripts for 105 49234 60580.843 127.127.10.1 93:247:16:49:24.814 ETF
|
/freebsd/share/man/man4/ |
H A D | ng_etf.4 | 38 .Nm etf 121 mkpeer ${ETHER_IF}: etf lower downstream 123 name ${ETHER_IF}:lower etf 126 connect ${ETHER_IF}: etf: upper nomatch 132 nghook -a etf: newproto & 134 ngctl 'msg etf: setfilter { matchhook="newproto" ethertype=${MATCH1} } 135 ngctl 'msg etf: setfilter { matchhook="newproto" ethertype=${MATCH2} }
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A 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.
|
H A D | coresight.txt | 23 Embedded Trace FIFO(ETF) and Embedded Trace Router(ETR) 24 configuration. The configuration mode (ETB, ETF, ETR) is
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_as2201.c | 97 * that the ETF command requires the Input Buffer Module and the LORAN 104 "ETF\r", /* external time/frequency */ 110 "ETF\r", /* external time/frequency */ 116 "ETF\r", /* external time/frequency */ 122 "ETF\r", /* external time/frequency */
|
/freebsd/sys/netgraph/ |
H A D | ng_etf.c | 56 static MALLOC_DEFINE(M_NETGRAPH_ETF, "netgraph_etf", "netgraph etf node "); 63 * etf node. These methods define the netgraph 'type'. 126 NETGRAPH_INIT(etf, &typestruct); 144 struct ETF { struct 153 typedef struct ETF *etf_p; argument
|
H A D | ng_etf.h | 40 #define NG_ETF_NODE_TYPE "etf"
|
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi3660-coresight.dtsi | 131 etf@ec802000 { 273 etf@ed002000 { 365 etf@ec036000 {
|
H A D | hi6220-coresight.dtsi | 38 etf@f6402000 {
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | juno-r1-scmi.dts | 9 etf@20140000 {
|
H A D | juno-r2-scmi.dts | 9 etf@20140000 {
|
H A D | juno-cs-r1r2.dtsi | 26 etf_sys1: etf@20140000 { /* etf1 */
|
H A D | juno-scmi.dtsi | 2 etf@20010000 {
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | sc9860.dtsi | 465 etf@11003000 { /* ETF on Cluster0 */ 490 etf@11004000 { /* ETF on Cluster1 */
|
H A D | ums512.dtsi | 478 /* SoC ETF */ 545 /* AP-CPU ETF for little cores */ 546 etf@3e002000 { 571 /* AP-CPU ETF for big cores */ 572 etf@3e003000 {
|
H A D | sc9863a.dtsi | 276 etf@12002000 { 301 etf@12003000 {
|
H A D | sc9836.dtsi | 48 etf@10003000 {
|
/freebsd/sys/modules/netgraph/ |
H A D | Makefile | 17 etf \
|
/freebsd/sys/arm64/coresight/ |
H A D | coresight_tmc.c | 207 dprintf(dev, "ETF configuration found\n"); in tmc_init() 264 /* ETF configuration is static */ in tmc_disable()
|
H A D | coresight_etm4x.c | 57 * CPU0 -> ETM0 -> funnel1 -> funnel0 -> ETF -> replicator -> ETR -> DRAM
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8998-mtp.dts | 75 &etf {
|