diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-06-18 20:25:08 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-06-18 20:25:08 -0400 |
| commit | 6ea24cf79e055f0a62a64baa8587e2254a493c7b (patch) | |
| tree | c5cd6113ed93854b1bc30cd471c366f080c4be2f /tools/perf/scripts/python | |
| parent | 540c26087bfbad6ea72758b76b16ae6282a73fea (diff) | |
| parent | 488326947cd1f038da8d2c9068a0d07b913b7983 (diff) | |
Merge branch 'cec-defines' into for-linus
Let's bring in HDMI CEC defines to ease merging CEC support in the next
merge window.
Diffstat (limited to 'tools/perf/scripts/python')
| -rw-r--r-- | tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py b/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py index 15c8400240fd..1d95009592eb 100644 --- a/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py +++ b/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |||
| @@ -71,7 +71,10 @@ try: | |||
| 71 | except: | 71 | except: |
| 72 | if not audit_package_warned: | 72 | if not audit_package_warned: |
| 73 | audit_package_warned = True | 73 | audit_package_warned = True |
| 74 | print "Install the audit-libs-python package to get syscall names" | 74 | print "Install the audit-libs-python package to get syscall names.\n" \ |
| 75 | "For example:\n # apt-get install python-audit (Ubuntu)" \ | ||
| 76 | "\n # yum install audit-libs-python (Fedora)" \ | ||
| 77 | "\n etc.\n" | ||
| 75 | 78 | ||
| 76 | def syscall_name(id): | 79 | def syscall_name(id): |
| 77 | try: | 80 | try: |
