Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
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()
Dtrace_events_filter.c697 int str_loc = str_item & 0xffff; in filter_pred_strloc() local
699 char *addr = (char *)(event + str_loc); in filter_pred_strloc()
Dtrace_events_hist.c186 int str_loc = str_item & 0xffff; in hist_field_dynstring() local
187 char *addr = (char *)(event + str_loc); in hist_field_dynstring()