]> git.itanic.dy.fi Git - scan-pagemap/blob - analyze.h
Scan threads only when requested
[scan-pagemap] / analyze.h
1 #ifndef _ANALYZE_H
2 #define _ANALYZE_H
3
4 #include "pagemap.h"
5
6 void print_page_stats(struct pageframe *pf);
7 void print_pid_stats(struct pageframe *pf, struct process *process_list);
8
9 #endif