Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207275
b: refs/heads/master
c: e17613c
h: refs/heads/master
i:
  207273: c1c25fd
  207271: 5d8e89e
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Aug 10, 2010
1 parent b5cccc5 commit fe83c7e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 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: bdce6d9ebf52c1f6c23163d1a33320ce7c007f73
refs/heads/master: e17613c39b8894c164df782d0508c27ca559c24b
17 changes: 16 additions & 1 deletion trunk/include/trace/events/vmscan.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ DEFINE_EVENT(mm_vmscan_direct_reclaim_end_template, mm_vmscan_memcg_softlimit_re
);


TRACE_EVENT(mm_vmscan_lru_isolate,
DECLARE_EVENT_CLASS(mm_vmscan_lru_isolate_template,

TP_PROTO(int order,
unsigned long nr_requested,
Expand Down Expand Up @@ -216,6 +216,21 @@ TRACE_EVENT(mm_vmscan_lru_isolate,
__entry->nr_lumpy_failed)
);

DEFINE_EVENT(mm_vmscan_lru_isolate_template, mm_vmscan_lru_isolate,

TP_PROTO(int order,
unsigned long nr_requested,
unsigned long nr_scanned,
unsigned long nr_taken,
unsigned long nr_lumpy_taken,
unsigned long nr_lumpy_dirty,
unsigned long nr_lumpy_failed,
int isolate_mode),

TP_ARGS(order, nr_requested, nr_scanned, nr_taken, nr_lumpy_taken, nr_lumpy_dirty, nr_lumpy_failed, isolate_mode)

);

TRACE_EVENT(mm_vmscan_writepage,

TP_PROTO(struct page *page,
Expand Down

0 comments on commit fe83c7e

Please sign in to comment.