Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/trace/
A Dtrace_events_inject.c174 int str_loc = entry_size & 0xffff; in trace_alloc_entry() local
177 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() local
238 str_loc -= field->offset + field->size; in parse_entry()
239 *str_item = (str_len << 16) | str_loc; in parse_entry()
A Dtrace_events_filter.c811 int str_loc = str_item & 0xffff; in filter_pred_strloc() local
813 char *addr = (char *)(event + str_loc); in filter_pred_strloc()
834 int str_loc = str_item & 0xffff; in filter_pred_strrelloc() local
836 char *addr = (char *)(&item[1]) + str_loc; in filter_pred_strrelloc()
A Dtrace_events_hist.c245 int str_loc = str_item & 0xffff; in hist_field_dynstring() local
246 char *addr = (char *)(event + str_loc); in hist_field_dynstring()
259 int str_loc = str_item & 0xffff; in hist_field_reldynstring() local
260 char *addr = (char *)&item[1] + str_loc; in hist_field_reldynstring()
4288 int str_loc = str_item & 0xffff; in hist_field_stack() local
4289 char *addr = (char *)(event + str_loc); in hist_field_stack()

Completed in 20 milliseconds