diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/perf_counter/kerneltop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/perf_counter/kerneltop.c b/Documentation/perf_counter/kerneltop.c index c0ca01504ff3..430810dae1fe 100644 --- a/Documentation/perf_counter/kerneltop.c +++ b/Documentation/perf_counter/kerneltop.c | |||
@@ -1263,8 +1263,8 @@ static void mmap_read(struct mmap_data *md) | |||
1263 | old += size; | 1263 | old += size; |
1264 | 1264 | ||
1265 | switch (event->header.type) { | 1265 | switch (event->header.type) { |
1266 | case PERF_EVENT_IP: | 1266 | case PERF_EVENT_OVERFLOW | __PERF_EVENT_IP: |
1267 | case PERF_EVENT_IP | __PERF_EVENT_TID: | 1267 | case PERF_EVENT_OVERFLOW | __PERF_EVENT_IP | __PERF_EVENT_TID: |
1268 | process_event(event->ip.ip, md->counter); | 1268 | process_event(event->ip.ip, md->counter); |
1269 | break; | 1269 | break; |
1270 | 1270 | ||