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

2023-11-10 Thread kernel test robot
: 3006adf3be79cde4d14b1800b963b82b6e5572e0 patch link: https://lore.kernel.org/r/2023-ftrace_support-v3-1-f358d2911a74%40quicinc.com patch subject: [PATCH v3] bus: mhi: host: Add tracing support config: sh-allmodconfig (https://download.01.org/0day-ci/archive/2023/20231237.ztm5nblh-...@intel.com/config

[PATCH v3] 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. mhi_upda