|
@@ -262,7 +262,7 @@ static void perf_event_ops__fill_defaults(struct perf_event_ops *handler)
|
|
if (handler->exit == NULL)
|
|
if (handler->exit == NULL)
|
|
handler->exit = process_event_stub;
|
|
handler->exit = process_event_stub;
|
|
if (handler->lost == NULL)
|
|
if (handler->lost == NULL)
|
|
- handler->lost = process_event_stub;
|
|
|
|
|
|
+ handler->lost = event__process_lost;
|
|
if (handler->read == NULL)
|
|
if (handler->read == NULL)
|
|
handler->read = process_event_stub;
|
|
handler->read = process_event_stub;
|
|
if (handler->throttle == NULL)
|
|
if (handler->throttle == NULL)
|