Solaris 8 Advanced Installation Guide

Syntax of Function Names in custom_probes

The name of a probe function must begin with probe_. The name of a comparison function must begin with cmp_.

Functions that begin with probe_ define new probe keywords (the function probe_tcx defines the new probe keyword tcx, for example). Functions that begin with cmp_ define new rule keywords (cmp_tcx defines the new rule keyword tcx, for example).