diff options
author | 2016-04-25 15:44:01 +0200 | |
---|---|---|
committer | 2016-04-25 15:44:01 +0200 | |
commit | 1cbc99dfe5d7d686fd022647f4e489b5eb8e9068 (patch) | |
tree | 735e0254f6f491442d75e683eb9eb3c7ac685111 /tools/perf/scripts/python | |
parent | Revert "cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERIODIC" (diff) | |
parent | cpufreq: ACPI: Remove freq_table from acpi_cpufreq_data (diff) | |
download | wireguard-linux-1cbc99dfe5d7d686fd022647f4e489b5eb8e9068.tar.xz wireguard-linux-1cbc99dfe5d7d686fd022647f4e489b5eb8e9068.zip |
Merge back cpufreq changes for v4.7.
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: except: if not audit_package_warned: audit_package_warned = True - print "Install the audit-libs-python package to get syscall names" + print "Install the audit-libs-python package to get syscall names.\n" \ + "For example:\n # apt-get install python-audit (Ubuntu)" \ + "\n # yum install audit-libs-python (Fedora)" \ + "\n etc.\n" def syscall_name(id): try: |