Re: [PATCH v2 7/7] perf: integrate liblockdep support into perf

From: Ingo Molnar
Date: Sun Feb 03 2013 - 06:05:47 EST



* Sasha Levin <sasha.levin@xxxxxxxxxx> wrote:

> liblockdep is simply userspace lockdep. We can use that to analyze and
> verify the locking in perf.
>
> Usage is simple, to compile perf with liblockdep all that's needed it:
>
> make LIBLOCK=[path to liblockdep]

Nice idea.

I'd suggest to link it in directly, like we link in
libtraceevents.

Then it could be built via something like:

make LOCKDEP=1

or so.

Thanks,

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