|
Last change
on this file was
2,
checked in by jglee, 11 years ago
|
|
first commit
|
-
Property svn:executable set to
*
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | /*************************************************************************** |
|---|
| 2 | * Copyright (c) 2003-2005, Broadcom Corporation |
|---|
| 3 | * All Rights Reserved |
|---|
| 4 | * Confidential Property of Broadcom Corporation |
|---|
| 5 | * |
|---|
| 6 | * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE |
|---|
| 7 | * AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR |
|---|
| 8 | * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. |
|---|
| 9 | * |
|---|
| 10 | * $brcm_Workfile: bint_dump.h $ |
|---|
| 11 | * $brcm_Revision: Hydra_Software_Devel/2 $ |
|---|
| 12 | * $brcm_Date: 4/28/05 5:28p $ |
|---|
| 13 | * |
|---|
| 14 | * Module Description: |
|---|
| 15 | * |
|---|
| 16 | * Revision History: |
|---|
| 17 | * |
|---|
| 18 | ***************************************************************************/ |
|---|
| 19 | |
|---|
| 20 | #ifndef BINT_DUMP_H |
|---|
| 21 | #define BINT_DUMP_H |
|---|
| 22 | |
|---|
| 23 | #include "bint.h" |
|---|
| 24 | |
|---|
| 25 | #ifdef __cplusplus |
|---|
| 26 | extern "C" { |
|---|
| 27 | #endif |
|---|
| 28 | |
|---|
| 29 | /* |
|---|
| 30 | Summary: |
|---|
| 31 | Dumps the stats for an interrupt handle. |
|---|
| 32 | |
|---|
| 33 | Description: |
|---|
| 34 | Prints out the statistics for all callbacks and its bins that have been |
|---|
| 35 | registered under the specified interrupt handle. |
|---|
| 36 | */ |
|---|
| 37 | BERR_Code BINT_Stats_Dump |
|---|
| 38 | ( BINT_Handle intHandle ); |
|---|
| 39 | |
|---|
| 40 | /* |
|---|
| 41 | Summary: |
|---|
| 42 | Dumps the stats for an interrupt handle in comma delimited data format. |
|---|
| 43 | |
|---|
| 44 | Description: |
|---|
| 45 | Prints out the statistics for all callbacks and its bins that have been |
|---|
| 46 | registered under the specified interrupt handle, with commas seperating |
|---|
| 47 | data fields. |
|---|
| 48 | */ |
|---|
| 49 | BERR_Code BINT_Stats_DumpData |
|---|
| 50 | ( BINT_Handle intHandle ); |
|---|
| 51 | |
|---|
| 52 | #ifdef __cplusplus |
|---|
| 53 | } |
|---|
| 54 | #endif |
|---|
| 55 | |
|---|
| 56 | #endif |
|---|
| 57 | /* End of File */ |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.