Results 261 comments of Bartosz Taudul

Zones (regions) are a representation of C scopes in threads. As such, it is not possible for a zone parent to end before its children. If you want something that...

What you describe sounds like a good fit for fibers. The "fibers" name might be a bit confusing, but it is just a name. The feature was done to handle...

If I would want to put these regions next to each other, like for example the CPU context switches are currently visible, the problem would be that with a generic...

The only way I can reproduce this is by having outdated `dsymutil` symbols. Otherwise can't repro.

I tested with the `test` application, replacing everything in `main` with a busy loop. Do you have a test case?

The example you have provided is not self-contained.

And why should Windows dependencies be added to Linux builds?

Wine does not implement all the functionality required by Tracy, and consequently the profiling does not work. The more important matter is, how will these changes work when you are...

Is there a reason why this is still open? So far none of my questions have been answered.

This is not related to the currently running kernel. You need to have proper headers available in your system. `PERF_FLAG_FD_CLOEXEC (since Linux 3.14)` 3.14 was released in 2014. Please seek...