Changeset a2a00e8 in mainline for kernel/generic/include/proc/thread.h


Ignore:
Timestamp:
2010-03-28T23:05:18Z (14 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07640dfd
Parents:
34bba0e
Message:

Accounting separated to kernel and user time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/thread.h

    r34bba0e ra2a00e8  
    175175        /** Thread accounting. */
    176176        uint64_t cycles;
     177        uint64_t ucycles;
     178        uint64_t kcycles;
    177179        /** Last sampled cycle. */
    178180        uint64_t last_cycle;
     
    237239extern void thread_print_list(void);
    238240extern void thread_destroy(thread_t *);
    239 extern void thread_update_accounting(void);
     241extern void thread_update_accounting(bool);
    240242extern bool thread_exists(thread_t *);
    241243
Note: See TracChangeset for help on using the changeset viewer.