Lines Matching refs:ref_ctr_offset
62 unsigned long ref_ctr_offset; member
297 if (tu->ref_ctr_offset == 0) in trace_uprobe_match_command_head()
303 tu->ref_ctr_offset); in trace_uprobe_match_command_head()
481 new->ref_ctr_offset != tmp->ref_ctr_offset) { in validate_ref_ctr_offset()
540 unsigned long offset, ref_ctr_offset; in trace_uprobe_create() local
545 ref_ctr_offset = 0; in trace_uprobe_create()
613 ret = kstrtoul(rctr, 0, &ref_ctr_offset); in trace_uprobe_create()
677 tu->ref_ctr_offset = ref_ctr_offset; in trace_uprobe_create()
748 if (tu->ref_ctr_offset) in trace_uprobe_show()
749 seq_printf(m, "(0x%lx)", tu->ref_ctr_offset); in trace_uprobe_show()
1059 if (tu->ref_ctr_offset) in trace_uprobe_enable()
1061 tu->ref_ctr_offset, &tu->consumer); in trace_uprobe_enable()
1581 unsigned long ref_ctr_offset, bool is_return) in create_local_trace_uprobe() argument
1613 tu->ref_ctr_offset = ref_ctr_offset; in create_local_trace_uprobe()