On Fri, 16 Apr 2021 09:59:08 -0400 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > As for pr_stat(), I think we should rename it to tep_info() and tep_vinfo() > that acts just like tep_warning(), except it is for informational output > (stdout instead of stderr). This is similar to what the kernel has. > > Since tep_vwarning() takes a name, so can tep_vinfo(), and I was thinking > that we should expose this string to the application. > Oh, and we could add a tep_critical() and tep_vcritical() which means that the error is something really bad happened, (like failed to allocate). -- Steve