Searched refs:ref_ctr_offset (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| D | attach_probe.c | 74 uprobe_opts.ref_ctr_offset = 0; in test_attach_probe_manual() 97 uprobe_opts.ref_ctr_offset = 0; in test_attach_probe_manual() 199 ssize_t uprobe_offset, ref_ctr_offset; in test_uprobe_ref_ctr() local 205 ref_ctr_offset = get_rel_offset((uintptr_t)&uprobe_ref_ctr); in test_uprobe_ref_ctr() 206 if (!ASSERT_GE(ref_ctr_offset, 0, "ref_ctr_offset")) in test_uprobe_ref_ctr() 212 uprobe_opts.ref_ctr_offset = ref_ctr_offset; in test_uprobe_ref_ctr() 226 uprobe_opts.ref_ctr_offset = ref_ctr_offset; in test_uprobe_ref_ctr()
|
| /tools/perf/util/ |
| D | probe-event.h | 35 unsigned long ref_ctr_offset; /* SDT reference counter offset */ member
|
| D | probe-file.c | 831 unsigned long long ref_ctr_offset; in synthesize_sdt_probe_command() local 842 ref_ctr_offset = sdt_note__get_ref_ctr_offset(note); in synthesize_sdt_probe_command() 843 if (ref_ctr_offset && err >= 0) in synthesize_sdt_probe_command() 844 err = strbuf_addf(&buf, "(0x%llx)", ref_ctr_offset); in synthesize_sdt_probe_command()
|
| D | probe-event.c | 1958 tp->ref_ctr_offset = strtoul(fmt2_str + 1, NULL, 0); in parse_probe_trace_command() 2192 if (err >= 0 && tp->ref_ctr_offset) { in synthesize_uprobe_trace_def() 2195 err = strbuf_addf(buf, "(0x%lx)", tp->ref_ctr_offset); in synthesize_uprobe_trace_def() 2811 if (tp->ref_ctr_offset && !uprobe_ref_ctr_is_supported()) { in warn_uprobe_event_compat()
|
| /tools/lib/bpf/ |
| D | libbpf.h | 668 size_t ref_ctr_offset; member
|
| D | usdt.c | 1073 opts.ref_ctr_offset = target->sema_off; in usdt_manager_attach_usdt()
|
| D | libbpf.c | 12115 ref_ctr_off = OPTS_GET(opts, ref_ctr_offset, 0); in bpf_program__attach_uprobe_opts()
|