Changeset b3b7e14 in mainline for kernel/generic/include/sysinfo/abi.h


Ignore:
Timestamp:
2010-06-11T15:31:03Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
214ec25c
Parents:
be06914
Message:

distinguish between "hot" and "cold" exceptions
display only "hot" exceptions by default
add top to help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/sysinfo/abi.h

    rbe06914 rb3b7e14  
    130130        unsigned int id;             /**< Exception ID */
    131131        char desc[EXC_NAME_BUFLEN];  /**< Description */
     132        bool hot;                    /**< Active or inactive exception */
    132133        uint64_t cycles;             /**< Number of CPU cycles in the handler */
    133134        uint64_t count;              /**< Number of handled exceptions */
Note: See TracChangeset for help on using the changeset viewer.