Lines Matching refs:page
15 TP_PROTO(struct page *page, int v),
17 TP_ARGS(page, v),
30 __entry->pfn = page_to_pfn(page);
31 __entry->flags = page->flags;
32 __entry->count = page_ref_count(page);
33 __entry->mapcount = atomic_read(&page->_mapcount);
34 __entry->mapping = page->mapping;
35 __entry->mt = get_pageblock_migratetype(page);
49 TP_PROTO(struct page *page, int v),
51 TP_ARGS(page, v)
56 TP_PROTO(struct page *page, int v),
58 TP_ARGS(page, v)
63 TP_PROTO(struct page *page, int v, int ret),
65 TP_ARGS(page, v, ret),
79 __entry->pfn = page_to_pfn(page);
80 __entry->flags = page->flags;
81 __entry->count = page_ref_count(page);
82 __entry->mapcount = atomic_read(&page->_mapcount);
83 __entry->mapping = page->mapping;
84 __entry->mt = get_pageblock_migratetype(page);
99 TP_PROTO(struct page *page, int v, int ret),
101 TP_ARGS(page, v, ret)
106 TP_PROTO(struct page *page, int v, int ret),
108 TP_ARGS(page, v, ret)
113 TP_PROTO(struct page *page, int v, int ret),
115 TP_ARGS(page, v, ret)
120 TP_PROTO(struct page *page, int v, int ret),
122 TP_ARGS(page, v, ret)
127 TP_PROTO(struct page *page, int v),
129 TP_ARGS(page, v)