Changes in uspace/app/top/top.h [172aad6:b3b7e14a] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/top/top.h

    r172aad6 rb3b7e14a  
    5757} op_mode_t;
    5858
    59 typedef enum {
    60         SORT_TASK_CYCLES
    61 } sort_mode_t;
    62 
    6359extern op_mode_t op_mode;
    64 extern sort_mode_t sort_mode;
    6560extern bool excs_all;
    6661
     
    106101        stats_task_t *tasks;
    107102        perc_task_t *tasks_perc;
    108         size_t *tasks_map;
    109103       
    110104        size_t threads_count;
     
    116110       
    117111        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;
    123112} data_t;
    124113
Note: See TracChangeset for help on using the changeset viewer.