GDB (xrefs)
|
#include "tracefile.h"
Public Attributes | |
void(* | start )(struct trace_file_writer *self, uint16_t tpnum) |
void(* | write_r_block )(struct trace_file_writer *self, gdb_byte *buf, int32_t size) |
void(* | write_m_block_header )(struct trace_file_writer *self, uint64_t addr, uint16_t length) |
void(* | write_m_block_memory )(struct trace_file_writer *self, gdb_byte *buf, uint16_t length) |
void(* | write_v_block )(struct trace_file_writer *self, int32_t num, uint64_t val) |
void(* | end )(struct trace_file_writer *self) |
Definition at line 12 of file tracefile.h.
void(* trace_frame_write_ops::end) (struct trace_file_writer *self) |
Definition at line 48 of file tracefile.h.
Referenced by ctf_write_definition_end(), and trace_save().
void(* trace_frame_write_ops::start) (struct trace_file_writer *self, uint16_t tpnum) |
Definition at line 16 of file tracefile.h.
Referenced by ctf_write_header(), and trace_save().
void(* trace_frame_write_ops::write_m_block_header) (struct trace_file_writer *self, uint64_t addr, uint16_t length) |
Definition at line 33 of file tracefile.h.
void(* trace_frame_write_ops::write_m_block_memory) (struct trace_file_writer *self, gdb_byte *buf, uint16_t length) |
Definition at line 39 of file tracefile.h.
void(* trace_frame_write_ops::write_r_block) (struct trace_file_writer *self, gdb_byte *buf, int32_t size) |
Definition at line 20 of file tracefile.h.
void(* trace_frame_write_ops::write_v_block) (struct trace_file_writer *self, int32_t num, uint64_t val) |
Definition at line 44 of file tracefile.h.