On Wed, 28 Apr 2021 10:29:59 +0300 "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@xxxxxxxxx> wrote: > Renamed existing pr_stat() internal function to tep_info() and limit it Unfortunately they are also not internal functions :-( > to print only when the log level is TEP_LOG_INFO. Removed duplicated and > unused functions: > vpr_stat() > __pr_stat() > __vpr_stat() trace-record.c: In function ‘expand_event_files’: trace-record.c:2971:3: warning: implicit declaration of function ‘pr_stat’; did you mean ‘lstat’? [-Wimplicit-function-declaration] 2971 | pr_stat("%s\n", path); | ^~~~~~~ | lstat ctracecmd_wrap.c: In function ‘pr_stat’: ctracecmd_wrap.c:2779:2: warning: implicit declaration of function ‘__vpr_stat’; did you mean ‘pr_stat’? [-Wimplicit-function-declaration] 2779 | __vpr_stat(fmt, ap); | ^~~~~~~~~~ | pr_stat -- Steve