|
Guitar
|
#include <TraceEventItem.h>

Public Attributes | |
| std::string | name |
| std::string | category |
| char | phase = 0 |
| uint64_t | timestamp = 0 |
| int64_t | duration = 0 |
| int32_t | pid = 0 |
| int32_t | tid = 0 |
| std::string | args_comment |
| std::string TraceEventItem::args_comment |
| std::string TraceEventItem::category |
| int64_t TraceEventItem::duration = 0 |
| std::string TraceEventItem::name |
| char TraceEventItem::phase = 0 |
| int32_t TraceEventItem::pid = 0 |
| int32_t TraceEventItem::tid = 0 |
| uint64_t TraceEventItem::timestamp = 0 |