Searched refs:dprog_add (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c448 dprog_add(const char *prog) function
918 dprog_add("BEGIN\n{\n\tend = timestamp + ");
919 dprog_add(optarg);
920 dprog_add(" * 1000000000;\n}\n");
921 dprog_add("tick-10hz\n/timestamp >= end/\n");
922 dprog_add("{\n\texit(0);\n}\n");
931 dprog_add(g_hold_init);
933 dprog_add(g_hold_times);
935 dprog_add(g_hold_histogram);
939 dprog_add(g_ctnd_ini
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c669 dprog_add(const char *fmt, ...) function
760 dprog_add("%s\n", info->ev_acquire);
764 dprog_add("/%s/\n", pred);
766 dprog_add("{\n");
770 dprog_add("\t%s = timestamp;\n", buf);
777 dprog_add("\t%s++;\n", buf);
780 dprog_add("}\n\n");
792 dprog_add("%s\n", info->ev_name);
793 dprog_add("/%s/\n{\n\t%s--;\n}\n\n", buf, buf);
815 dprog_add("
[all...]

Completed in 106 milliseconds