Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147642
b: refs/heads/master
c: d11444d
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jun 3, 2009
1 parent 68ce13f commit 60d7107
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75051724f78677532618dd164a515baf106990e5
refs/heads/master: d11444dfa78cdd887d8dfd2fab3883132aff2c2d
9 changes: 9 additions & 0 deletions trunk/Documentation/perf_counter/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,15 @@ process_event(event_t *event, unsigned long offset, unsigned long head)
case PERF_EVENT_COMM:
return process_comm_event(event, offset, head);

/*
* We dont process them right now but they are fine:
*/
case PERF_EVENT_MUNMAP:
case PERF_EVENT_PERIOD:
case PERF_EVENT_THROTTLE:
case PERF_EVENT_UNTHROTTLE:
return 0;

default:
return -1;
}
Expand Down

0 comments on commit 60d7107

Please sign in to comment.