Home
last modified time | relevance | path

Searched refs:dt_dprintf (Results 1 – 24 of 24) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/i386/
HDdt_isadep.c77 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_entry_probe()
116 dt_dprintf("error at %#lx (assuming jump table)\n", i); in dt_pid_has_jump_table()
129 dt_dprintf("found a suspected jump table at %s:%lx\n", in dt_pid_has_jump_table()
164 dt_dprintf("mr sparkle: malloc() failed\n"); in dt_pid_create_return_probe()
169 dt_dprintf("mr sparkle: Pread() failed\n"); in dt_pid_create_return_probe()
202 dt_dprintf("leave/ret at %lx\n", i + 1); in dt_pid_create_return_probe()
207 dt_dprintf("leave/rep ret at %lx\n", i + 1); in dt_pid_create_return_probe()
213 dt_dprintf("movl/popl/ret at %lx\n", i + 3); in dt_pid_create_return_probe()
220 dt_dprintf("movl/popl/rep ret at %lx\n", i + 3); in dt_pid_create_return_probe()
275 dt_dprintf("return at offset %lx\n", i); in dt_pid_create_return_probe()
[all …]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/sparc/
HDdt_isadep.c63 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_entry_probe()
81 dt_dprintf("mr sparkle: malloc() failed\n"); in dt_pid_create_return_probe()
86 dt_dprintf("mr sparkle: Pread() failed\n"); in dt_pid_create_return_probe()
120 dt_dprintf("mr sparkle: " in dt_pid_create_return_probe()
129 dt_dprintf("mr sparkle: getinstr query " in dt_pid_create_return_probe()
170 dt_dprintf("dest = %llx\n", (u_longlong_t)dest); in dt_pid_create_return_probe()
259 dt_dprintf("return at offset %x\n", i * 4); in dt_pid_create_return_probe()
266 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_return_probe()
291 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_offset_probe()
332 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_glob_offset_probes()
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/arm/
HDdt_isadep.c72 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_entry_probe()
89 dt_dprintf("%s: unimplemented\n", __func__); in dt_pid_create_return_probe()
93 dt_dprintf("mr sparkle: malloc() failed\n"); in dt_pid_create_return_probe()
98 dt_dprintf("mr sparkle: Pread() failed\n"); in dt_pid_create_return_probe()
118 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_return_probe()
143 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_offset_probe()
184 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_glob_offset_probes()
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
HDdt_isadep.c52 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_entry_probe()
71 dt_dprintf("mr sparkle: malloc() failed\n"); in dt_pid_create_return_probe()
76 dt_dprintf("mr sparkle: Pread() failed\n"); in dt_pid_create_return_probe()
118 dt_dprintf("return at offset %x\n", i * 4); in dt_pid_create_return_probe()
125 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_return_probe()
150 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_offset_probe()
191 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_glob_offset_probes()
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_proc.c172 dt_dprintf("pid %d: spurious breakpoint wakeup for %lx\n", in dt_proc_bpmatch()
181 dt_dprintf("pid %d: hit breakpoint at %lx (%lu)\n", in dt_proc_bpmatch()
202 dt_dprintf("breakpoints enabled\n"); in dt_proc_bpenable()
219 dt_dprintf("breakpoints disabled\n"); in dt_proc_bpdisable()
229 dt_dprintf("failed to allocate notification for %d %s\n", in dt_proc_notify()
285 dt_dprintf("pid %d: breakpoint at %s()\n", (int)dpr->dpr_pid, fname); in dt_proc_bpmain()
296 dt_dprintf("pid %d: failed to get %s event message: %s\n", in dt_proc_rdevent()
301 dt_dprintf("pid %d: rtld event %s type=%d state %d\n", in dt_proc_rdevent()
333 dt_dprintf("pid %d: failed to get event address for %s: %s\n", in dt_proc_rdwatch()
339 dt_dprintf("pid %d: event %s has unexpected type %d\n", in dt_proc_rdwatch()
[all …]
HDdt_pid.c140 dt_dprintf("creating probe pid%d:%s:%s:%s\n", (int)pid, pp->dpp_obj, in dt_pid_per_sym()
147 dt_dprintf("proc_per_sym: dt_alloc(%lu) failed\n", sz); in dt_pid_per_sym()
240 dt_dprintf("st_size of %s is zero\n", func); in dt_pid_sym_filt()
318 dt_dprintf("%s stret %llx %llx %llx %llx\n", obj, in dt_pid_per_mod()
595 dt_dprintf("lookup of %s succeeded for %s\n", syms[i], mname); in dt_pid_usdt_mapping()
599 dt_dprintf("read of ELF header failed"); in dt_pid_usdt_mapping()
614 dt_dprintf("open of helper device failed: %s\n", in dt_pid_usdt_mapping()
620 dt_dprintf("DOF was rejected for %s\n", dh.dofhp_mod); in dt_pid_usdt_mapping()
624 dt_dprintf("pr_open of helper device failed: %s\n", in dt_pid_usdt_mapping()
630 dt_dprintf("DOF was rejected for %s\n", dh.dofhp_mod); in dt_pid_usdt_mapping()
[all …]
HDdt_module.c518 dt_dprintf("encountered malformed pid " in dt_module_create()
602 dt_dprintf("loaded %s [%s] (%lu bytes)\n", in dt_module_load_sect()
703 dt_dprintf("failed to grab pid: %d\n", (int)dmp->dm_pid); in dt_module_load_proc()
713 dt_dprintf("failed to iterate objects\n"); in dt_module_load_proc()
720 dt_dprintf("no ctf data present\n"); in dt_module_load_proc()
751 dt_dprintf("loaded %d ctf modules for pid %d\n", arg.dpa_count, in dt_module_load_proc()
835 dt_dprintf("hashed %s [%s] (%u symbols)\n", in dt_module_load()
845 dt_dprintf("sorted %s [%s] (%u symbols)\n", in dt_module_load()
918 dt_dprintf("loaded CTF container for %s (%p)\n", in dt_module_getctf()
1172 dt_dprintf("failed to open %s: %s\n", fname, strerror(errno)); in dt_module_update()
[all …]
HDdt_open.c902 dt_dprintf("opened provider %s\n", dp->d_name); in dt_provmod_open()
988 dt_dprintf("opened provider %s\n", p1); in dt_provmod_open()
1385 dt_dprintf("created CTF container for %s (%p)\n", in dt_vopen()
1408 dt_dprintf("failed to add %s to C container: %s\n", in dt_vopen()
1416 dt_dprintf("failed to update C container: %s\n", in dt_vopen()
1435 dt_dprintf("failed to update C container: %s\n", in dt_vopen()
1451 dt_dprintf("created CTF container for %s (%p)\n", in dt_vopen()
1461 dt_dprintf("failed to import D parent container: %s\n", in dt_vopen()
1475 dt_dprintf("failed to add typedef %s %s to D " in dt_vopen()
1526 dt_dprintf("failed to add intrinsic to D container: %s\n", in dt_vopen()
[all …]
HDdt_cc.c1782 dt_dprintf("set context to %s:%s:%s:%s [%u] prp=%p attr=%s argc=%d\n", in dt_setcontext()
1859 dt_dprintf("reducing api version to %s\n", in dt_reduce()
1996 dt_dprintf("waiting for %s (PID %d)\n", dtp->dt_cpp_path, in dt_preproc()
2003 dt_dprintf("%s returned exit status 0x%x\n", dtp->dt_cpp_path, wstat); in dt_preproc()
2152 dt_dprintf("library %s sorted (%d/%d)\n", new->dtld_library, in dt_topo_sort()
2258 dt_dprintf("skipping lib dir %s: %s\n", path, strerror(errno)); in dt_load_libs_dir()
2271 dt_dprintf("skipping library %s: %s\n", in dt_load_libs_dir()
2289 dt_dprintf("skipping library %s, already processed " in dt_load_libs_dir()
2314 dt_dprintf("error parsing library %s: %s\n", in dt_load_libs_dir()
2355 dt_dprintf("skipping library %s: %s\n", in dt_load_libs_sort()
[all …]
HDdt_regset.c83 dt_dprintf("%%r%d was left allocated\n", reg); in dt_regset_assert_free()
HDdt_provider.c256 dt_dprintf("discovering probe %s:%s id=%d\n", in dt_probe_discover()
329 dt_dprintf("failed to resolve input type %s " in dt_probe_discover()
349 dt_dprintf("failed to resolve output type %s " in dt_probe_discover()
603 dt_dprintf("defined probe %s %s:%s %s() +0x%x (%s)\n", in dt_probe_define()
HDdt_link.c885 dt_dprintf("found %x instead of a branch instruction at %llx\n", in dt_modtext()
898 dt_dprintf("tail call to is-enabled probe at %llx\n", in dt_modtext()
989 dt_dprintf("found %x instead of a call instruction at %llx\n", in dt_modtext()
1002 dt_dprintf("tail call to is-enabled probe at %llx\n", in dt_modtext()
1120 dt_dprintf("found %x instead of a call or jmp instruction at " in dt_modtext()
1536 dt_dprintf("is-enabled probe\n"); in process_obj()
1539 dt_dprintf("normal probe\n"); in process_obj()
HDdt_buf.c69 dt_dprintf("dt_buf_destroy(%s): size=%lu resizes=%u\n", in dt_buf_destroy()
HDdt_impl.h669 extern void dt_dprintf(const char *, ...);
HDdt_printf.c781 dt_dprintf("loaded printf conversion %%%s\n", pfc->pfc_name); in dt_pfdict_create()
1504 dt_dprintf("bad size: addr=%p size=0x%x lim=%p\n", in dt_printf_format()
1511 dt_dprintf("bad align: addr=%p size=0x%x align=0x%x\n", in dt_printf_format()
HDdt_parser.c1440 dt_dprintf("type %s added as id %ld\n", dt_type_name( in dt_node_decl()
1500 dt_dprintf("extern %s`%s type=<%s>\n", in dt_node_decl()
1548 dt_dprintf("typedef %s added as id %ld\n", dsp->ds_ident, type); in dt_node_decl()
1718 dt_dprintf("declare %s %s variable %s, id=%u\n", in dt_node_decl()
2811 dt_dprintf("create %s %s variable %s, id=%u\n", in dt_xcook_ident()
3840 dt_dprintf("morph variable %s (id %u) from scalar to " in dt_cook_op2()
4977 dt_dprintf("set label to <%s>\n", label ? label : "NULL"); in yylabel()
HDdt_subr.c467 dt_dprintf(const char *format, ...) in dt_dprintf() function
HDdt_options.c72 dt_dprintf("set compiler attribute minimum to %s\n", in dt_opt_amin()
HDdt_ident.c631 dt_dprintf("populating %s idhash from %p\n", dhp->dh_name, (void *)idp); in dt_idhash_populate()
HDdt_decl.c769 dt_dprintf("add global enumerator %s = %d\n", name, value); in dt_decl_enumerator()
HDdt_dof.c441 dt_dprintf("adding probe for %s:%s\n", pip->pi_fname, in dof_add_probe()
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/mips/
HDdt_isadep.c44 dt_dprintf("%s: unimplemented\n", __func__); in dt_pid_create_entry_probe()
53 dt_dprintf("%s: unimplemented\n", __func__); in dt_pid_create_return_probe()
63 dt_dprintf("%s: unimplemented\n", __func__); in dt_pid_create_offset_probe()
73 dt_dprintf("%s: unimplemented\n", __func__); in dt_pid_create_glob_offset_probes()
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/riscv/
HDdt_isadep.c58 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_entry_probe()
71 dt_dprintf("%s: unimplemented\n", __func__); in dt_pid_create_return_probe()
92 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_offset_probe()
133 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_glob_offset_probes()
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
HDdt_isadep.c58 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_entry_probe()
71 dt_dprintf("%s: unimplemented\n", __func__); in dt_pid_create_return_probe()
92 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_offset_probe()
133 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_glob_offset_probes()