Lines Matching refs:ref_ctr_offset
65 unsigned long ref_ctr_offset; member
292 if (tu->ref_ctr_offset == 0) in trace_uprobe_match_command_head()
298 tu->ref_ctr_offset); in trace_uprobe_match_command_head()
487 new->ref_ctr_offset != tmp->ref_ctr_offset) { in validate_ref_ctr_offset()
547 unsigned long offset, ref_ctr_offset; in __trace_uprobe_create() local
551 ref_ctr_offset = 0; in __trace_uprobe_create()
626 ret = kstrtoul(rctr, 0, &ref_ctr_offset); in __trace_uprobe_create()
692 tu->ref_ctr_offset = ref_ctr_offset; in __trace_uprobe_create()
766 if (tu->ref_ctr_offset) in trace_uprobe_show()
767 seq_printf(m, "(0x%lx)", tu->ref_ctr_offset); in trace_uprobe_show()
1113 uprobe = uprobe_register(inode, tu->offset, tu->ref_ctr_offset, &tu->consumer); in trace_uprobe_enable()
1626 unsigned long ref_ctr_offset, bool is_return) in create_local_trace_uprobe() argument
1659 tu->ref_ctr_offset = ref_ctr_offset; in create_local_trace_uprobe()