Lines Matching defs:timestamp
108 // int64_t timestamp)
238 // Adds a trace event with a given timestamp.
240 timestamp, flags, ...) \
247 node::tracing::kNoId, flags, timestamp, ##__VA_ARGS__); \
251 // Adds a trace event with a given id and timestamp. Not Implemented.
253 phase, category_group, name, id, timestamp, flags, ...) \
256 // Adds a trace event with a given id, thread_id, and timestamp. Not
259 phase, category_group, name, id, thread_id, timestamp, flags, ...) \
269 node::tracing::kNoId, trace_event_flags, timestamp, ##__VA_ARGS__);\
485 const uint64_t* arg_values, unsigned int flags, int64_t timestamp) {
501 arg_names, arg_types, arg_values, arg_convertables, flags, timestamp);
630 int64_t timestamp) {
633 nullptr, nullptr, nullptr, flags, timestamp);
640 int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val) {
647 &arg1_name, &arg_type, &arg_value, flags, timestamp);
654 int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val,
666 arg_names, arg_types, arg_values, flags, timestamp);