/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
* ASSERTION:
* Using -l option with -f option.
*
* SECTION: dtrace Utility/-l Option;
* dtrace Utility/-f Option
*
* NOTES: Manually check:
*
* 1)
* RESULT: Silent output without any probes listed.
*
* 2)
* RESULT: Silent output without any probes listed.
*
* 3)
* RESULT: matching list of probes with function read.
*
* 4)
* RESULT: matching list of probes with module genunix and
* function read.
*
* 5)
* RESULT: matching list of probes with provider sysinfo, module
* genunix and function read.
*
* 6)
* RESULT: Silent output without any probes listed.
*
* 7)
* RESULT: Silent output without any probes listed.
*
* 8)
* RESULT: not a valid probe description.
*
* 9)
* RESULT: matching list of both read and write probes.
*
* 10)
* RESULT: List of only read probes.
*
* 11)
* RESULT: List of only write probes.
*
* 12) Has been automated.
* RESULT: not a valid probe description.
*
* 13)
* RESULT: Silent output without any probes listed.
*
* 14)
* RESULT: List of only read probes.
*
* 15)
* RESULT: Silent output without any probes listed.
*/