Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_inject.c173 int str_loc = entry_size & 0xffff; in trace_alloc_entry() local
176 *str_item = str_loc; /* string length is 0. */ in trace_alloc_entry()
221 int str_loc = entry_size & 0xffff; in parse_entry() local
234 *str_item = (str_len << 16) | str_loc; in parse_entry()
H A Dtrace_events_filter.c768 int str_loc = str_item & 0xffff; in filter_pred_strloc() local
770 char *addr = (char *)(event + str_loc); in filter_pred_strloc()
H A Dtrace_events_hist.c187 int str_loc = str_item & 0xffff; in hist_field_dynstring() local
188 char *addr = (char *)(event + str_loc); in hist_field_dynstring()