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]
Message-ID: <20090828012530.GA6018@nowhere>
Date:	Fri, 28 Aug 2009 03:25:31 +0200
From:	Frederic Weisbecker <fweisbec@...il.com>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Arnaldo Carvalho de Melo <acme@...hat.com>,
	Steven Rostedt <rostedt@...dmis.org>
Subject: Re: [PATCH] perf tools: Only save the event formats we need

On Fri, Aug 28, 2009 at 03:09:58AM +0200, Frederic Weisbecker wrote:
> While opening a trace event counter, every events are saved in the
> trace.info file. But we only want to save the specifications of the
> events we are using.



I must confess I haven't done that because I care much about the amount
of saved format, you can also beat me because this patch regress perf trace
in that it won't support the trace appending mode anymore (for now).

That said, tracing/events/*/*/format is full of non trivial cases.
perf trace was failing because it can't yet handle scalar dereference
in the format arguments (since the recent sys_enter tracepoint add).

So what I plan toward this patch is to start iterating on trivial
cases and make them work well without beeing annoyed by format fetching
that are not supported yet.

--
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