Lines Matching full:mm
71 * @mm: address of the mm object of the process
77 TP_PROTO(void *mm),
79 TP_ARGS(mm),
82 __field(void *, mm)
86 __entry->mm = mm;
89 TP_printk("mm %p", __entry->mm)
95 * @mm: address of the mm object of the process
101 TP_PROTO(void *mm),
103 TP_ARGS(mm)
109 * @mm: address of the mm object of the process
115 TP_PROTO(void *mm),
117 TP_ARGS(mm)
125 * @mm: address of the process mm struct
132 TP_PROTO(unsigned long pfn, void *rmap_item, void *mm, int err),
134 TP_ARGS(pfn, rmap_item, mm, err),
139 __field(void *, mm)
146 __entry->mm = mm;
150 TP_printk("ksm pfn %lu rmap_item %p mm %p error %d",
151 __entry->pfn, __entry->rmap_item, __entry->mm, __entry->err)
160 * @mm: address of the mm object of the process
167 TP_PROTO(void *ksm_page, unsigned long pfn, void *rmap_item, void *mm, int err),
169 TP_ARGS(ksm_page, pfn, rmap_item, mm, err),
175 __field(void *, mm)
183 __entry->mm = mm;
187 TP_printk("%spfn %lu rmap_item %p mm %p error %d",
189 __entry->pfn, __entry->rmap_item, __entry->mm, __entry->err)
222 * @mm: address of the process mm struct
228 TP_PROTO(unsigned long pfn, void *rmap_item, void *mm),
230 TP_ARGS(pfn, rmap_item, mm),
235 __field(void *, mm)
241 __entry->mm = mm;
244 TP_printk("pfn %lu rmap_item %p mm %p",
245 __entry->pfn, __entry->rmap_item, __entry->mm)