Home
last modified time | relevance | path

Searched refs:ftrace (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/sbin/routed/
H A Dtrace.c41 FILE *ftrace; /* output trace file */ variable
154 (void)fprintf(ftrace, "-- %s --\n", ts(now.tv_sec)); in lastlog()
165 if (ftrace != NULL) { in tmsg()
168 vfprintf(ftrace, p, args); in tmsg()
170 (void)fputc('\n',ftrace); in tmsg()
171 fflush(ftrace); in tmsg()
185 if (ftrace != NULL && zap_stdio) { in trace_close()
186 if (ftrace != stdout) in trace_close()
187 fclose(ftrace); in trace_close()
188 ftrace = NULL; in trace_close()
[all …]
H A Dmain.c109 ftrace = stdout; in main()
845 if (ftrace != NULL) { in msglog()
846 if (ftrace == stdout) in msglog()
847 (void)fputs("routed: ", ftrace); in msglog()
849 (void)vfprintf(ftrace, p, args); in msglog()
851 (void)fputc('\n', ftrace); in msglog()
911 if (ftrace != NULL) { in msglim()
913 (void)vfprintf(ftrace, p, args); in msglim()
915 (void)fputc('\n', ftrace); in msglim()
H A Drdisc.c111 if (!TRACEPACKETS || ftrace == NULL) in trace_rdisc()
117 (void)fprintf(ftrace, "%s Router Ad" in trace_rdisc()
128 (void)fprintf(ftrace, "\t%s preference=%d", in trace_rdisc()
132 (void)fputc('\n',ftrace); in trace_rdisc()
H A Ddefs.h467 extern FILE *ftrace; /* output trace file */
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt17 At least one of "record-size", "console-size", "ftrace-size", or "pmsg-size"
39 - ftrace-size: size in bytes of log buffer reserved for function tracing and
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm4250-oneplus-billie2.dts51 ftrace-size = <0x40000>;
H A Dmsm8953-motorola-potter.dts85 ftrace-size = <0>;
H A Dmsm8956-sony-xperia-loire.dtsi40 ftrace-size = <0x20000>;
H A Dmsm8992-bullhead-rev-101.dts47 ftrace-size = <0x10000>;
H A Dmsm8992-lg-bullhead.dtsi50 ftrace-size = <0x10000>;
H A Dmsm8953-xiaomi-tissot.dts66 ftrace-size = <0x1000>;
H A Dmsm8953-xiaomi-vince.dts64 ftrace-size = <0x1000>;
H A Dsm6115p-lenovo-j606f.dts62 ftrace-size = <0x20000>;
H A Dsm6375-sony-xperia-murray-pdx225.dts77 ftrace-size = <0x10000>;
H A Dmsm8992-xiaomi-libra.dts133 ftrace-size = <0x10000>;
H A Dsdm660-xiaomi-lavender.dts72 ftrace-size = <0x0>;
H A Dapq8016-schneider-hmibsc.dts93 ftrace-size = <0x20000>;
H A Dsdm845-samsung-starqltechn.dts68 ftrace-size = <0x40000>;
H A Dmsm8994-sony-xperia-kitakami.dtsi78 ftrace-size = <0x10000>;
H A Dmsm8998-oneplus-common.dtsi65 ftrace-size = <0x20000>;
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-apq8064-asus-nexus7-flo.dts34 ftrace-size = <0x00020000>;
H A Dqcom-msm8974-sony-xperia-rhine.dtsi64 ftrace-size = <0x10000>;
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62-phycore-som.dtsi44 ftrace-size = <0x00>;
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-ibm-bonnell.dts47 ftrace-size = <0x8000>;
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi6220-hikey.dts59 ftrace-size = <0x00020000>;

12