Home
last modified time | relevance | path

Searched refs:EVENT_FL_FAILED (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c1974 event->flags |= EVENT_FL_FAILED; in process_op()
2053 event->flags |= EVENT_FL_FAILED; in process_op()
4828 if (event->flags & EVENT_FL_FAILED) { in pretty_print()
4889 event->flags |= EVENT_FL_FAILED; in pretty_print()
4936 event->flags |= EVENT_FL_FAILED; in pretty_print()
4946 event->flags |= EVENT_FL_FAILED; in pretty_print()
5012 event->flags |= EVENT_FL_FAILED; in pretty_print()
5018 event->flags |= EVENT_FL_FAILED; in pretty_print()
5028 event->flags |= EVENT_FL_FAILED; in pretty_print()
5053 if (event->flags & EVENT_FL_FAILED) { in pretty_print()
[all …]
Devent-parse.h345 EVENT_FL_FAILED = 0x80000000 enumerator