Re: [PATCH v4] bus: mhi: host: Add tracing support

2023-11-13 Thread Krishna Chaitanya Chundru
On 11/12/2023 1:07 AM, Steven Rostedt wrote: On Sat, 11 Nov 2023 11:25:22 +0530 Krishna chaitanya chundru wrote: diff --git a/drivers/bus/mhi/host/trace.h b/drivers/bus/mhi/host/trace.h new file mode 100644 index ..0e99318f5d08 --- /dev/null +++ b/drivers/bus/mhi/host/trace.h +

Re: [PATCH v4] bus: mhi: host: Add tracing support

2023-11-11 Thread Steven Rostedt
On Sat, 11 Nov 2023 11:25:22 +0530 Krishna chaitanya chundru wrote: > diff --git a/drivers/bus/mhi/host/trace.h b/drivers/bus/mhi/host/trace.h > new file mode 100644 > index ..0e99318f5d08 > --- /dev/null > +++ b/drivers/bus/mhi/host/trace.h > + >

Re: [PATCH v4] bus: mhi: host: Add tracing support

2023-11-11 Thread kernel test robot
: 3006adf3be79cde4d14b1800b963b82b6e5572e0 patch link: https://lore.kernel.org/r/2023-ftrace_support-v4-1-c83602399461%40quicinc.com patch subject: [PATCH v4] bus: mhi: host: Add tracing support config: i386-randconfig-062-2023 (https://download.01.org/0day-ci/archive/20231112/202311120247.semdyrt6

Re: [PATCH v4] bus: mhi: host: Add tracing support

2023-11-11 Thread kernel test robot
: 3006adf3be79cde4d14b1800b963b82b6e5572e0 patch link: https://lore.kernel.org/r/2023-ftrace_support-v4-1-c83602399461%40quicinc.com patch subject: [PATCH v4] bus: mhi: host: Add tracing support config: x86_64-randconfig-123-2023 (https://download.01.org/0day-ci/archive/2023/20232133.5qrqkz0r

Re: [PATCH v4] bus: mhi: host: Add tracing support

2023-11-10 Thread kernel test robot
: 3006adf3be79cde4d14b1800b963b82b6e5572e0 patch link: https://lore.kernel.org/r/2023-ftrace_support-v4-1-c83602399461%40quicinc.com patch subject: [PATCH v4] bus: mhi: host: Add tracing support config: csky-randconfig-002-2023 (https://download.01.org/0day-ci/archive/2023/20231502.weci1okb

[PATCH v4] bus: mhi: host: Add tracing support

2023-11-10 Thread Krishna chaitanya chundru
This change adds ftrace support for following functions which helps in debugging the issues when there is Channel state & MHI state change and also when we receive data and control events: 1. mhi_intvec_mhi_states 2. mhi_process_data_event_ring 3. mhi_process_ctrl_ev_ring 4. mhi_gen_tre 5.