]> asedeno.scripts.mit.edu Git - linux.git/commit
perf cs-etm: Refactor enumeration cs_etm_sample_type
authorLeo Yan <leo.yan@linaro.org>
Tue, 11 Dec 2018 07:38:24 +0000 (15:38 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 18 Dec 2018 15:23:59 +0000 (12:23 -0300)
commitcfc1d4276b0453a752d8b31daf34f7f2dbd55e82
tree5c1ebdfc4d76f8b04b69988f2b9f6d73967a61cf
parentcee7a6a212ddb514d6e2ac1f9733501c43d63d0a
perf cs-etm: Refactor enumeration cs_etm_sample_type

The values in enumeration cs_etm_sample_type are defined with setting
bit N for each packet type, this is not suggested in the usual case.

This patch refactor cs_etm_sample_type by converting from bit shifting
values to continuous numbers.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Robert Walker <robert.walker@arm.com>
Cc: coresight@lists.linaro.org
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/1544513908-16805-5-git-send-email-leo.yan@linaro.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/cs-etm-decoder/cs-etm-decoder.h