mbox series

[0/2] Add API to set severity to tracefs library logs

Message ID 20210428073212.756329-1-tz.stoyanov@gmail.com (mailing list archive)
Headers show
Series Add API to set severity to tracefs library logs | expand

Message

Tzvetomir Stoyanov (VMware) April 28, 2021, 7:32 a.m. UTC
A new API to set the desired log level of the library.

These changes depend on "[PATCH 0/4] Add severity to library logs"
https://lore.kernel.org/linux-trace-devel/20210428073001.755905-1-tz.stoyanov@gmail.com/

Tzvetomir Stoyanov (VMware) (2):
  libtracefs: Add API to set the log level
  libtracefs: Document new log functionality

 Documentation/libtracefs-log.txt | 76 ++++++++++++++++++++++++++++++++
 Documentation/libtracefs.txt     |  2 +
 include/tracefs.h                |  4 ++
 src/tracefs-utils.c              | 18 +++++++-
 4 files changed, 99 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/libtracefs-log.txt