Searched refs:str_loc (Results 1 – 3 of 3) sorted by relevance
173 int str_loc = entry_size & 0xffff; in trace_alloc_entry() local176 *str_item = str_loc; /* string length is 0. */ in trace_alloc_entry()221 int str_loc = entry_size & 0xffff; in parse_entry() local234 *str_item = (str_len << 16) | str_loc; in parse_entry()
697 int str_loc = str_item & 0xffff; in filter_pred_strloc() local699 char *addr = (char *)(event + str_loc); in filter_pred_strloc()
186 int str_loc = str_item & 0xffff; in hist_field_dynstring() local187 char *addr = (char *)(event + str_loc); in hist_field_dynstring()