Searched refs:str_loc (Results 1 – 2 of 2) sorted by relevance
174 int str_loc = entry_size & 0xffff; in trace_alloc_entry() local177 str_loc -= field->offset + field->size; in trace_alloc_entry()180 *str_item = str_loc; /* string length is 0. */ in trace_alloc_entry()224 int str_loc = entry_size & 0xffff; in parse_entry() local238 str_loc -= field->offset + field->size; in parse_entry()239 *str_item = (str_len << 16) | str_loc; in parse_entry()
900 int str_loc = str_item & 0xffff; in filter_pred_strloc() local902 char *addr = (char *)(event + str_loc); in filter_pred_strloc()923 int str_loc = str_item & 0xffff; in filter_pred_strrelloc() local925 char *addr = (char *)(&item[1]) + str_loc; in filter_pred_strrelloc()