[Intel-gfx] [PATCH] lib: Add a YAML emitter

2021-02-11 Thread Chris Wilson
Provide a library to generate correct YAML for use in structured debugfs or similar information dumps. This will be useful to pull our large information dumps into a forwards compatible, parse-able file-format by forcing some structure upon ourselves! Originally from https://github.com/yaml/libyam

Re: [Intel-gfx] [PATCH] lib: Add a YAML emitter

2020-02-14 Thread Chris Wilson
Quoting Jani Nikula (2020-02-14 07:57:09) > On Thu, 13 Feb 2020, Chris Wilson wrote: > > Provide a library to generate correct YAML for use in structured debugfs > > or similar information dumps. This will be useful to pull our large > > information dumps into a forwards compatible, parse-able fil

Re: [Intel-gfx] [PATCH] lib: Add a YAML emitter

2020-02-13 Thread Jani Nikula
On Thu, 13 Feb 2020, Chris Wilson wrote: > Provide a library to generate correct YAML for use in structured debugfs > or similar information dumps. This will be useful to pull our large > information dumps into a forwards compatible, parse-able file-format by > forcing some structure upon ourselve

[Intel-gfx] [PATCH] lib: Add a YAML emitter

2020-02-13 Thread Chris Wilson
Provide a library to generate correct YAML for use in structured debugfs or similar information dumps. This will be useful to pull our large information dumps into a forwards compatible, parse-able file-format by forcing some structure upon ourselves! Originally from https://github.com/yaml/libyam