trace_handler_ops

Summary

Public attributes

is_category_enabled)(trace_handler_t *handler, const char *category)
bool(*
notify_buffer_full)(trace_handler_t *handler, uint32_t wrapped_count, uint64_t durable_data_end)
void(*
send_alert)(trace_handler_t *handler, const char *alert_name)
void(*
trace_started)(trace_handler_t *handler)
void(*
trace_stopped)(trace_handler_t *handler, zx_status_t disposition)
void(*
trace_terminated)(trace_handler_t *handler)
void(*

Public attributes

is_category_enabled

bool(* trace_handler_ops::is_category_enabled)(trace_handler_t *handler, const char *category)

notify_buffer_full

void(* trace_handler_ops::notify_buffer_full)(trace_handler_t *handler, uint32_t wrapped_count, uint64_t durable_data_end)

send_alert

void(* trace_handler_ops::send_alert)(trace_handler_t *handler, const char *alert_name)

trace_started

void(* trace_handler_ops::trace_started)(trace_handler_t *handler)

trace_stopped

void(* trace_handler_ops::trace_stopped)(trace_handler_t *handler, zx_status_t disposition)

trace_terminated

void(* trace_handler_ops::trace_terminated)(trace_handler_t *handler)