From: Soeren Sandmann on
Sysprof 1.1.2 is now available. This is a development release leading
up to a stable 1.2.0 release.

Sysprof is a sampling system-wide CPU profiler for Linux. This
version is based on the perf counter interface in 2.6.31 kernels and
will not work with earlier kernels.

Major new features since version 1.0:

* Commandline interface, [Lorenzo Colitti]

* Stacktraces for both kernel and userspace

* More accurate accounting when processes rapidly appear or
disappear.

* Profiles can be cutted and pasted

* Improved performance


Version 1.1.2 is a development release. Please report bugs to
sandmann(a)daimi.au.dk.


Download:

http://www.daimi.au.dk/~sandmann/sysprof/sysprof-1.1.2.tar.gz


Git:

git://git.gnome.org/sysprof



Thanks,
Soren
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Christoph Hellwig on
On Sat, Sep 26, 2009 at 05:46:23PM +0200, Soeren Sandmann wrote:
> Sysprof 1.1.2 is now available. This is a development release leading
> up to a stable 1.2.0 release.
>
> Sysprof is a sampling system-wide CPU profiler for Linux. This
> version is based on the perf counter interface in 2.6.31 kernels and
> will not work with earlier kernels.

Btw, what is the plan for the sysprof ftrace plugin? In general we move
away from ftrace plugins towards trace events and perf, and if I
remember correctly ftrace file format changes caused enough pain for
sysprof that it kept shipping it's old hacky kernel module.

Is it time to deprectate the sysprof ftrace plugin?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Christoph Hellwig on
On Tue, Oct 13, 2009 at 10:13:54PM +0200, Soeren Sandmann wrote:
> > > Is it time to deprectate the sysprof ftrace plugin?
> >
> > Yes - but it's minimal maintenance overhead so we want to keep it for
> > kernel release or two, to sunset it properly.
>
> Makes sense to me.

Will either of you prepare an officially deprecation statement?

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