1
0
Fork 0
alistair23-linux/tools/perf/scripts/python
Taeung Song b416e204f8 perf python scripting: Append examples to err msg about audit-libs-python
To print syscall names, the audit-libs-python package is required.. If
not installed, it prints this error string:

    # perf script syscall-counts
    Install the audit-libs-python package to get syscall names.

But the package name is different in Ubuntu, mention that in the error
message, similar to a error message of util/trace-event-scripting.c:

    # perf script syscall-counts
    Install the audit-libs-python package to get syscall names.
    For example:
      # apt-get install python-audit (Ubuntu)
      # yum install audit-libs-python (Fedora)
      etc.

Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1455018790-13425-1-git-send-email-treeze.taeung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2016-02-12 11:30:27 -03:00
..
Perf-Trace-Util perf python scripting: Append examples to err msg about audit-libs-python 2016-02-12 11:30:27 -03:00
bin perf scripts python: Add new compaction-times script 2015-08-28 14:53:40 -03:00
call-graph-from-postgresql.py perf tools: Add example call-graph script 2015-08-21 12:32:40 -03:00
check-perf-trace.py perf script: Add callchain to generic and tracepoint events 2014-07-16 17:57:33 -03:00
compaction-times.py perf scripts python: Add new compaction-times script 2015-08-28 14:53:40 -03:00
event_analyzing_sample.py perf script python: Correct handler check and spelling errors 2012-08-09 13:26:19 -03:00
export-to-postgresql.py perf tools: Add more documentation to export-to-postgresql.py script 2015-09-28 16:53:07 -03:00
failed-syscalls-by-pid.py perf script: Add callchain to generic and tracepoint events 2014-07-16 17:57:33 -03:00
futex-contention.py perf script: Add callchain to generic and tracepoint events 2014-07-16 17:57:33 -03:00
net_dropmonitor.py perf script: Add callchain to generic and tracepoint events 2014-07-16 17:57:33 -03:00
netdev-times.py perf script: Add callchain to generic and tracepoint events 2014-07-16 17:57:33 -03:00
sched-migration.py perf script: Add callchain to generic and tracepoint events 2014-07-16 17:57:33 -03:00
sctop.py perf script: Add callchain to generic and tracepoint events 2014-07-16 17:57:33 -03:00
stat-cpi.py perf script: Add stat-cpi.py script 2016-01-06 20:11:16 -03:00
syscall-counts-by-pid.py perf script: Add callchain to generic and tracepoint events 2014-07-16 17:57:33 -03:00
syscall-counts.py perf script: Add callchain to generic and tracepoint events 2014-07-16 17:57:33 -03:00