Ignore:
Timestamp:
2010-03-29T16:21:29Z (15 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ea55bc4
Parents:
a2a00e8
Message:

Small changes on kernel & user accounting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ps/taskinfo.h

    ra2a00e8 r07640dfd  
    5050        int thread_count;
    5151        uint64_t cycles;
     52        uint64_t ucycles;
     53        uint64_t kcycles;
    5254} task_info_t;
    5355
     
    7577        int priority;
    7678        uint64_t cycles;
     79        uint64_t ucycles;
     80        uint64_t kcycles;
    7781        unsigned int cpu;
    7882} thread_info_t;
Note: See TracChangeset for help on using the changeset viewer.