diff options
| -rw-r--r-- | tools/perf/util/cs-etm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/cs-etm.c b/tools/perf/util/cs-etm.c index f3a6dfaf3026..4cc9fce97a86 100644 --- a/tools/perf/util/cs-etm.c +++ b/tools/perf/util/cs-etm.c | |||
| @@ -459,7 +459,7 @@ static struct cs_etm_queue *cs_etm__alloc_queue(struct cs_etm_auxtrace *etm, | |||
| 459 | if (cs_etm__init_trace_params(t_params, etm)) | 459 | if (cs_etm__init_trace_params(t_params, etm)) |
| 460 | goto out_free; | 460 | goto out_free; |
| 461 | 461 | ||
| 462 | /* Set decoder parameters to simply print the trace packets */ | 462 | /* Set decoder parameters to decode trace packets */ |
| 463 | if (cs_etm__init_decoder_params(&d_params, etmq, | 463 | if (cs_etm__init_decoder_params(&d_params, etmq, |
| 464 | CS_ETM_OPERATION_DECODE)) | 464 | CS_ETM_OPERATION_DECODE)) |
| 465 | goto out_free; | 465 | goto out_free; |
