Message ID | 20250224151423.1630639-9-leo.yan@arm.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Arm CoreSight: Support AUX pause and resume | expand |
diff --git a/tools/include/linux/coresight-pmu.h b/tools/include/linux/coresight-pmu.h index 89b0ac0014b0..04147e30c2f2 100644 --- a/tools/include/linux/coresight-pmu.h +++ b/tools/include/linux/coresight-pmu.h @@ -35,6 +35,7 @@ #define ETM_OPT_CTXTID2 15 #define ETM_OPT_TS 28 #define ETM_OPT_RETSTK 29 +#define ETM_OPT_UPDATE_BUF_ON_PAUSE 30 /* ETMv4 CONFIGR programming bits for the ETM OPTs */ #define ETM4_CFG_BIT_BB 3
Update the header in the tools to align with the kernel header. Signed-off-by: Leo Yan <leo.yan@arm.com> --- tools/include/linux/coresight-pmu.h | 1 + 1 file changed, 1 insertion(+)