LinuxLists
Users
About
Jim Cromie (
[email protected]
)
Number of posts: 1381 (0.19 per day)
First post: 2004-06-27 04:59:34
Last post: 2024-05-16 17:51:53
Previous Page
/
Next Page
Date
List
Subject
2022-01-07 05:30:11
linux-kernel
[PATCH v11 04/19] dyndbg: add trace-events for pr_debug, dev_dbg
2022-01-07 05:30:06
linux-kernel
[PATCH v11 03/19] dyndbg: add write-to-tracefs code
2022-01-07 05:29:59
linux-kernel
[PATCH v11 02/19] dyndbg: add _DPRINTK_FLAGS_TRACE
2022-01-07 05:29:56
linux-kernel
[PATCH v11 01/19] dyndbg: add _DPRINTK_FLAGS_ENABLED
2022-01-07 05:29:53
linux-kernel
[PATCH v11 00/19] dyndbg & drm.debug to tracefs
2021-12-08 05:16:39
linux-kernel
Re: [PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC
2021-11-22 22:43:44
linux-kernel
Re: [PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC
2021-11-19 22:47:02
linux-kernel
Re: [PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC
2021-11-11 22:03:02
linux-kernel
[PATCH v10 10/10] drm: use DEFINE_DYNAMIC_DEBUG_TRACE_GROUPS in 3 places
2021-11-11 22:02:58
linux-kernel
[PATCH v10 09/10] dyndbg: create DEFINE_DYNAMIC_DEBUG_LOG|TRACE_GROUPS
2021-11-11 22:02:53
linux-kernel
[PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC
2021-11-11 22:02:48
linux-kernel
[PATCH v10 07/10] drm_print: instrument drm_debug_enabled
2021-11-11 22:02:45
linux-kernel
[PATCH v10 06/10] drm_print: add choice to use dynamic debug in drm-debug
2021-11-11 22:02:41
linux-kernel
[PATCH v10 05/10] i915/gvt: use dyndbg.BITGRPS for existing pr_debugs
2021-11-11 22:02:39
linux-kernel
[PATCH v10 04/10] i915/gvt: trim spaces from pr_debug "gvt: core:" prefixes
2021-11-11 22:02:33
linux-kernel
[PATCH v10 03/10] amdgpu: use dyndbg.BITGRPS to control existing pr_debugs
2021-11-11 22:02:27
linux-kernel
[PATCH v10 02/10] drm: fix doc grammar
2021-11-11 22:02:24
linux-kernel
[PATCH v10 01/10] dyndbg: add DEFINE_DYNAMIC_DEBUG_BITGRPS macro and callbacks
2021-11-11 22:02:18
linux-kernel
[PATCH v10 00/10 RESEND] use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace
2021-11-05 22:47:50
linux-kernel
[PATCH v10 09/10] dyndbg: create DEFINE_DYNAMIC_DEBUG_LOG|TRACE_GROUPS
2021-11-05 22:42:54
linux-kernel
[PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC
2021-11-05 22:42:33
linux-kernel
[PATCH v10 06/10] drm_print: add choice to use dynamic debug in drm-debug
2021-11-05 22:31:28
linux-kernel
[PATCH v10 10/10] drm: use DEFINE_DYNAMIC_DEBUG_TRACE_GROUPS in 3 places
2021-11-05 22:30:56
linux-kernel
[PATCH v10 00/10] use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace
2021-11-05 22:19:37
linux-kernel
[PATCH v10 04/10] i915/gvt: trim spaces from pr_debug "gvt: core:" prefixes
2021-11-05 22:16:14
linux-kernel
[PATCH v10 03/10] amdgpu: use dyndbg.BITGRPS to control existing pr_debugs
2021-11-05 20:22:35
linux-kernel
[PATCH v10 07/10] drm_print: instrument drm_debug_enabled
2021-11-05 20:21:03
linux-kernel
[PATCH v10 05/10] i915/gvt: use dyndbg.BITGRPS for existing pr_debugs
2021-11-05 20:19:11
linux-kernel
[PATCH v10 02/10] drm: fix doc grammar
2021-11-05 20:18:24
linux-kernel
[PATCH v10 01/10] dyndbg: add DEFINE_DYNAMIC_DEBUG_BITGRPS macro and callbacks
2021-11-04 06:34:56
linux-kernel
Re: [PATCH v9 10/10] drm: use DEFINE_DYNAMIC_DEBUG_TRACE_CATEGORIES bitmap to tracefs
2021-10-27 17:15:26
linux-kernel
[PATCH v9 10/10] drm: use DEFINE_DYNAMIC_DEBUG_TRACE_CATEGORIES bitmap to tracefs
2021-10-27 17:15:26
linux-kernel
[PATCH v9 09/10] dyndbg: create DEFINE_DYNAMIC_DEBUG_TRACE_CATEGORIES
2021-10-27 17:15:26
linux-kernel
[PATCH v9 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC
2021-10-27 17:12:43
linux-kernel
[PATCH v9 07/10] drm_print: instrument drm_debug_enabled
2021-10-27 17:12:43
linux-kernel
[PATCH v9 06/10] drm_print: add choice to use dynamic debug in drm-debug
2021-10-27 16:59:28
linux-kernel
[PATCH v9 03/10] amdgpu: use dyndbg.CATEGORIES to control existing pr_dbgs
2021-10-27 16:59:28
linux-kernel
[PATCH v9 05/10] i915/gvt: use dyndbg.CATEGORIES for existing pr_debugs
2021-10-27 16:59:20
linux-kernel
[PATCH v9 04/10] i915/gvt: trim spaces from pr_debug "gvt: core:" prefixes
2021-10-27 16:59:20
linux-kernel
[PATCH v9 02/10] drm: fix doc grammar
2021-10-27 16:59:20
linux-kernel
[PATCH v9 01/10] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES macro and callbacks
2021-10-27 16:59:20
linux-kernel
[PATCH v9 00/10] use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace
2021-10-19 21:09:00
linux-kernel
[PATCH 1/1] dyndbg: refine verbosity 1-4 summary-detail
2021-10-18 21:04:17
linux-kernel
Re: Any tracing mechanism can track the executed instructions of a user process in the kernel?
2021-10-15 06:55:54
linux-kernel
[PATCH 1/1] dyndbg: fix spurious vNpr_info change
2021-10-13 22:13:48
linux-kernel
[PATCH 0/3] dynamic debug for -next
2021-10-13 22:11:41
linux-kernel
[PATCH 1/3] dyndbg: fix spurious log-level change
2021-10-13 22:11:39
linux-kernel
[PATCH 2/3] dyndbg: vpr-info on remove-module complete, not starting
2021-10-13 22:11:03
linux-kernel
[PATCH 3/3] dyndbg: no vpr-info on empty queries
2021-10-13 16:45:45
linux-kernel
Re: [PATCH 0/5] dynamic debug for -next
2021-10-12 18:49:47
linux-kernel
[PATCH 3/5] dyndbg: use alt-quotes in vpr-infos, not those user might use