commit | ffc69f77ee55c9c4912e24aba0471d886ad94cff | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Tue Oct 25 15:27:17 2022 -0700 |
committer | Namhyung Kim <namhyung@kernel.org> | Mon Dec 12 13:44:56 2022 -0800 |
tree | b2194a76ea49afbf36db03d07c27be169ca0b9af | |
parent | a111305a53358f9960b73a48495461a3ccb33007 [diff] |
perf tools: Call mutex/condvar functions when multi-threaded only It's meaningless to use mutex/condvar when it's single threaded. Signed-off-by: Namhyung Kim <namhyung@kernel.org>