commit | 680ed5f28b1df818078ddca2211beac6aaea48a0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 13 15:59:39 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 14 10:38:03 2022 +0200 |
tree | 1124bab8dde914668579d58da562a2cfe9a9ac4c | |
parent | 040955fb39f8df183adda6fa19761a1ede36f624 [diff] |
MINOR: task: move profiling bit to per-thread Instead of having a global mask of all the profiled threads, let's have one flag per thread in each thread's flags. They are never accessed more than one at a time an are better located inside the threads' contexts for both performance and scalability.