Linux Perf
|
Public Attributes | |
struct bt_ctf_writer * | writer |
struct ctf_stream ** | stream |
int | stream_cnt |
struct bt_ctf_stream_class * | stream_class |
struct bt_ctf_clock * | clock |
union { | |
struct { | |
struct bt_ctf_field_type * s64 | |
struct bt_ctf_field_type * u64 | |
struct bt_ctf_field_type * s32 | |
struct bt_ctf_field_type * u32 | |
struct bt_ctf_field_type * string | |
struct bt_ctf_field_type * u32_hex | |
struct bt_ctf_field_type * u64_hex | |
} | |
struct bt_ctf_field_type * array [6] | |
} | data |
struct bt_ctf_event_class * | comm_class |
struct bt_ctf_event_class * | exit_class |
struct bt_ctf_event_class * | fork_class |
struct bt_ctf_event_class * | mmap_class |
struct bt_ctf_event_class * | mmap2_class |
Definition at line 55 of file data-convert-bt.c.
struct bt_ctf_field_type* ctf_writer::array[6] |
Definition at line 74 of file data-convert-bt.c.
struct bt_ctf_clock* ctf_writer::clock |
Definition at line 61 of file data-convert-bt.c.
struct bt_ctf_event_class* ctf_writer::comm_class |
Definition at line 76 of file data-convert-bt.c.
union { ... } ctf_writer::data |
struct bt_ctf_event_class* ctf_writer::exit_class |
Definition at line 77 of file data-convert-bt.c.
struct bt_ctf_event_class* ctf_writer::fork_class |
Definition at line 78 of file data-convert-bt.c.
struct bt_ctf_event_class* ctf_writer::mmap2_class |
Definition at line 80 of file data-convert-bt.c.
struct bt_ctf_event_class* ctf_writer::mmap_class |
Definition at line 79 of file data-convert-bt.c.
struct bt_ctf_field_type* ctf_writer::s32 |
Definition at line 68 of file data-convert-bt.c.
struct bt_ctf_field_type* ctf_writer::s64 |
Definition at line 66 of file data-convert-bt.c.
struct ctf_stream** ctf_writer::stream |
Definition at line 58 of file data-convert-bt.c.
struct bt_ctf_stream_class* ctf_writer::stream_class |
Definition at line 60 of file data-convert-bt.c.
int ctf_writer::stream_cnt |
Definition at line 59 of file data-convert-bt.c.
struct bt_ctf_field_type* ctf_writer::string |
Definition at line 70 of file data-convert-bt.c.
struct bt_ctf_field_type* ctf_writer::u32 |
Definition at line 69 of file data-convert-bt.c.
struct bt_ctf_field_type* ctf_writer::u32_hex |
Definition at line 71 of file data-convert-bt.c.
struct bt_ctf_field_type* ctf_writer::u64 |
Definition at line 67 of file data-convert-bt.c.
struct bt_ctf_field_type* ctf_writer::u64_hex |
Definition at line 72 of file data-convert-bt.c.
struct bt_ctf_writer* ctf_writer::writer |
Definition at line 57 of file data-convert-bt.c.