Add note about procname getting truncated in get_events_with_procname()
This commit is contained in:
parent
5b5731dc84
commit
40ebb9d09a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue