diff options
-rw-r--r-- | tools/perf/util/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index fa9d652c2dc3..3d5604739493 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c | |||
@@ -262,7 +262,7 @@ static void perf_event_ops__fill_defaults(struct perf_event_ops *handler) | |||
262 | if (handler->exit == NULL) | 262 | if (handler->exit == NULL) |
263 | handler->exit = process_event_stub; | 263 | handler->exit = process_event_stub; |
264 | if (handler->lost == NULL) | 264 | if (handler->lost == NULL) |
265 | handler->lost = process_event_stub; | 265 | handler->lost = event__process_lost; |
266 | if (handler->read == NULL) | 266 | if (handler->read == NULL) |
267 | handler->read = process_event_stub; | 267 | handler->read = process_event_stub; |
268 | if (handler->throttle == NULL) | 268 | if (handler->throttle == NULL) |