b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# CDDL HEADER START
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# The contents of this file are subject to the terms of the
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# Common Development and Distribution License (the "License").
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# You may not use this file except in compliance with the License.
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# or http://www.opensolaris.org/os/licensing.
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# See the License for the specific language governing permissions
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# and limitations under the License.
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# When distributing Covered Code, include this CDDL HEADER in each
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# If applicable, add the following below this CDDL HEADER, with the
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# fields enclosed by brackets "[]" replaced with your own identifying
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# information: Portions Copyright [yyyy] [name of copyright owner]
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# CDDL HEADER END
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# Use is subject to license terms.
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslamname="dcpc" parent="pseudo" instance=0;
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# dcpc-min-overflow is the lower limit on the rate of overflow that can be
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# set on a probe. The default value is 5000. Decrease this value to create
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# probes with lower overflow values. Setting this value too low on a rapidly
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam# increasing event could render a system unusable.
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#
b9e93c10c0a2a4bb069d38bb311021a9478c4711Jonathan Haslam#dcpc-min-overflow=5000;