Re: [PATCH 2/8] tools/lib/traceevent: Add counter to track parsing failures

2019-03-26 Thread Steven Rostedt
On Tue, 26 Mar 2019 17:43:22 +0200 Tzvetomir Stoyanov wrote: > This patch adds a parsing failures counter to struct tep_handle. The counter > can > be used to track failures on parsing event format files. It is updated > automatically by tep_parse_event(), when failure is detected. The patch

[PATCH 2/8] tools/lib/traceevent: Add counter to track parsing failures

2019-03-26 Thread Tzvetomir Stoyanov
This patch adds a parsing failures counter to struct tep_handle. The counter can be used to track failures on parsing event format files. It is updated automatically by tep_parse_event(), when failure is detected. The patch also adds two new APIs for accessing the counter: