Commit Graph

  • 6ccad8a94d Generic thread id naming in crash callstack attachments. Bartosz Taudul 2026-04-30 12:48:58 +02:00
  • f0df6112dc Move callstack summary in callstack window to its own line. Bartosz Taudul 2026-04-30 12:45:59 +02:00
  • 170b0b4edf More compact listing format. Bartosz Taudul 2026-04-30 12:19:13 +02:00
  • 39cd16a92b Move specialized LLM skills out of the system prompt. Bartosz Taudul 2026-04-30 02:41:48 +02:00
  • eaf66e7af9 Cleanup. Bartosz Taudul 2026-04-28 00:27:27 +02:00
  • ab75aeeac9 Add section headers to the in-program user manual. Bartosz Taudul 2026-04-27 23:32:34 +02:00
  • 4fe2949033 Instruct LLM how to provide user manual links. Bartosz Taudul 2026-04-27 23:21:49 +02:00
  • ac20896f57 Add links to manual search results. Bartosz Taudul 2026-04-27 23:15:52 +02:00
  • afddce2538 Implement going to manual link. Bartosz Taudul 2026-04-27 23:05:43 +02:00
  • 14aa5dafe5 Add manual section link tooltips. Bartosz Taudul 2026-04-27 22:47:10 +02:00
  • 4d62b3a573 Move view and worker checks to initial isSource check. Bartosz Taudul 2026-04-27 22:46:35 +02:00
  • d4241d987d Pass view, worker to user manual markdown renderer. Bartosz Taudul 2026-04-27 22:23:08 +02:00
  • 04d30fb487 Add manual chunk retrieval function. Bartosz Taudul 2026-04-27 22:20:58 +02:00
  • d653e984b5 Really fix first-word-continuation word wrap. Bartosz Taudul 2026-04-26 00:29:04 +02:00
  • afe51ec5f3 Merge pull request #1348 from Casqade/fix-multiline-messages-tooltips Bartosz Taudul 2026-04-25 18:54:24 +02:00
  • 29d21fe1f7 Show tooltips for multiline messages casqade 2026-04-25 17:27:13 +03:00
  • 43643ba0b6 Update NEWS. Bartosz Taudul 2026-04-25 13:08:01 +02:00
  • efb1973210 Dim out external frames in callstack tooltips. Bartosz Taudul 2026-04-25 13:04:49 +02:00
  • 0bd56feb2d Only reset start time when role changes to non-assistant. Bartosz Taudul 2026-04-25 12:49:44 +02:00
  • 83a31730ce Reply timing logic is only relevant for assistant replies. Bartosz Taudul 2026-04-25 12:49:10 +02:00
  • 5f7a36cf44 Do not assert on early TracyDebug calls. Bartosz Taudul 2026-04-24 21:26:39 +02:00
  • 46bccd9a92 Refresh external image cache on symbolization misses. Bartosz Taudul 2026-04-24 21:04:42 +02:00
  • 7448c0fbe1 Cover all target threads in tracy-monitor. Bartosz Taudul 2026-04-24 21:04:33 +02:00
  • 2755166543 Flush stdout before perf preflight, so it's printed before stderr. Bartosz Taudul 2026-04-24 21:10:11 +02:00
  • cbfa625fb9 Harden tracy-monitor startup and shutdown paths. Bartosz Taudul 2026-04-24 20:13:57 +02:00
  • 23930e998b Display label with assistant model name and reply duration for each message. Bartosz Taudul 2026-04-24 19:53:45 +02:00
  • 9b708c433f Store model and response time for assistant messages. Bartosz Taudul 2026-04-24 18:15:49 +02:00
  • 2c6adfb416 Regenerate markdown manual. Bartosz Taudul 2026-04-23 00:28:59 +02:00
  • bde6e06cd7 Update manual. Bartosz Taudul 2026-04-23 00:17:47 +02:00
  • 4022494934 Update NEWS. Bartosz Taudul 2026-04-22 22:07:39 +02:00
  • 68ee8704d2 Merge pull request #1335 from siliceum/feature/check-macros-mismatch Bartosz Taudul 2026-04-21 18:12:32 +02:00
  • 8d9a8494b8 Merge pull request #1344 from siliceum/fix/etw-compat Bartosz Taudul 2026-04-21 18:11:01 +02:00
  • c1ab158f6c Update manual with mismatch detection info Clément Grégoire 2026-04-21 13:51:24 +02:00
  • ca076b4a60 Add TracyMangle.hpp file to centralize config name mangling Clément Grégoire 2026-04-15 13:37:31 +02:00
  • a4f245550b Macro incompatibility experiment Clément Grégoire 2026-04-14 14:23:21 +02:00
  • 1711d024dd Fix TracyETW_compat.h structs and values based on docs Clément Grégoire 2026-04-21 13:20:48 +02:00
  • 217bdcf5a9 Merge pull request #1343 from siliceum/fix/better-tracefs-detection Bartosz Taudul 2026-04-21 11:55:10 +02:00
  • 4aac9e677d Fix formating/whitespaces in SysTraceStart Clément Grégoire 2026-04-21 09:49:56 +02:00
  • aba343e429 Pick first debugfs entry only Clément Grégoire 2026-04-21 09:48:48 +02:00
  • 25f09bee2c Merge pull request #1342 from siliceum/fix/1337-respect-max-sample-rate Bartosz Taudul 2026-04-20 19:33:14 +02:00
  • cb9ef7814e Use ReadFile and atoi Clément Grégoire 2026-04-20 18:05:31 +02:00
  • 8f208d732a Fix extra space Clément Grégoire 2026-04-20 18:04:41 +02:00
  • 8816dd0557 Allow finding tracefs through debugfs as a fallback for older kernels/systems that only mount debugfs Clément Grégoire 2026-04-20 15:04:33 +02:00
  • 0a5647b20f Use mnt_type instead of mnt_fsname for tracefs discovery Clément Grégoire 2026-04-20 15:00:37 +02:00
  • d48794024d Log why SysTrace does not start on Linux Clément Grégoire 2026-04-20 14:44:11 +02:00
  • 95b6fdeed3 Fixes #1337: On Linux, respect perf_event_max_sample_rate to avoid lost events Clément Grégoire 2026-04-20 14:31:41 +02:00
  • e550e15ce6 Turn GetSamplingPeriod into SamplingFrequencyToPeriodNs Clément Grégoire 2026-04-20 14:29:35 +02:00
  • 4e670fcaf5 Merge pull request #1338 from imsarllc/fix_32bit_arm_issue Bartosz Taudul 2026-04-17 18:44:09 +02:00
  • 70fc86536c Add static cast to uint64_t for std::min Erik van Zwol 2026-04-17 09:39:54 -06:00
  • 1c3691a57b Add llm chat topic. Bartosz Taudul 2026-04-17 01:27:38 +02:00
  • ebf3f02264 Merge pull request #1330 from bmilanich/cuda-graph-fallback Bartosz Taudul 2026-04-15 21:14:09 +02:00
  • 0a0566abc5 Update stale MEMORY2 comment to reflect cbid tracker removal Basil Milanich 2026-04-13 10:28:13 -05:00
  • 58809f95ff Use atomic flag for retirement check to avoid mutex on hot path Basil Milanich 2026-04-13 10:21:07 -05:00
  • 8f6249c12f Restore insert_or_assign over operator[] for graphLaunchCache Basil Milanich 2026-04-13 09:47:52 -05:00
  • da878d29d1 Address PR review feedback from slomp Basil Milanich 2026-04-13 09:45:57 -05:00
  • b22c8e86ba Remove memory API calls from cbid tracker maps Basil Milanich 2026-04-13 09:05:58 -05:00
  • ec7805fd92 Retire cudaGraphCurrentLaunch entries on cudaGraphExecDestroy Basil Milanich 2026-04-13 08:45:28 -05:00
  • a64b9a2029 Proper mutex wrapper use. Bartosz Taudul 2026-04-11 17:29:44 +02:00
  • 0269a196a4 Add TracyTaggedUserlandAddress.hpp to include list in meson. Bartosz Taudul 2026-04-11 13:16:47 +02:00
  • 010d25be06 Merge pull request #1332 from Brainzman/fix-missing-installed-include Bartosz Taudul 2026-04-11 13:15:24 +02:00
  • 0de97789dd Fix missing TracyTaggedUserlandAddress.hpp due to it not being installed Jonas Holzman 2026-04-11 12:27:40 +02:00
  • f71c74aaf7 Change TRACY_ENABLE default to OFF to match documentation. Bartosz Taudul 2026-04-10 18:47:05 +02:00
  • 82560c8c0e Fix emscripten CI job. Bartosz Taudul 2026-04-10 17:06:34 +02:00
  • 12dc23f67e Add graphId recycle investigation test Basil Milanich 2026-04-09 09:34:51 -05:00
  • c807367099 Add correlationId investigation test for CUDA Graph launches Basil Milanich 2026-04-09 09:28:34 -05:00
  • 9e36e5d1ad Fix MEMORY2 handler: don't consume cudaCallSiteInfo entry Basil Milanich 2026-04-07 16:01:41 -05:00
  • b6222ae28b Fix MEMORY2 handler: don't gate memory tracking on API call correlation Basil Milanich 2026-04-07 15:33:41 -05:00
  • 703df05529 Document known MEMORY2 limitation for graph-launched alloc nodes Basil Milanich 2026-04-07 15:30:27 -05:00
  • c8ebc6f21e Review fixes: correct stale comments, fix fetch() missing lock, tidy helper Basil Milanich 2026-04-06 14:00:01 -05:00
  • 0b6e27934d ConcurrentHashMap: add insert_or_assign to replace erase+emplace Basil Milanich 2026-04-06 13:48:53 -05:00
  • d9a1cc06c1 Fix repro build: add -arch=native to use correct GPU architecture Basil Milanich 2026-04-06 13:33:05 -05:00
  • f74dd21573 Refactor: extract matchGraphActivityToAPICall helper Basil Milanich 2026-04-06 13:08:39 -05:00
  • 4ccaea9f08 Expand repro: multiple graphs, multiple kernels, interleaved launches Basil Milanich 2026-04-06 11:54:08 -05:00
  • d36ca27041 Fix graph correlation: use shared correlationId, not GRAPH_TRACE Basil Milanich 2026-04-06 11:36:14 -05:00
  • 2e5b076175 Also track cudaGraphLaunch runtime API for graph correlation Basil Milanich 2026-04-06 11:18:20 -05:00
  • 7bca9dcd90 Fix CUDA Graph GPU zones with proper cuGraphLaunch correlation Basil Milanich 2026-04-06 11:03:58 -05:00
  • 00a069d608 Perform meson build in mingw workflow. Bartosz Taudul 2026-04-03 21:10:34 +02:00
  • adf3a5b998 Build test application with CMake on mingw. Bartosz Taudul 2026-04-03 20:09:39 +02:00
  • 09d6a674c4 No -rdynamic on Windows. Bartosz Taudul 2026-04-03 20:09:24 +02:00
  • ab61777896 Fix mingw GUID definitions. Bartosz Taudul 2026-04-03 20:06:15 +02:00
  • c564b163d3 Client code must target C++11. Bartosz Taudul 2026-04-03 20:05:07 +02:00
  • 43c0f67353 Enable mingw CI builds on push and pull request. Bartosz Taudul 2026-04-03 02:11:54 +02:00
  • 44b1de2d71 Target win10 with mingw. Bartosz Taudul 2026-04-03 02:10:36 +02:00
  • 803b10fd6b Do not block vsync capture on mingw. Bartosz Taudul 2026-04-03 02:10:19 +02:00
  • 3ac364ebcb Add mingw ETW compat header. Bartosz Taudul 2026-04-03 01:55:40 +02:00
  • 842420439d fix LogString wire in the DequeueSerial path (#1328) Marcos Slomp 2026-04-02 15:37:16 -07:00
  • ee976f8146 Prevent CMake from re-generating files in the data folder every time (#1327) Marcos Slomp 2026-04-02 15:24:39 -07:00
  • bb1d4ad580 Revert usearch bump – broken on windows. Bartosz Taudul 2026-04-02 21:05:35 +02:00
  • d5eb85e4c4 Bump deps. Bartosz Taudul 2026-04-02 21:00:14 +02:00
  • 08f82dc0be Add mingw CI build setup. Bartosz Taudul 2026-04-02 01:02:18 +02:00
  • 0fb2f8d75d Build client library with CMake and Meson again on Linux. Bartosz Taudul 2026-04-02 00:42:16 +02:00
  • a861c6671c Reenable LTO, disable parallel build on GitHub runners. Bartosz Taudul 2026-04-01 00:38:40 +02:00
  • b18b7461e4 Disable LTO on Linux CI. Bartosz Taudul 2026-03-31 23:02:42 +02:00
  • d8139f2058 Allow disabling LTO, mold linker, ccache. Bartosz Taudul 2026-03-31 22:56:48 +02:00
  • af5f1c4d52 Use CMake option macros. Bartosz Taudul 2026-03-31 22:33:17 +02:00
  • 5877db5411 Move NO_ISA_EXTENSIONS option to config.cmake. Bartosz Taudul 2026-03-31 22:20:41 +02:00
  • eb81bdc3f8 NO_STATISTICS is not an option in most of the tools. Bartosz Taudul 2026-03-31 21:55:49 +02:00
  • b6b1eed1d5 Externalize option setting macros. Add one for non-booleans. Bartosz Taudul 2026-03-31 21:27:08 +02:00
  • e89eadf91a Fix copy pasta. Bartosz Taudul 2026-03-31 20:17:47 +02:00
  • 785eaeac86 Merge pull request #1324 from siliceum/fix/linux-comp-issue Bartosz Taudul 2026-03-31 14:02:28 +02:00