Home
last modified time | relevance | path

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

/linux/tools/lib/traceevent/
A Dkbuffer-parse.c232 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
256 unsigned int type_len_ts) in ts4host() argument
261 return type_len_ts >> 5; in ts4host()
278 unsigned int type_len_ts; in old_update_pointers() local
349 unsigned int type_len_ts; in translate_data() local
[all …]

Completed in 4 milliseconds