Lines Matching refs:ref_ctr_offset
67 unsigned long ref_ctr_offset; member
294 if (tu->ref_ctr_offset == 0) in trace_uprobe_match_command_head()
300 tu->ref_ctr_offset); in trace_uprobe_match_command_head()
489 new->ref_ctr_offset != tmp->ref_ctr_offset) { in validate_ref_ctr_offset()
549 unsigned long offset, ref_ctr_offset; in DEFINE_FREE() local
558 ref_ctr_offset = 0; in DEFINE_FREE()
626 ret = kstrtoul(rctr, 0, &ref_ctr_offset); in DEFINE_FREE()
696 tu->ref_ctr_offset = ref_ctr_offset; in DEFINE_FREE()
761 if (tu->ref_ctr_offset) in trace_uprobe_show()
762 seq_printf(m, "(0x%lx)", tu->ref_ctr_offset); in trace_uprobe_show()
1108 uprobe = uprobe_register(inode, tu->offset, tu->ref_ctr_offset, &tu->consumer); in trace_uprobe_enable()
1487 *probe_addr = tu->ref_ctr_offset; in bpf_get_uprobe_info()
1625 unsigned long ref_ctr_offset, bool is_return) in create_local_trace_uprobe() argument
1658 tu->ref_ctr_offset = ref_ctr_offset; in create_local_trace_uprobe()