summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Herbst <kherbst@redhat.com>2020-08-01 23:52:06 +0200
committerKarol Herbst <kherbst@redhat.com>2020-08-01 23:52:06 +0200
commit666c096da649eb3514a970ac413c448d2d69ae55 (patch)
treedeed573eb0433920e6ee966f78d1f7f63529c596
parentb9da6435091b539e0532bc39d2bb414d62097b10 (diff)
nv-report: add ugpr attribute
-rwxr-xr-xnv-report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nv-report.py b/nv-report.py
index a48f466..d44bec3 100755
--- a/nv-report.py
+++ b/nv-report.py
@@ -14,7 +14,7 @@ from __future__ import print_function
import re
import sys
-attrs = ("inst", "gpr", "local", "shared", "bytes")
+attrs = ("inst", "gpr", "ugpr", "local", "shared", "bytes")
def getgroupvalue(m, groupname):
if not m[groupname]: