lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 30 Nov 2009 09:19:51 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Tom Zanussi <tzanussi@...il.com>
Cc:	linux-kernel@...r.kernel.org, fweisbec@...il.com,
	rostedt@...dmis.org, anton@...ba.org, hch@...radead.org,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Arnaldo Carvalho de Melo <acme@...hat.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	Arjan van de Ven <arjan@...radead.org>
Subject: Re: [PATCH 0/4] Fixes for perf/scripting


* Tom Zanussi <tzanussi@...il.com> wrote:

> Tom Zanussi (4):
>   perf trace/scripting: silence PERL_EMBED_* backtick errors
>   perf trace/scripting: ignore shadowed variable warning for
>     perf-trace-perl.c
>   perf trace/scripting: fix Perl common_* access functions
>   perf trace/scripting: Add Fedora libperl install note to doc
> 
>  tools/perf/Makefile                                |    6 ++--
>  tools/perf/scripts/perl/Perf-Trace-Util/Context.c  |   30 ++++++++++----------
>  tools/perf/scripts/perl/Perf-Trace-Util/Context.xs |    6 ++--
>  tools/perf/scripts/perl/Perf-Trace-Util/README     |    4 +-
>  tools/perf/util/trace-event-perl.c                 |   10 ++++--
>  tools/perf/util/trace-event-perl.h                 |    6 ++--
>  6 files changed, 32 insertions(+), 30 deletions(-)

Applied, thanks Tom!

I tried a few simple things and it worked fine, so i put it into the 
permanent perf/scripting branch. I think this looks like a nice feature: 
a perfect fit to do rapid prototyping of tracing applets. (or just to 
use it for ad-hoc, programming based analysis of tracing data)

There's a few odd ends to 'perf trace' usability we need to fix before 
this can be merged into perf/core. For example if libperl isnt 
installed, 'perf trace' emits this warning:

 Perl scripting not supported.  Install libperl and rebuild perf to 
 enable it.  e.g. apt-get install libperl-dev (ubuntu), yum install 
 perl-ExtUtils-Embed (Fedora), etc.

We should only emit that if -g or -s is used - it's a nuisance in the 
other cases. Most distributions dont have libperl installed by default.

Also, a few simple examples and some heads-up about the power of 
scripting should be put into Documentation/perf-trace.txt as well. 
Something minimal - and it can include a Perl example as well. Some 
practical version of perl/Perf-Trace-Util/README or so. We want curious 
people who know Perl and try 'perf trace --help' to have some minimal 
entry vector into this space.

A third question is - right now we install the sample Perl scripts on 
'make install', but there's no mechanism to see the scripts that are 
available. 'perf trace -l/--list' might be useful?

I.e. the whole pathway of random perf users coming in and starting to 
use the script engine 'spontaneusly' and 'intuitively' is not yet 
thought through - the capabilities are hidden too much.

Thanks,

	Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ