Message ID | 20210823095618.138887-1-y.karadz@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | libtraceevent: Optimize the print of tep fields | expand |
On Mon, 23 Aug 2021 12:56:14 +0300 "Yordan Karadzhov (VMware)" <y.karadz@gmail.com> wrote: > Yordan Karadzhov (VMware) (4): > libtraceevent: Improve tep_print_field() > libtraceevent: Optimize tep_print_fields() I accepted the first two patches. I had a comment for the one below. -- Steve > libtraceevent: Add APIs for printing the fields of a record > libtraceevent: Add documentation for the new printing APIs > > Documentation/libtraceevent-field_print.txt | 11 +- > Documentation/libtraceevent.txt | 2 + > src/event-parse.c | 184 ++++++++++++++++---- > src/event-parse.h | 7 + > 4 files changed, 170 insertions(+), 34 deletions(-) >