]> git.itanic.dy.fi Git - scan-pagemap/blob - analyze.h
Add support for listing mappings that are shared between processes
[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                 struct parse_opts *opts);
9 void dump_process_maps(struct pageframe *pf, struct process *process_list,
10                 struct parse_opts *opts);
11
12 #endif