Searched refs:event_hash (Results 1 – 7 of 7) sorted by relevance
32 #define event_from_item(item) container_of(item, struct event_hash, hash)48 struct event_hash;51 typedef void (*event_data_print)(struct trace_seq *s, struct event_hash *hash);124 struct event_hash { struct145 struct trace_hash event_hash; argument156 struct trace_hash event_hash; member160 struct event_hash *last_event;256 struct event_hash *event = event_from_item(item); in match_event()263 static struct event_hash *266 struct event_hash *event_hash; in find_event_hash() local[all …]
12 EventValidator::EventValidator(uint64_t event_hash) : event_hash_(event_hash) {} in EventValidator() argument15 uint64_t EventValidator::event_hash() const { in event_hash() function in metrics::structured::EventValidator
40 uint64_t event_hash() const;44 explicit EventValidator(uint64_t event_hash);
184 const uint64_t event_hash = UINT64_C(11839023048095184048); in TEST_F() local195 event->set_event_name_hash(event_hash); in TEST_F()
518 event_proto->set_event_name_hash(event_validator->event_hash()); in RecordEvent()
27 optional fixed64 event_hash = 4; field
19 optional fixed64 event_hash = 2; field