Changeset a6302ae in mainline for abi/include/abi/sysinfo.h


Ignore:
Timestamp:
2019-12-11T10:49:48Z (4 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe7bcf1
Parents:
ad211c8
Message:

add basic support for IPC statistics

Dumping of phone connections is supported right now.

File:
1 edited

Legend:

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

    rad211c8 ra6302ae  
    125125} stats_thread_t;
    126126
     127/** Statistics about a single IPC connection
     128 *
     129 */
     130typedef struct {
     131        task_id_t caller;  /**< Source task ID */
     132        task_id_t callee;  /**< Target task ID */
     133} stats_ipcc_t;
     134
    127135/** Statistics about a single exception
    128136 *
Note: See TracChangeset for help on using the changeset viewer.