Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323049
b: refs/heads/master
c: 85f2a2e
h: refs/heads/master
i:
  323047: 1896611
v: v3
  • Loading branch information
Wen Congyang authored and Steven Rostedt committed Sep 20, 2012
1 parent 1ac5d3a commit db03408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20a36e39d59757252edbbdcf9574ae2998733ce9
refs/heads/master: 85f2a2ef1d0ab99523e0b947a2b723f5650ed6aa
4 changes: 2 additions & 2 deletions trunk/include/trace/events/kmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ TRACE_EVENT(mm_page_alloc,

TP_printk("page=%p pfn=%lu order=%d migratetype=%d gfp_flags=%s",
__entry->page,
page_to_pfn(__entry->page),
__entry->page ? page_to_pfn(__entry->page) : 0,
__entry->order,
__entry->migratetype,
show_gfp_flags(__entry->gfp_flags))
Expand All @@ -240,7 +240,7 @@ DECLARE_EVENT_CLASS(mm_page,

TP_printk("page=%p pfn=%lu order=%u migratetype=%d percpu_refill=%d",
__entry->page,
page_to_pfn(__entry->page),
__entry->page ? page_to_pfn(__entry->page) : 0,
__entry->order,
__entry->migratetype,
__entry->order == 0)
Expand Down

0 comments on commit db03408

Please sign in to comment.