* Sasha Levin <[email protected]> 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to