Changeset b2ec5cf in mainline for kernel/generic/include/cpu.h
- Timestamp:
- 2023-04-15T16:47:54Z (8 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 169815e
- Parents:
- dd218ea
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-04-15 11:54:58)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-04-15 16:47:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
rdd218ea rb2ec5cf 81 81 bool idle; 82 82 uint64_t last_cycle; 83 uint64_t idle_cycles;84 uint64_t busy_cycles;83 atomic_time_stat_t idle_cycles; 84 atomic_time_stat_t busy_cycles; 85 85 86 86 /**
Note:
See TracChangeset
for help on using the changeset viewer.