Functions

  • VmoName DebugdataVmoName (ktl::string_view sink_name, ktl::string_view module_name, ktl::string_view suffix, bool is_static)

    Returns an encoded path that fits within an object name. The encoded path is of the form:

    "$PATH = $ROOT_DIR/$SINK_NAME/$DATA_TYPE/$MODULE_NAME.$SUFFIX"

    Given the length limit of an object's name property, and it's truncated to fit.

    It is considered if at least the module name does not fit into the encoded path.

    Defined at line 42 of file ../../zircon/kernel/lib/instrumentation/include/lib/instrumentation/debugdata.h