public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] dyndbg: add source file name to prefix
@ 2023-01-30  2:01 Thomas Weißschuh
  2023-01-30  2:01 ` [PATCH 1/3] dyndbg: constify opt_array Thomas Weißschuh
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Thomas Weißschuh @ 2023-01-30  2:01 UTC (permalink / raw)
  To: Jason Baron, Jim Cromie, Jonathan Corbet
  Cc: linux-kernel, linux-doc, Thomas Weißschuh

Currently dyndbg has no facility to print the source file name of a
debug statement.
Without the source file the line number is of limited use.
Also the dyndbg control file uses the filename as the primary index, so
having it in the logmessage makes the relation clearer.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (3):
      dyndbg: constify opt_array
      dyndbg: increase PREFIX_SIZE to 128
      dyndbg: add source filename to prefix

 Documentation/admin-guide/dynamic-debug-howto.rst | 5 +++--
 include/linux/dynamic_debug.h                     | 4 +++-
 lib/dynamic_debug.c                               | 8 ++++++--
 3 files changed, 12 insertions(+), 5 deletions(-)
---
base-commit: 6d796c50f84ca79f1722bb131799e5a5710c4700
change-id: 20221223-dyndbg-filename-02e0879dae4b

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>


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

end of thread, other threads:[~2023-06-27 15:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-30  2:01 [PATCH 0/3] dyndbg: add source file name to prefix Thomas Weißschuh
2023-01-30  2:01 ` [PATCH 1/3] dyndbg: constify opt_array Thomas Weißschuh
2023-01-30  2:01 ` [PATCH 2/3] dyndbg: increase PREFIX_SIZE to 128 Thomas Weißschuh
2023-01-30  2:01 ` [PATCH 3/3] dyndbg: add source filename to prefix Thomas Weißschuh
2023-02-03 16:45   ` Jason Baron
2023-02-04 14:49     ` linux
2023-03-22 15:54       ` jim.cromie
2023-03-20 22:13 ` [PATCH 0/3] dyndbg: add source file name " Thomas Weißschuh
2023-06-27 14:30 ` Thomas Weißschuh
2023-06-27 14:47   ` Greg Kroah-Hartman
2023-06-27 14:57     ` Thomas Weißschuh
2023-06-27 15:01       ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox