Re: [PATCH v2 15/22] cmd: log: Add commands to list categories and drivers

2020-10-11 Thread Simon Glass
On Sat, 10 Oct 2020 at 13:44, Sean Anderson wrote: > > This allows users to query which categories and drivers are available on > their system. This allows them to construct filter-add commands without > (e.g.) adjusting the log format to show categories and drivers. > > Signed-off-by: Sean Anders

[PATCH v2 15/22] cmd: log: Add commands to list categories and drivers

2020-10-10 Thread Sean Anderson
This allows users to query which categories and drivers are available on their system. This allows them to construct filter-add commands without (e.g.) adjusting the log format to show categories and drivers. Signed-off-by: Sean Anderson --- Changes in v2: - New cmd/log.c | 36