diff options
| author | Mark Brown <broonie@kernel.org> | 2016-05-03 10:09:56 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2016-05-03 10:09:56 -0400 |
| commit | bc0868c62bb13834b20a864f684cced1f84a2412 (patch) | |
| tree | 2c382dcd24ac95f4dbf53d238d3161d6171d8a4b /tools/perf/scripts/python | |
| parent | fd786fb0276a22155058018f76eb4c665d37f170 (diff) | |
| parent | 8c12ad8e916ee0477f7a0a0f00b0a87b9a21ebf7 (diff) | |
Merge branch 'for-4.7/pwm-regulator' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm into regulator-pwm
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: |
