diff --git a/tracetools_test/tracetools_test/case.py b/tracetools_test/tracetools_test/case.py index f783c4e..9ea38f6 100644 --- a/tracetools_test/tracetools_test/case.py +++ b/tracetools_test/tracetools_test/case.py @@ -309,6 +309,9 @@ class TraceTestCase(unittest.TestCase): """ Get all events with the given procname. + Note: the given procname value will be truncated to the same max length as the procname + field. + :param procname: the procname :param events: the events to check (or `None` to check all events) :return: the events with the given procname