Lines Matching defs:flags

92 //                    unsigned int flags)
107 // unsigned int flags,
175 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \
182 node::tracing::kNoId, flags, ##__VA_ARGS__); \
224 flags, ...) \
228 unsigned int trace_event_flags = flags | TRACE_EVENT_FLAG_HAS_ID; \
240 timestamp, flags, ...) \
247 node::tracing::kNoId, flags, timestamp, ##__VA_ARGS__); \
253 phase, category_group, name, id, timestamp, flags, ...) \
259 phase, category_group, name, id, thread_id, timestamp, flags, ...) \
263 unsigned int trace_event_flags = flags | TRACE_EVENT_FLAG_HAS_ID; \
390 TraceID(const void* raw_id, unsigned int* flags)
392 *flags |= TRACE_EVENT_FLAG_MANGLE_ID;
394 TraceID(ForceMangle raw_id, unsigned int* flags) : raw_id_(raw_id.raw_id()) {
395 *flags |= TRACE_EVENT_FLAG_MANGLE_ID;
397 TraceID(DontMangle maybe_scoped_id, unsigned int* flags)
399 TraceID(uint64_t raw_id, unsigned int* flags) : raw_id_(raw_id) {
400 (void)flags;
402 TraceID(unsigned int raw_id, unsigned int* flags) : raw_id_(raw_id) {
403 (void)flags;
405 TraceID(uint16_t raw_id, unsigned int* flags) : raw_id_(raw_id) {
406 (void)flags;
408 TraceID(unsigned char raw_id, unsigned int* flags) : raw_id_(raw_id) {
409 (void)flags;
411 TraceID(int64_t raw_id, unsigned int* flags)
413 (void)flags;
415 TraceID(int raw_id, unsigned int* flags)
417 (void)flags;
419 TraceID(int16_t raw_id, unsigned int* flags)
421 (void)flags;
423 TraceID(signed char raw_id, unsigned int* flags)
425 (void)flags;
427 TraceID(WithScope scoped_id, unsigned int* flags)
462 const uint64_t* arg_values, unsigned int flags) {
478 arg_values, arg_convertibles, flags);
485 const uint64_t* arg_values, unsigned int flags, int64_t timestamp) {
501 arg_names, arg_types, arg_values, arg_convertables, flags, timestamp);
507 const uint64_t* arg_values, unsigned int flags) {
522 arg_convertibles, flags);
588 unsigned int flags) {
591 nullptr, nullptr, nullptr, flags);
597 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
605 &arg1_name, &arg_type, &arg_value, flags);
611 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
624 arg_names, arg_types, arg_values, flags);
629 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
633 nullptr, nullptr, nullptr, flags, timestamp);
639 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
647 &arg1_name, &arg_type, &arg_value, flags, timestamp);
653 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
666 arg_names, arg_types, arg_values, flags, timestamp);