Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Expand)Author
2022-11-10Remove semicolons from lockable macros.Bartosz Taudul
2022-11-09Always provide Callstack() implementation, even if dummy.Bartosz Taudul
2022-11-03Merge pull request #488 from xxxbxxx/masterBartosz Taudul
2022-11-03Signals are only set if TRACY_NO_CRASH_HANDLER is not defined.Bartosz Taudul
2022-11-03Added typed plots variants to the C APIxxxbxxx
2022-10-28Override dlclose() to do nothing.Bartosz Taudul
2022-10-28Don't read payload.extra, if not needed.Bartosz Taudul
2022-10-27Release 0.9.0.v0.9Bartosz Taudul
2022-10-27Add compatibility with previous broadcast versions.Bartosz Taudul
2022-10-13Make sure source file data is properly tracked.Bartosz Taudul
2022-10-13Decouple source code retrieval from the profiler thread.Bartosz Taudul
2022-10-13Handle symbol thread crashes.Bartosz Taudul
2022-10-13Initialize rpmalloc properly in symbol worker.Bartosz Taudul
2022-10-12Increase extra data in SymbolQueueItem to 64 bit.Bartosz Taudul
2022-10-12Fix preprocesor condition.Bartosz Taudul
2022-10-12s_symbolTid is only available if crash handler is there.Bartosz Taudul
2022-10-12Cleanup.Bartosz Taudul
2022-10-12Remove locationCodeAddressList map from Worker.Bartosz Taudul
2022-10-11Remove CodeLocation query and CodeInformation response.Bartosz Taudul
2022-10-09Include PID in broadcast message.Bartosz Taudul
2022-10-08Ditto on windows.Bartosz Taudul
2022-10-08Do not freeze symbol thread.Bartosz Taudul
2022-10-08__GNUC__ version checks are not valid on clang.Bartosz Taudul
2022-10-08Include gcc patchlevel in compiler version report.Bartosz Taudul
2022-10-08Use dladdr, not libbacktrace in fast callstack decode path.Bartosz Taudul
2022-10-04Increase possible inline stack size to 64 elements.Bartosz Taudul
2022-09-15Merge pull request #468 from sherief/exception-handler-fixBartosz Taudul
2022-09-13Make symbol thread exit status more robust.Bartosz Taudul
2022-09-11Check for macro existence before checking its value.Bartosz Taudul
2022-09-11Windows exception handler allows other handlers to be called.Sherief Farouk
2022-09-09Added gpu zone begin non-alloc and callstack variants to the C APIPilzschaf
2022-09-09Fix indentationPilzschaf
2022-09-09Added gpu calibration to the C APIPilzschaf
2022-09-02Normalize symbol paths on libbacktrace systems.Bartosz Taudul
2022-09-02Add path normalization function.Bartosz Taudul
2022-08-31Fix cpuid symbol redefinition on older GCC versionsRobert Adam
2022-08-27Move TracyVersion.hpp to common.Bartosz Taudul
2022-08-26A bit more consistent usage of atomichulakdar
2022-08-26Fix d3d12 gpu zones for multithreaded usehulakdar
2022-08-26Add user data pointer to parameter callback.Bartosz Taudul
2022-08-18Keep a list of buffers left to handle.Bartosz Taudul
2022-08-18Add include for cpuid.Bartosz Taudul
2022-08-18Load globals to local variables.Bartosz Taudul
2022-08-17Expose source callback registering through a macro.Bartosz Taudul
2022-08-17Use source contents callback.Bartosz Taudul
2022-08-17Add source contents callback setup.Bartosz Taudul
2022-08-17Resolve relative file names to absolute ones.Bartosz Taudul
2022-08-16Log invalid debuginfod queries.Bartosz Taudul
2022-08-16Add debug logging for debuginfod queries.Bartosz Taudul
2022-08-16Bump LZ4 to 1.9.4.Bartosz Taudul