> -----Original Message-----
> From: Abdullah Sevincer <[email protected]>
> Sent: 2023年7月9日 0:24
> To: [email protected]
> Cc: Pattan, Reshma <[email protected]>;
> [email protected]; Sevincer, Abdullah
> <[email protected]>; [email protected]
> Subject: [PATCH v1] app/procinfo: revise display eventdev xstats
>
> process_eventdev_xstats() function was iterating over eventdev_var[]
> structure even if there is no eventdev present.
> Revised the code to check to iterate and only look for the number of
> eventdevs present in the system. Also, shortened function name to
> eventdev_xstats().
>
> Coverity issue: 395458
> Fixes: 674bb3906931 ("app/procinfo: display eventdev xstats")
> Cc: [email protected]
>
> Signed-off-by: Abdullah Sevincer <[email protected]>
> ---
Tested-by: Dukai Yuan<[email protected]>