VxWorks Reference Manual : Libraries

pentiumShow

NAME

pentiumShow - Pentium and PentiumPro specific show routines

ROUTINES

pentiumMcaShow( ) - show MCA (Machine Check Architecture) registers
pentiumPmcShow( ) - show PMCs (Performance Monitoring Counters)

DESCRIPTION

This library provides Pentium and PentiumPro specific show routines.

pentiumMcaShow( ) shows Machine Check Global Control Registers and Error Reporting Register Banks. pentiumPmcShow( ) shows PMC0 and PMC1, and reset them if the parameter zap is TRUE.

SEE ALSO

pentiumShow, VxWorks Programmer's Guide: Configuration


Libraries : Routines

pentiumMcaShow( )

NAME

pentiumMcaShow( ) - show MCA (Machine Check Architecture) registers

SYNOPSIS


void pentiumMcaShow (void)

DESCRIPTION

This routine shows Machine-Check global control registers and Error-Reporting register banks. Number of the Error-Reporting register banks is kept in a variable mcaBanks. MCi_ADDR and MCi_MISC registers in the Error-Reporting register bank are showed if MCi_STATUS indicates that these registers are valid.

RETURNS

N/A

SEE ALSO

pentiumShow


Libraries : Routines

pentiumPmcShow( )

NAME

pentiumPmcShow( ) - show PMCs (Performance Monitoring Counters)

SYNOPSIS

void pentiumPmcShow
    (
    BOOL zap /* 1: reset PMC0 and PMC1 */
    )

DESCRIPTION

This routine shows Performance Monitoring Counter 0 and 1. Monitored events are selected by Performance Event Select Registers in in pentiumPmcStart (). These counters are cleared to 0 if the parameter "zap" is TRUE.

RETURNS

N/A

SEE ALSO

pentiumShow