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
AgeCommit message (Expand)Author
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-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-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-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-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-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-17Use source contents callback.Bartosz Taudul
2022-08-17Add source contents callback setup.Bartosz Taudul
2022-08-16Log invalid debuginfod queries.Bartosz Taudul
2022-08-16Add debug logging for debuginfod queries.Bartosz Taudul
2022-08-16Move initialization of callstack structs to a thread.Bartosz Taudul
2022-08-13Properly terminate CPU model string.Bartosz Taudul
2022-08-08Decouple rpmalloc usage from TRACY_ENABLE flag.Bartosz Taudul
2022-07-30Fix typo.Bartosz Taudul
2022-07-30Add support for Vsync capture on Linux.Bartosz Taudul
2022-07-30Emit dedicated Vsync frame messages.Bartosz Taudul
2022-07-30Fix call to rpmalloc_thread_finalize in manual lifetime use-case.Bartosz Taudul
2022-07-30Compatibility fixes for rpmalloc.Bartosz Taudul
2022-07-30Disable auto-cleanup in rpmalloc.Bartosz Taudul
2022-07-30Update rpmalloc to 1.4.4.Bartosz Taudul
2022-07-24Allow setting plot color in the configuration message.Bartosz Taudul
2022-07-24Add step and fill parameters to plot configuration.Bartosz Taudul