Łukasz Bartosik ([email protected])

Number of posts: 93 (0.12 per day)
First post: 2021-11-26 22:12:48
Last post: 2024-01-10 12:41:26

Date List Subject
2024-01-10 12:41:26 linux-kernel Re: [PATCH v2 10/15] dyndbg: add open and close commands for trace
2024-01-08 12:22:29 linux-kernel Re: [re: PATCH v2 00/15 - 05/11] dyndbg: change +T:name_terminator to dot
2024-01-03 16:27:46 linux-kernel Re: [PATCH v3 00/22] dyndbg: add support for writing debug logs to trace
2023-12-29 00:07:13 linux-kernel Re: [PATCH v3 00/22] dyndbg: add support for writing debug logs to trace
2023-12-29 00:00:53 linux-kernel Re: [PATCH v3 00/22] dyndbg: add support for writing debug logs to trace
2023-12-23 02:06:13 linux-kernel [PATCH v3 20/22] dyndbg: split multi-query strings with %
2023-12-23 02:05:11 linux-kernel [PATCH v3 21/22] dyndbg: reduce verbose/debug clutter
2023-12-23 02:04:19 linux-kernel [PATCH v3 18/22] dyndbg: treat comma as a token separator
2023-12-23 02:04:14 linux-kernel [PATCH v3 22/22] dyndbg: id the bad word in parse-flags err msg
2023-12-23 01:56:53 linux-kernel [PATCH v3 19/22] dyndbg: add skip_spaces_and_coma()
2023-12-23 01:56:25 linux-kernel [PATCH v3 17/22] dyndbg: fix old BUG_ON in >control parser
2023-12-23 01:56:08 linux-kernel [PATCH v3 16/22] dyndbg: disambiguate quoting in a debug msg
2023-12-23 01:55:54 linux-kernel [PATCH v3 15/22] dyndbg: add support for hex_dump output to trace
2023-12-23 01:55:40 linux-kernel [PATCH v3 14/22] dyndbg: write debug logs to trace instance
2023-12-23 01:55:23 linux-kernel [PATCH v3 13/22] dyndbg: add support for default trace destination
2023-12-23 01:55:12 linux-kernel [PATCH v3 12/22] dyndbg: add processing of T(race) flag argument
2023-12-23 01:54:52 linux-kernel [PATCH v3 08/22] dyndbg: move flags field to a new structure
2023-12-23 01:54:50 linux-kernel [PATCH v3 11/22] dyndbg: don't close trace instance when in use
2023-12-23 01:54:42 linux-kernel [PATCH v3 10/22] dyndbg: add open and close commands for trace
2023-12-23 01:54:27 linux-kernel [PATCH v3 09/22] dyndbg: add trace destination field to _ddebug
2023-12-23 01:53:47 linux-kernel [PATCH v3 07/22] dyndbg: repack _ddebug structure
2023-12-23 01:53:35 linux-kernel [PATCH v3 06/22] dyndbg: use __get_str_strip_nl in prdbg and devdbg
2023-12-23 01:53:17 linux-kernel [PATCH v3 05/22] tracefs: add __get_str_strip_nl - RFC
2023-12-23 01:53:00 linux-kernel [PATCH v3 04/22] dyndbg: add 2 trace-events: prdbg, devdbg
2023-12-23 01:52:48 linux-kernel [PATCH v3 03/22] dyndbg: add write events to tracefs code
2023-12-23 01:52:25 linux-kernel [PATCH v3 02/22] dyndbg: add _DPRINTK_FLAGS_TRACE
2023-12-23 01:52:10 linux-kernel [PATCH v3 00/22] dyndbg: add support for writing debug logs to trace
2023-12-23 01:52:08 linux-kernel [PATCH v3 01/22] dyndbg: add _DPRINTK_FLAGS_ENABLED
2023-12-21 15:30:09 linux-kernel Re: [re: PATCH v2 00/15 - 05/11] dyndbg: change +T:name_terminator to dot
2023-12-21 15:26:54 linux-kernel Re: [re: PATCH v2 00/15 - 07/11] dyndbg: __skip_spaces
2023-12-18 14:29:43 linux-kernel Re: [re: PATCH v2 00/15 - 00/11] dyndbg: add support for writing debug logs to trace
2023-12-18 01:07:41 linux-kernel Re: [PATCH v2 10/15] dyndbg: add open and close commands for trace
2023-12-18 01:01:47 linux-kernel Re: [re: PATCH v2 00/15 - 00/11] dyndbg: add support for writing debug logs to trace
2023-12-14 15:46:57 linux-kernel Re: [PATCH v2 09/15] dyndbg: add trace destination field to _ddebug
2023-12-14 15:20:51 linux-kernel Re: [re: PATCH v2 00/15 - 00/11] dyndbg: add support for writing debug logs to trace
2023-12-09 00:33:01 linux-kernel Re: [re: PATCH v2 00/15 - 10/11] dyndbg: move lock,unlock into ddebug_change, drop goto
2023-12-09 00:32:29 linux-kernel Re: [re: PATCH v2 00/15 - 08/11] dyndbg: split multi-query strings with %
2023-12-09 00:32:05 linux-kernel Re: [re: PATCH v2 00/15 - 00/11] dyndbg: add support for writing debug logs to trace
2023-12-01 09:01:44 linux-kernel Re: [PATCH v2 05/15] tracefs: add __get_str_strip_nl - RFC
2023-11-30 23:45:46 linux-kernel [PATCH v2 14/15] dyndbg: write debug logs to trace instance
2023-11-30 23:44:48 linux-kernel [PATCH v2 13/15] dyndbg: add support for default trace destination
2023-11-30 23:43:53 linux-kernel [PATCH v2 12/15] dyndbg: add processing of T(race) flag argument
2023-11-30 23:43:26 linux-kernel [PATCH v2 15/15] dyndbg: add support for hex_dump output to trace
2023-11-30 23:42:50 linux-kernel [PATCH v2 11/15] dyndbg: don't close trace instance when in use
2023-11-30 23:42:42 linux-kernel [PATCH v2 06/15] dyndbg: use __get_str_strip_nl in prdbg and devdbg
2023-11-30 23:42:40 linux-kernel [PATCH v2 10/15] dyndbg: add open and close commands for trace
2023-11-30 23:42:36 linux-kernel [PATCH v2 09/15] dyndbg: add trace destination field to _ddebug
2023-11-30 23:42:26 linux-kernel [PATCH v2 07/15] dyndbg: repack _ddebug structure
2023-11-30 23:42:17 linux-kernel [PATCH v2 05/15] tracefs: add __get_str_strip_nl - RFC
2023-11-30 23:42:13 linux-kernel [PATCH v2 08/15] dyndbg: move flags field to a new structure
2023-11-30 23:42:07 linux-kernel [PATCH v2 03/15] dyndbg: add write events to tracefs code