Searched refs:str_item (Results 1 – 3 of 3) sorted by relevance
172 u32 *str_item; in trace_alloc_entry() local175 str_item = (u32 *)(entry + field->offset); in trace_alloc_entry()176 *str_item = str_loc; /* string length is 0. */ in trace_alloc_entry()222 u32 *str_item; in parse_entry() local233 str_item = (u32 *)(entry + field->offset); in parse_entry()234 *str_item = (str_len << 16) | str_loc; in parse_entry()
767 u32 str_item = *(u32 *)(event + pred->offset); in filter_pred_strloc() local768 int str_loc = str_item & 0xffff; in filter_pred_strloc()769 int str_len = str_item >> 16; in filter_pred_strloc()
186 u32 str_item = *(u32 *)(event + hist_field->field->offset); in hist_field_dynstring() local187 int str_loc = str_item & 0xffff; in hist_field_dynstring()