Add note about procname getting truncated in get_events_with_procname()

This commit is contained in:
Christophe Bedard 2019-11-16 15:18:00 -08:00
parent 5b5731dc84
commit 40ebb9d09a

View file

@ -309,6 +309,9 @@ class TraceTestCase(unittest.TestCase):
""" """
Get all events with the given procname. 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 procname: the procname
:param events: the events to check (or `None` to check all events) :param events: the events to check (or `None` to check all events)
:return: the events with the given procname :return: the events with the given procname