Re: [PATCH v6 2/3] binder: add trace at free transaction.

2020-08-03 Thread Frankie Chang
On Mon, 2020-08-03 at 08:12 -0700, Todd Kjos wrote: > On Sun, Aug 2, 2020 at 8:11 PM Frankie Chang > wrote: > > > > On Fri, 2020-07-31 at 11:50 -0700, Todd Kjos wrote: > > > On Mon, Jul 27, 2020 at 8:28 PM Frankie Chang > > > wrote: > > > > > > > > From: "Frankie.Chang" > > > > > > > > Since

Re: [PATCH v6 2/3] binder: add trace at free transaction.

2020-08-03 Thread Todd Kjos
On Sun, Aug 2, 2020 at 8:11 PM Frankie Chang wrote: > > On Fri, 2020-07-31 at 11:50 -0700, Todd Kjos wrote: > > On Mon, Jul 27, 2020 at 8:28 PM Frankie Chang > > wrote: > > > > > > From: "Frankie.Chang" > > > > > > Since the original trace_binder_transaction_received cannot > > > precisely

Re: [PATCH v6 2/3] binder: add trace at free transaction.

2020-08-02 Thread Frankie Chang
On Fri, 2020-07-31 at 11:50 -0700, Todd Kjos wrote: > On Mon, Jul 27, 2020 at 8:28 PM Frankie Chang > wrote: > > > > From: "Frankie.Chang" > > > > Since the original trace_binder_transaction_received cannot > > precisely present the real finished time of transaction, adding a > >

Re: [PATCH v6 2/3] binder: add trace at free transaction.

2020-07-31 Thread Todd Kjos
On Mon, Jul 27, 2020 at 8:28 PM Frankie Chang wrote: > > From: "Frankie.Chang" > > Since the original trace_binder_transaction_received cannot > precisely present the real finished time of transaction, adding a > trace_binder_txn_latency_free at the point of free transaction > may be more close

[PATCH v6 2/3] binder: add trace at free transaction.

2020-07-27 Thread Frankie Chang
From: "Frankie.Chang" Since the original trace_binder_transaction_received cannot precisely present the real finished time of transaction, adding a trace_binder_txn_latency_free at the point of free transaction may be more close to it. Signed-off-by: Frankie.Chang --- drivers/android/binder.c