Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-event.h31 unsigned long ref_ctr_offset; /* SDT reference counter offset */ member
Dprobe-file.c779 unsigned long long ref_ctr_offset; in synthesize_sdt_probe_command() local
788 ref_ctr_offset = sdt_note__get_ref_ctr_offset(note); in synthesize_sdt_probe_command()
789 if (ref_ctr_offset && err >= 0) in synthesize_sdt_probe_command()
790 err = strbuf_addf(&buf, "(0x%llx)", ref_ctr_offset); in synthesize_sdt_probe_command()
Dprobe-event.c1831 tp->ref_ctr_offset = strtoul(fmt2_str + 1, NULL, 0); in parse_probe_trace_command()
2035 if (err >= 0 && tp->ref_ctr_offset) { in synthesize_uprobe_trace_def()
2038 err = strbuf_addf(buf, "(0x%lx)", tp->ref_ctr_offset); in synthesize_uprobe_trace_def()
2668 if (tp->ref_ctr_offset && !uprobe_ref_ctr_is_supported()) { in warn_uprobe_event_compat()