Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147313
b: refs/heads/master
c: 023c54c
h: refs/heads/master
i:
  147311: 3e01645
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Apr 6, 2009
1 parent f98f0be commit 4c8f3cc
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: 5ed00415e304203a0a9dcaef226d6d3f1106070e
refs/heads/master: 023c54c42288416b4f43c67bfd5049a76926fad6
4 changes: 2 additions & 2 deletions trunk/Documentation/perf_counter/kerneltop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1263,8 +1263,8 @@ static void mmap_read(struct mmap_data *md)
old += size;

switch (event->header.type) {
case PERF_EVENT_IP:
case PERF_EVENT_IP | __PERF_EVENT_TID:
case PERF_EVENT_OVERFLOW | __PERF_EVENT_IP:
case PERF_EVENT_OVERFLOW | __PERF_EVENT_IP | __PERF_EVENT_TID:
process_event(event->ip.ip, md->counter);
break;

Expand Down

0 comments on commit 4c8f3cc

Please sign in to comment.