Changeset e257ae3 in mainline for kernel/generic/include/cpu.h


Ignore:
Timestamp:
2010-03-31T13:42:17Z (14 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0655d64
Parents:
944f2cab
Message:

Counting CPU busy and idle clock ticks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/cpu.h

    r944f2cab re257ae3  
    6868                                             are disabled. */
    6969
     70        bool idle;
     71        uint64_t idle_ticks;
     72        uint64_t busy_ticks;
     73
    7074        /**
    7175         * Processor ID assigned by kernel.
Note: See TracChangeset for help on using the changeset viewer.