diff options
| -rw-r--r-- | tools/perf/builtin-trace.c | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index f0c20ef0cd1..49fedb51d56 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c @@ -527,13 +527,6 @@ again:  				continue;  			} -			if (sample.raw_data == NULL) { -				printf("%s sample with no payload for tid: %d, cpu %d, raw_size=%d, skipping...\n", -				       perf_evsel__name(evsel), sample.tid, -				       sample.cpu, sample.raw_size); -				continue; -			} -  			handler = evsel->handler.func;  			handler(trace, evsel, &sample);  		}  |