Records

Functions

  • zx_koid_t GetPid ()

    Defined at line 16 of file ../../zircon/system/ulib/trace-provider/utils.cc

  • zx::result<std::string> GetProcessName ()

    Tries to find the process name and put it in the buffer.

    If it fails to find the process name, it prints a warning and puts

    \

    0 in the buffer.

    [buffer] must not be NULL, and must hold at least [buffer_size] bytes.

    Defined at line 27 of file ../../zircon/system/ulib/trace-provider/utils.cc

  • template <typename T>
    const char * GetStringData (const T & value)

    Gets the character data from a string-like object.

    Defined at line 48 of file ../../zircon/system/ulib/trace/include/lib/trace/internal/string_traits.h

  • template <typename T>
    size_t GetStringLength (const T & value)

    Gets the length (in characters) of a string-like object.

    Defined at line 54 of file ../../zircon/system/ulib/trace/include/lib/trace/internal/string_traits.h

  • template <typename T>
    trace_arg_value_t MakeArgumentValue (const T & value)

    Defined at line 190 of file ../../zircon/system/ulib/trace/include/lib/trace/internal/event_args.h

  • bool DoesCategoryMatch (const std::string & categoryconst std::string & match_string)

    Defined at line 225 of file ../../zircon/system/ulib/trace-provider/session.cc