Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/traceevent/
Dkbuffer-parse.c229 unsigned int type_len_ts) in type4host() argument
232 return (type_len_ts >> 29) & 3; in type4host()
234 return type_len_ts & 3; in type4host()
238 unsigned int type_len_ts) in len4host() argument
241 return (type_len_ts >> 27) & 7; in len4host()
243 return (type_len_ts >> 2) & 7; in len4host()
247 unsigned int type_len_ts) in type_len4host() argument
250 return (type_len_ts >> 27) & ((1 << 5) - 1); in type_len4host()
252 return type_len_ts & ((1 << 5) - 1); in type_len4host()
256 unsigned int type_len_ts) in ts4host() argument
[all …]