Changeset cefb126 in mainline for uspace/app/top/top.h
- Timestamp:
- 2010-07-02T14:19:30Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 89c57b6
- Parents:
- fe7abd0 (diff), e3ee9b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/top.h
rfe7abd0 rcefb126 57 57 } op_mode_t; 58 58 59 typedef enum { 60 SORT_TASK_CYCLES 61 } sort_mode_t; 62 59 63 extern op_mode_t op_mode; 64 extern sort_mode_t sort_mode; 60 65 extern bool excs_all; 61 66 … … 101 106 stats_task_t *tasks; 102 107 perc_task_t *tasks_perc; 108 size_t *tasks_map; 103 109 104 110 size_t threads_count; … … 110 116 111 117 stats_physmem_t *physmem; 118 119 uint64_t *ucycles_diff; 120 uint64_t *kcycles_diff; 121 uint64_t *ecycles_diff; 122 uint64_t *ecount_diff; 112 123 } data_t; 113 124
Note:
See TracChangeset
for help on using the changeset viewer.