diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-12-11 11:33:30 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-03-24 08:32:17 -0400 | 
| commit | 5163a1c5601e8ab41c6b66fcfa87d17fd309fed2 (patch) | |
| tree | e45dfd2208c0ad24788d3e6f982cdcb8945f9152 /python/xrelfo.py | |
| parent | 3905fb7393e2f35df00fa5e1fa3165d6055d4436 (diff) | |
lib: convert xref_threadsched to xref_eventsched
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'python/xrelfo.py')
| -rw-r--r-- | python/xrelfo.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/python/xrelfo.py b/python/xrelfo.py index 4c956ca6ac..a40b19e5fb 100644 --- a/python/xrelfo.py +++ b/python/xrelfo.py @@ -40,7 +40,7 @@ tool available) could not be found.  It should be included with the sources.  # constants, need to be kept in sync manually... -XREFT_THREADSCHED = 0x100 +XREFT_EVENTSCHED = 0x100  XREFT_LOGMSG = 0x200  XREFT_DEFUN = 0x300  XREFT_INSTALL_ELEMENT = 0x301 @@ -110,7 +110,7 @@ class XrefThreadSched(ELFDissectStruct, XrelfoJson):      struct = "xref_threadsched" -Xref.containers[XREFT_THREADSCHED] = XrefThreadSched +Xref.containers[XREFT_EVENTSCHED] = XrefThreadSched  class XrefLogmsg(ELFDissectStruct, XrelfoJson):  | 
