Home
last modified time | relevance | path

Searched refs:event_hash (Results 1 – 7 of 7) sorted by relevance

/external/trace-cmd/tracecmd/
Dtrace-profile.c32 #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 { struct
145 struct trace_hash event_hash; argument
156 struct trace_hash event_hash; member
160 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 …]
/external/cronet/components/metrics/structured/
Devent_validator.cc12 EventValidator::EventValidator(uint64_t event_hash) : event_hash_(event_hash) {} in EventValidator() argument
15 uint64_t EventValidator::event_hash() const { in event_hash() function in metrics::structured::EventValidator
Devent_validator.h40 uint64_t event_hash() const;
44 explicit EventValidator(uint64_t event_hash);
Dexternal_metrics_unittest.cc184 const uint64_t event_hash = UINT64_C(11839023048095184048); in TEST_F() local
195 event->set_event_name_hash(event_hash); in TEST_F()
Dstructured_metrics_provider.cc518 event_proto->set_event_name_hash(event_validator->event_hash()); in RecordEvent()
/external/cronet/third_party/metrics_proto/ukm/
Dentry.proto27 optional fixed64 event_hash = 4; field
Daggregate.proto19 optional fixed64 event_hash = 2; field