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
2021-01-16Support queuing serial items with callstack.Bartosz Taudul
2021-01-15Rename CallstackMemory to CallstackSerial.Bartosz Taudul
2021-01-15Add transient OpenGL zones.Bartosz Taudul
2020-12-27Mark rprealloc as a part of Tracy API.Bartosz Taudul
2020-12-26Expose rpmalloc init/finalize functions.Bartosz Taudul
2020-12-26Add missing include.Bartosz Taudul
2020-12-21Manually initialize GUID structs.Bartosz Taudul
2020-12-21Check return value of EnableTraceEx2().Bartosz Taudul
2020-12-16Broadcast to localhost if listening only on localhost.Bartosz Taudul
2020-12-08Fix switch for memory free.AWoloszyn
2020-11-27Adding ZoneColor to set a dynamic color override to an existing zone.Ben Vanik
2020-11-26Fix shutdown with TRACY_NO_EXIT=1 on Android. (#134)bjacob
2020-11-23fix condition in LookUpMapping, and some cosmetic fixesBenoit Jacob
2020-11-22remove some useless inline keywordsBenoit Jacob
2020-11-21Ensure that mappings have read permission before decoding symbols and reading...bjacob
2020-11-19Merge pull request #128 from philix/int_fixesBartosz Taudul
2020-11-19Fix integer type warningsFelipe Oliveira Carvalho
2020-11-19Improve parsing of kernel tracing data.Bartosz Taudul
2020-11-17Fix sampling on Android with default `su` command. (#123)bjacob
2020-11-15Support memory pools in the C API.Bartosz Taudul
2020-11-06Allow disabling call stack sampling.Bartosz Taudul
2020-11-06Allow disabling context switch tracing.Bartosz Taudul
2020-11-06Allow disabling vsync capture.Bartosz Taudul
2020-10-30Remove trailing whitespace.Bartosz Taudul
2020-10-30Remove pre-C++11 compat macros from concurrentqueue.Bartosz Taudul
2020-10-28Add support for user-provided dbghelp locks.Bartosz Taudul
2020-10-06Test whole call stack for non-canonical pointers.Bartosz Taudul
2020-10-02Remove non-canonical pointer at the end of sampled stack.Bartosz Taudul
2020-09-29Send callstacks before sending events they belong to.Bartosz Taudul
2020-09-29Get LFQ item before capturing callstack.Bartosz Taudul
2020-09-24Prevent move and copy of ScopedZone.Bartosz Taudul
2020-09-24Add support for custom allocator tracking to client.Bartosz Taudul
2020-09-20Notify servers that client is no longer listening for connections.Bartosz Taudul
2020-09-20Send signed active time in broadcast message.Bartosz Taudul
2020-09-20There's no QPC on non-windows systems.Bartosz Taudul
2020-09-15Don't set sample_max_stack with kernel headers < 4.8.Bartosz Taudul
2020-09-15Remove unnecessary defines in concurrentqueueNiclas Olmenius
2020-09-06Don't use EVENT_FILTER_EVENT_ID, etc with SDK < Win 8.1.Bartosz Taudul
2020-09-06Remove unused variable.Bartosz Taudul
2020-08-28Don't handle crashes, if there's no connection.Bartosz Taudul
2020-08-20Don't alias struct names in client and server.Bartosz Taudul
2020-08-18Don't operate on reference.Bartosz Taudul
2020-08-18Don't use image name as a replacement for source file.Bartosz Taudul
2020-08-18Small speedup for ReadNumber().Bartosz Taudul
2020-08-18Use memchr() to find newline in memory block.Bartosz Taudul
2020-08-16Extend ScopedZone to allow allocated srcloc construction.Bartosz Taudul
2020-08-16Allow disabling code transfer.Bartosz Taudul
2020-08-15No need to store two same pointers.Bartosz Taudul
2020-08-15RingBuffer has const size, so use template.Bartosz Taudul
2020-08-13Tune number of ETW kernel buffers.Bartosz Taudul