X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttngtoptypes.h;h=16801d3e335b50da211817d323866f9bf0a80a98;hb=2f6b00433643f92ec5c2881d724c14e7eb326e7a;hp=683bc302e1b8980e9daec4e78b6f4899ad92ac60;hpb=71bd7ce14826a0d7067c45657f33080e546cd5dc;p=lttngtop.git diff --git a/src/lttngtoptypes.h b/src/lttngtoptypes.h index 683bc30..16801d3 100644 --- a/src/lttngtoptypes.h +++ b/src/lttngtoptypes.h @@ -24,7 +24,6 @@ struct lttngtop { GPtrArray *process_table; /* struct processtop */ GPtrArray *files_table; /* struct files */ GPtrArray *cpu_table; /* struct cputime */ - GHashTable *perf_list; /* struct perfcounter */ unsigned long start; unsigned long end; unsigned int nbproc; @@ -103,6 +102,7 @@ struct files { int oldfd; int device; int openmode; + int flag; unsigned long openedat; unsigned long closedat; unsigned long lastaccess; @@ -172,4 +172,12 @@ struct file_info { int status; }; +/* header for cputop display */ +struct header_view { + char *title; + int visible; + int sort; + int reverse; +}; + #endif /* LTTNGTOPTYPES_H */