From: 'Arnaldo Carvalho de Melo' [mailto:a...@kernel.org] > >But this requires having these special refcnt__ routines, that will make >tools/perf/ code patterns for reference counts look different that the >refcount patterns in the kernel :-\
BTW, I think even without the refcnt debugger, we'd better introduce this kind API to unify the refcnt operation in perf code. As I said, we have many miscodings on current implementation. Unifying the API can enforce developers to avoid such miscodings. Thank you,