Changeset d0c82c5 in mainline for kernel/generic/include/cpu.h
- Timestamp:
- 2010-06-16T19:44:53Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5387807
- Parents:
- 5954241
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
r5954241 rd0c82c5 72 72 size_t missed_clock_ticks; 73 73 74 /** 75 * Processor cycle accounting. 76 */ 74 77 bool idle; 75 uint64_t idle_ticks; 76 uint64_t busy_ticks; 78 uint64_t last_cycle; 79 uint64_t idle_cycles; 80 uint64_t busy_cycles; 77 81 78 82 /**
Note:
See TracChangeset
for help on using the changeset viewer.