Searched refs:str_item (Results 1 – 3 of 3) sorted by relevance
173 u32 *str_item; in trace_alloc_entry() local179 str_item = (u32 *)(entry + field->offset); in trace_alloc_entry()180 *str_item = str_loc; /* string length is 0. */ in trace_alloc_entry()225 u32 *str_item; in parse_entry() local236 str_item = (u32 *)(entry + field->offset); in parse_entry()239 *str_item = (str_len << 16) | str_loc; in parse_entry()
807 u32 str_item = *(u32 *)(event + pred->offset); in filter_pred_strloc() local808 int str_loc = str_item & 0xffff; in filter_pred_strloc()809 int str_len = str_item >> 16; in filter_pred_strloc()830 u32 str_item = *item; in filter_pred_strrelloc() local831 int str_loc = str_item & 0xffff; in filter_pred_strrelloc()832 int str_len = str_item >> 16; in filter_pred_strrelloc()
242 u32 str_item = *(u32 *)(event + hist_field->field->offset); in hist_field_dynstring() local243 int str_loc = str_item & 0xffff; in hist_field_dynstring()256 u32 str_item = *item; in hist_field_reldynstring() local257 int str_loc = str_item & 0xffff; in hist_field_reldynstring()