Re: [PATCH v1 6/7] perf cs-etm: Add helper cs_etm__get_pid_fmt()

2021-01-11 Thread Suzuki K Poulose
On 1/9/21 7:44 AM, Leo Yan wrote: This patch adds helper function cs_etm__get_pid_fmt(), by passing parameter "traceID", it returns the corresponding PID format. Signed-off-by: Leo Yan Acked-by: Suzuki K Poulose --- tools/perf/util/cs-etm.c | 18 ++ tools/perf/util/cs-et

[PATCH v1 6/7] perf cs-etm: Add helper cs_etm__get_pid_fmt()

2021-01-08 Thread Leo Yan
This patch adds helper function cs_etm__get_pid_fmt(), by passing parameter "traceID", it returns the corresponding PID format. Signed-off-by: Leo Yan --- tools/perf/util/cs-etm.c | 18 ++ tools/perf/util/cs-etm.h | 1 + 2 files changed, 19 insertions(+) diff --git a/tools/perf