Re: [PATCH] perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR

2019-10-21 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 21, 2019 at 11:42:21AM -0600, Mathieu Poirier escreveu: > On Mon, 21 Oct 2019 at 01:48, Leo Yan wrote: > > > > Macro TO_CS_QUEUE_NR definition has a typo, which uses 'trace_id_chan' > > as its parameter, this doesn't match with its definition body which uses > > 'trace_chan_id'. So re

Re: [PATCH] perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR

2019-10-21 Thread Mathieu Poirier
On Mon, 21 Oct 2019 at 01:48, Leo Yan wrote: > > Macro TO_CS_QUEUE_NR definition has a typo, which uses 'trace_id_chan' > as its parameter, this doesn't match with its definition body which uses > 'trace_chan_id'. So renames the parameter to 'trace_chan_id'. > > It's luck to have a local variable