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/client
AgeCommit message (Expand)Author
2022-04-05-Set thread init false on thread exit for manual lifetime casesBlake Taylor
2022-04-04Check if ring buffer was properly mapped.Bartosz Taudul
2022-04-01Revert "Backport SPSCQueue commit 3086fa9."Bartosz Taudul
2022-03-24set s_numCpus before reading itBenoit Jacob
2022-03-18Backport SPSCQueue commit 3086fa9.Bartosz Taudul
2022-03-18Apply SPSCQueue commit 62cdc1f3.Bartosz Taudul
2022-03-11Define ___tracy_demangle on Android.Bartosz Taudul
2022-03-10Fix compilation on MSVC 2015.Bartosz Taudul
2022-02-28program_invocation_short_name is Linux-specificDave Rigby
2022-02-22Allow disabling callstack handling.Bartosz Taudul
2022-02-21Merge pull request #325 from BrychDaneel/automatic_timer_fallbackBartosz Taudul
2022-02-19Codestyle fixesDaniil Brychikov
2022-02-16Automatic timer fallbackDaniil Brychikov
2022-02-15prev_state is long.Bartosz Taudul
2022-02-14Check if memory can be allocated in a thread.Bartosz Taudul
2022-02-14Add rpmalloc thread state accessor.Bartosz Taudul
2022-02-14Keep track of rpmalloc thread shutdown state.Bartosz Taudul
2022-02-11Fix indentationBalazs Kovacsics
2022-02-10Move TRACY_UWP define to own headerBalazs Kovacsics
2022-02-10Fix compiling TracyClient.cpp on UWP with defined TRACY_ENABLEBalazs Kovacsics
2022-01-31Don't process ring buffers when not connected in on-demand mode.Bartosz Taudul
2022-01-26Fix potentially unitialized value warninghulakdar
2022-01-26Silence padding warnings, as this is intended behaviourhulakdar
2022-01-05Cast GetProcAddress() ptr to const void*.Bartosz Taudul
2022-01-01Call RtlWalkFrameChain directly from inlined function.Bartosz Taudul
2021-12-22Add custom demangler interface.Bartosz Taudul
2021-12-22Merge pull request #294 from Lectem/symbols_post_initBartosz Taudul
2021-12-22Do not bail-out on software sampling failure.Bartosz Taudul
2021-12-21/sys/kernel/debug/tracing/... files are accessible on android.Bartosz Taudul
2021-12-21Replace getline().Bartosz Taudul
2021-12-21Keep ring buffer size unsigned.Bartosz Taudul
2021-12-21Android libstdc++ is really stupid, it seems.Bartosz Taudul
2021-12-21Make ring buffer size adjustable.Bartosz Taudul
2021-12-21Separate message type for context switch callstack samples.Bartosz Taudul
2021-12-21Collect context switch callstack on Linux.Bartosz Taudul
2021-12-21Move Linux calltrace processing to a separate function.Bartosz Taudul
2021-12-21Implement checking if any TID is within current process.Bartosz Taudul
2021-12-21Increase ring buffer size.Bartosz Taudul
2021-12-12Rename GetModuleName and call it before sym* useLectem
2021-12-08Call SymLoadModuleEx for modules loaded after initLectem
2021-12-05Use perf_event_open for context switch tracking.Bartosz Taudul
2021-12-05Optional CPU idx storage in RingBuffer.Bartosz Taudul
2021-12-05Proper mmap failure detection.Bartosz Taudul
2021-12-05Don't identify samples if there will be no context switches.Bartosz Taudul
2021-12-04Added IsConnected C API EquivalentNathan Day
2021-12-04Add IdentifySamples flag to the protocol.Bartosz Taudul
2021-12-04Silence compiler warnings.Bartosz Taudul
2021-12-02Don't require time to be available for samples.Bartosz Taudul
2021-12-02Display sampling disabled message on debug log channel.Bartosz Taudul
2021-11-27Add fibers to TracyC.hslembcke