Commit c6201646 authored by Alastair Robertson's avatar Alastair Robertson

Fix build: Add cb_cookie to perf_event_lost

parent 77b37283
......@@ -182,7 +182,7 @@ void perf_event_printer(void *cb_cookie, void *data, int size)
}
}
void perf_event_lost(uint64_t lost)
void perf_event_lost(void *cb_cookie, uint64_t lost)
{
printf("Lost %lu events\n", lost);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment