Lines Matching defs:g_dtp
53 static dtrace_hdl_t *g_dtp;
107 dtrace_errmsg(g_dtp, dtrace_errno(g_dtp)));
486 if ((g_dtp = dtrace_open(DTRACE_VERSION, 0, &err)) == NULL) {
491 if ((prog = dtrace_program_strcompile(g_dtp, g_prog,
495 if (dtrace_program_exec(g_dtp, prog, &info) == -1)
498 if (dtrace_setopt(g_dtp, "aggsize", "128k") == -1)
501 if (dtrace_setopt(g_dtp, "aggrate", "0") == -1)
504 if (dtrace_setopt(g_dtp, "aggpercpu", 0) == -1)
514 if (dtrace_setopt(g_dtp, optarg, p) != 0)
560 if (dtrace_go(g_dtp) != 0)
565 if (dtrace_getopt(g_dtp, "statusrate", &statustime) == -1)
589 if (dtrace_status(g_dtp) == -1)
603 if (dtrace_aggregate_snap(g_dtp) != 0)
614 if (dtrace_aggregate_walk_keyvarsorted(g_dtp,
622 dtrace_aggregate_clear(g_dtp);