Recently changes in traceevent and tracefs libraries were introduced: log levels and new APIs to modify them. As trace-cmd library uses traceevent and tracefs libraries, those changes affect trace-cmd as well. v2 changes: - Reverted back the weak definitions of log functions. - Fixed a typo in a variable name. Tzvetomir Stoyanov (VMware) (6): trace-cmd library: Add log levels trace-cmd library: Document the API for log levels trace-cmd library: Renamed tracecmd_fatal() to tracecmd_critical() trace-cmd library: Set debug log level in debug mode trace-cmd report: Set the log level with -V and -q options trace-cmd: Add new function to set log level Documentation/libtracecmd/libtracecmd-log.txt | 78 +++++++++++++++++++ Documentation/libtracecmd/libtracecmd.txt | 3 + include/trace-cmd/trace-cmd.h | 2 + lib/trace-cmd/include/trace-cmd-local.h | 2 +- lib/trace-cmd/trace-input.c | 12 +-- lib/trace-cmd/trace-util.c | 34 ++++++-- tracecmd/include/trace-local.h | 2 + tracecmd/trace-cmd.c | 40 ++++++++++ tracecmd/trace-read.c | 2 + 9 files changed, 163 insertions(+), 12 deletions(-) create mode 100644 Documentation/libtracecmd/libtracecmd-log.txt -- 2.31.1