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

2021-02-11 Thread Suzuki K Poulose
On 2/6/21 3:08 PM, Leo Yan wrote: This patch adds helper function cs_etm__get_pid_fmt(), by passing parameter "traceID", it returns the PID format. Signed-off-by: Leo Yan Reviewed-by: Suzuki K Poulose

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

2021-02-08 Thread Mathieu Poirier
On Sat, Feb 06, 2021 at 11:08:31PM +0800, Leo Yan wrote: > This patch adds helper function cs_etm__get_pid_fmt(), by passing > parameter "traceID", it returns the PID format. > > Signed-off-by: Leo Yan Reviewed-by: Mathieu Poirier > --- > tools/perf/util/cs-etm.c | 42

[PATCH v3 6/8] perf cs-etm: Add helper cs_etm__get_pid_fmt()

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