Home
last modified time | relevance | path

Searched defs:trace_hash (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trace-cmd/lib/trace-cmd/include/private/
H A Dtrace-hash.h15 struct trace_hash { struct
16 struct trace_hash_item **buckets; argument
21 int trace_hash_init(struct trace_hash *hash, int buckets); argument
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/include/
H A Dtrace-hash-local.h9 static inline unsigned int trace_hash(unsigned int val) in trace_hash() function