diff options
author | Ingo Molnar <mingo@kernel.org> | 2016-03-21 05:47:40 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-03-21 05:47:40 -0400 |
commit | 42e405f7b1d252c90a2468dd2140f47b8142b7a0 (patch) | |
tree | baeda52d8726fe694d3344a0d0fda1dadc30a901 /tools/perf/scripts/python | |
parent | e9532e69b8d1d1284e8ecf8d2586de34aec61244 (diff) | |
parent | 710d60cbf1b312a8075a2158cbfbbd9c66132dcc (diff) |
Merge branch 'linus' into sched/urgent, to pick up dependencies
Signed-off-by: Ingo Molnar <mingo@kernel.org>
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: |