linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add API to set severity to tracefs library logs
@ 2021-05-07  9:51 Tzvetomir Stoyanov (VMware)
  2021-05-07  9:51 ` [PATCH v2 1/3] libtracefs: Add API to set the log level Tzvetomir Stoyanov (VMware)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tzvetomir Stoyanov (VMware) @ 2021-05-07  9:51 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

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/20210507095022.1079364-1-tz.stoyanov@gmail.com/

v2 changes:
  - Add a parameter to tep_vprint() for errno printing, insted of using the log
    level.
  - Added a patch to remove unneeded tep_vwarning() implementation from the unit
    tests.

Tzvetomir Stoyanov (VMware) (3):
  libtracefs: Add API to set the log level
  libtracefs: Document new log functionality
  libtracefs: Remove dummy tep_vwarning() from unit tests

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

-- 
2.31.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-07  9:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-07  9:51 [PATCH v2 0/3] Add API to set severity to tracefs library logs Tzvetomir Stoyanov (VMware)
2021-05-07  9:51 ` [PATCH v2 1/3] libtracefs: Add API to set the log level Tzvetomir Stoyanov (VMware)
2021-05-07  9:51 ` [PATCH v2 2/3] libtracefs: Document new log functionality Tzvetomir Stoyanov (VMware)
2021-05-07  9:51 ` [PATCH v2 3/3] libtracefs: Remove dummy tep_vwarning() from unit tests Tzvetomir Stoyanov (VMware)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).