aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/builtin-trace.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c
index f0c20ef0cd1c..49fedb51d569 100644
--- a/tools/perf/builtin-trace.c
+++ b/tools/perf/builtin-trace.c
@@ -527,13 +527,6 @@ again:
527 continue; 527 continue;
528 } 528 }
529 529
530 if (sample.raw_data == NULL) {
531 printf("%s sample with no payload for tid: %d, cpu %d, raw_size=%d, skipping...\n",
532 perf_evsel__name(evsel), sample.tid,
533 sample.cpu, sample.raw_size);
534 continue;
535 }
536
537 handler = evsel->handler.func; 530 handler = evsel->handler.func;
538 handler(trace, evsel, &sample); 531 handler(trace, evsel, &sample);
539 } 532 }