| 664 | } |
| 665 | |
| 666 | ByteBuf format_timeline_domain_csv(const Engine& eng, const std::string& domain) { |
| 667 | auto out = render_timeline_csv(filter_domain(eng.timeline(), domain)); |
| 668 | return ByteBuf(out.begin(), out.end()); |
| 669 | } |
| 670 | |
| 671 | } // namespace lmpfs::linux |
no test coverage detected