|
@@ -1618,6 +1618,7 @@ static int trace__process_event(struct trace *trace, struct machine *machine,
|
|
color_fprintf(trace->output, PERF_COLOR_RED,
|
|
color_fprintf(trace->output, PERF_COLOR_RED,
|
|
"LOST %" PRIu64 " events!\n", event->lost.lost);
|
|
"LOST %" PRIu64 " events!\n", event->lost.lost);
|
|
ret = machine__process_lost_event(machine, event, sample);
|
|
ret = machine__process_lost_event(machine, event, sample);
|
|
|
|
+ break;
|
|
default:
|
|
default:
|
|
ret = machine__process_event(machine, event, sample);
|
|
ret = machine__process_event(machine, event, sample);
|
|
break;
|
|
break;
|