Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c71 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_entry_probe()
101 dt_dprintf("error at %#lx (assuming jump table)\n", i); in dt_pid_has_jump_table()
113 dt_dprintf("found a suspected jump table at %s:%lx\n", in dt_pid_has_jump_table()
138 dt_dprintf("mr sparkle: malloc() failed\n"); in dt_pid_create_return_probe()
143 dt_dprintf("mr sparkle: Pread() failed\n"); in dt_pid_create_return_probe()
176 dt_dprintf("leave/ret at %lx\n", i + 1); in dt_pid_create_return_probe()
181 dt_dprintf("leave/rep ret at %lx\n", i + 1); in dt_pid_create_return_probe()
187 dt_dprintf("movl/popl/ret at %lx\n", i + 3); in dt_pid_create_return_probe()
194 dt_dprintf("movl/popl/rep ret at %lx\n", i + 3); in dt_pid_create_return_probe()
249 dt_dprintf("return at offset %lx\n", i); in dt_pid_create_return_probe()
[all …]
/illumos-gate/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c61 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_entry_probe()
79 dt_dprintf("mr sparkle: malloc() failed\n"); in dt_pid_create_return_probe()
84 dt_dprintf("mr sparkle: Pread() failed\n"); in dt_pid_create_return_probe()
118 dt_dprintf("mr sparkle: " in dt_pid_create_return_probe()
127 dt_dprintf("mr sparkle: getinstr query " in dt_pid_create_return_probe()
168 dt_dprintf("dest = %llx\n", (u_longlong_t)dest); in dt_pid_create_return_probe()
257 dt_dprintf("return at offset %x\n", i * 4); in dt_pid_create_return_probe()
264 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_return_probe()
289 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_offset_probe()
330 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_glob_offset_probes()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c154 dt_dprintf("pid %d: spurious breakpoint wakeup for %lx\n", in dt_proc_bpmatch()
159 dt_dprintf("pid %d: hit breakpoint at %lx (%lu)\n", in dt_proc_bpmatch()
180 dt_dprintf("breakpoints enabled\n"); in dt_proc_bpenable()
197 dt_dprintf("breakpoints disabled\n"); in dt_proc_bpdisable()
207 dt_dprintf("failed to allocate notification for %d %s\n", in dt_proc_notify()
263 dt_dprintf("pid %d: breakpoint at %s()\n", (int)dpr->dpr_pid, fname); in dt_proc_bpmain()
274 dt_dprintf("pid %d: failed to get %s event message: %s\n", in dt_proc_rdevent()
279 dt_dprintf("pid %d: rtld event %s type=%d state %d\n", in dt_proc_rdevent()
311 dt_dprintf("pid %d: failed to get event address for %s: %s\n", in dt_proc_rdwatch()
317 dt_dprintf("pid %d: event %s has unexpected type %d\n", in dt_proc_rdwatch()
[all …]
H A Ddt_pid.c122 dt_dprintf("creating probe pid%d:%s:%s:%s\n", (int)pid, pp->dpp_obj, in dt_pid_per_sym()
129 dt_dprintf("proc_per_sym: dt_alloc(%lu) failed\n", sz); in dt_pid_per_sym()
222 dt_dprintf("st_size of %s is zero\n", func); in dt_pid_sym_filt()
291 dt_dprintf("%s stret %llx %llx %llx %llx\n", obj, in dt_pid_per_mod()
546 dt_dprintf("lookup of %s succeeded for %s\n", syms[i], mname); in dt_pid_usdt_mapping()
550 dt_dprintf("read of ELF header failed"); in dt_pid_usdt_mapping()
562 dt_dprintf("pr_open of helper device failed: %s\n", in dt_pid_usdt_mapping()
568 dt_dprintf("DOF was rejected for %s\n", dh.dofhp_mod); in dt_pid_usdt_mapping()
807 dt_dprintf("failed to find module for %s\n", in dt_pid_get_types()
812 dt_dprintf("failed to load module for %s\n", in dt_pid_get_types()
[all …]
H A Ddt_open.c786 dt_dprintf("opened provider %s\n", dp->d_name); in dt_provmod_open()
1103 dt_dprintf("created CTF container for %s (%p)\n", in dt_vopen()
1126 dt_dprintf("failed to add %s to C container: %s\n", in dt_vopen()
1134 dt_dprintf("failed to update C container: %s\n", in dt_vopen()
1153 dt_dprintf("failed to update C container: %s\n", in dt_vopen()
1169 dt_dprintf("created CTF container for %s (%p)\n", in dt_vopen()
1179 dt_dprintf("failed to import D parent container: %s\n", in dt_vopen()
1193 dt_dprintf("failed to add typedef %s %s to D " in dt_vopen()
1244 dt_dprintf("failed to add intrinsic to D container: %s\n", in dt_vopen()
1250 dt_dprintf("failed update D container: %s\n", in dt_vopen()
[all …]
H A Ddt_module.c471 dt_dprintf("encountered malformed pid " in dt_module_create()
533 dt_dprintf("loaded %s [%s] (%lu bytes)\n", in dt_module_load_sect()
634 dt_dprintf("failed to grab pid: %d\n", (int)dmp->dm_pid); in dt_module_load_proc()
644 dt_dprintf("failed to iterate objects\n"); in dt_module_load_proc()
650 dt_dprintf("no ctf data present\n"); in dt_module_load_proc()
683 dt_dprintf("loaded %d ctf modules for pid %d\n", arg.dpa_count, in dt_module_load_proc()
770 dt_dprintf("hashed %s [%s] (%u symbols)\n", in dt_module_load()
780 dt_dprintf("sorted %s [%s] (%u symbols)\n", in dt_module_load()
853 dt_dprintf("loaded CTF container for %s (%p)\n", in dt_module_getctf()
1065 dt_dprintf("failed to open %s: %s\n", fname, strerror(errno)); in dt_module_update()
[all …]
H A Ddt_cc.c1700 dt_dprintf("set context to %s:%s:%s:%s [%u] prp=%p attr=%s argc=%d\n", in dt_setcontext()
1777 dt_dprintf("reducing api version to %s\n", in dt_reduce()
1896 dt_dprintf("waiting for %s (PID %d)\n", dtp->dt_cpp_path, in dt_preproc()
1903 dt_dprintf("%s returned exit status 0x%x\n", dtp->dt_cpp_path, wstat); in dt_preproc()
2052 dt_dprintf("library %s sorted (%d/%d)\n", new->dtld_library, in dt_topo_sort()
2158 dt_dprintf("skipping lib dir %s: %s\n", path, strerror(errno)); in dt_load_libs_dir()
2171 dt_dprintf("skipping library %s: %s\n", in dt_load_libs_dir()
2189 dt_dprintf("skipping library %s, already processed " in dt_load_libs_dir()
2214 dt_dprintf("error parsing library %s: %s\n", in dt_load_libs_dir()
2255 dt_dprintf("skipping library %s: %s\n", in dt_load_libs_sort()
[all …]
H A Ddt_regset.c82 dt_dprintf("%%r%d was left allocated\n", reg); in dt_regset_assert_free()
H A Ddt_provider.c252 dt_dprintf("discovering probe %s:%s id=%d\n", in dt_probe_discover()
325 dt_dprintf("failed to resolve input type %s " in dt_probe_discover()
345 dt_dprintf("failed to resolve output type %s " in dt_probe_discover()
608 dt_dprintf("defined probe %s %s:%s %s() +0x%x (%s)\n", in dt_probe_define()
H A Ddt_buf.c67 dt_dprintf("dt_buf_destroy(%s): size=%lu resizes=%u\n", in dt_buf_destroy()
H A Ddt_link.c806 dt_dprintf("found %x instead of a call instruction at %llx\n", in dt_modtext()
819 dt_dprintf("tail call to is-enabled probe at %llx\n", in dt_modtext()
937 dt_dprintf("found %x instead of a call or jmp instruction at " in dt_modtext()
1342 dt_dprintf("is-enabled probe\n"); in process_obj()
1345 dt_dprintf("normal probe\n"); in process_obj()
H A Ddt_impl.h609 extern void dt_dprintf(const char *, ...);
H A Ddt_printf.c753 dt_dprintf("loaded printf conversion %%%s\n", pfc->pfc_name); in dt_pfdict_create()
1473 dt_dprintf("bad size: addr=%p size=0x%x lim=%p\n", in dt_printf_format()
1480 dt_dprintf("bad align: addr=%p size=0x%x align=0x%x\n", in dt_printf_format()
H A Ddt_parser.c1447 dt_dprintf("type %s added as id %ld\n", dt_type_name( in dt_node_decl()
1507 dt_dprintf("extern %s`%s type=<%s>\n", in dt_node_decl()
1555 dt_dprintf("typedef %s added as id %ld\n", dsp->ds_ident, type); in dt_node_decl()
1725 dt_dprintf("declare %s %s variable %s, id=%u\n", in dt_node_decl()
2827 dt_dprintf("create %s %s variable %s, id=%u\n", in dt_xcook_ident()
3849 dt_dprintf("morph variable %s (id %u) from scalar to " in dt_cook_op2()
5193 dt_dprintf("set label to <%s>\n", label ? label : "NULL"); in yylabel()
H A Ddt_subr.c457 dt_dprintf(const char *format, ...) in dt_dprintf() function
H A Ddt_options.c70 dt_dprintf("set compiler attribute minimum to %s\n", in dt_opt_amin()
H A Ddt_ident.c623 dt_dprintf("populating %s idhash from %p\n", dhp->dh_name, (void *)idp); in dt_idhash_populate()
H A Ddt_decl.c808 dt_dprintf("add global enumerator %s = %d\n", name, value); in dt_decl_enumerator()
H A Ddt_dof.c437 dt_dprintf("adding probe for %s:%s\n", pip->pi_fname, in dof_add_probe()