struct FileFuncLineInfo
Defined at line 62 of file ../../zircon/kernel/lib/jtrace/include/lib/jtrace/jtrace.h
The definition of a small structure used to hold constexpr file/function/line
info when tracing. Allowing the compiler to generate these structures in the
RO data section of the program, then storing pointers to the whole package
ends up saving 12 bytes of storage overall.
Public Members
const char * file
const char * func
int32_t line