Commit Graph

  • de357b6193 Update ImGui to docking@5d472c489. Bartosz Taudul 2020-06-05 19:21:07 +02:00
  • 16b116ee83 Enable horizontal scrollbar in source view. Bartosz Taudul 2020-06-05 19:04:12 +02:00
  • a46f83364e Add OpenCL trace support Thales Sabino 2020-05-27 16:26:52 +01:00
  • 6793b34fb5 Update zstd to 1.4.5. Bartosz Taudul 2020-06-04 21:03:27 +02:00
  • 71d789063e Show only relevant options in asm view. Bartosz Taudul 2020-06-04 19:59:13 +02:00
  • 3fbc2c8036 Increase buffer size. Bartosz Taudul 2020-06-04 19:54:11 +02:00
  • e19a981b8c Fix display of unknown source locations in asm view. Bartosz Taudul 2020-06-04 19:39:43 +02:00
  • ce2e01bcd7 Skip processing uarch data if AT&T mode is enabled. Bartosz Taudul 2020-06-04 19:30:44 +02:00
  • adc2c12a67 Clear asm data when opening just source view. Bartosz Taudul 2020-06-04 19:20:24 +02:00
  • 215a58afad Mention dsymutil. Bartosz Taudul 2020-06-04 17:58:48 +02:00
  • 65314e0c90 Set proper SymbolData contents on symbol retrieval error. Bartosz Taudul 2020-06-04 17:46:39 +02:00
  • a33caaaaaa Merge pull request #36 from graydon/warning-fixes Bartosz Taudul 2020-06-04 11:35:59 +02:00
  • 28a29d071f only write SysTime::used if fscanf succeeds Graydon Hoare 2020-06-03 11:11:47 -07:00
  • 93b7b5a8e7 ensure regs is initialized even if cpuid fails Graydon Hoare 2020-06-03 11:11:15 -07:00
  • c52936855e Don't read beyond buffer end. Bartosz Taudul 2020-06-04 02:46:46 +02:00
  • 917da8cff3 Properly terminate combo table. Bartosz Taudul 2020-06-04 02:41:45 +02:00
  • 0891245b49 Describe incompatible protocol in the tooltip. Bartosz Taudul 2020-06-04 02:15:21 +02:00
  • f227bb4d9c Update instruction tables to "may 2020". Bartosz Taudul 2020-06-03 21:17:52 +02:00
  • 9e500bc897 Handle merging inlined ghost zones. Bartosz Taudul 2020-05-31 21:17:21 +02:00
  • 994b88f898 Ghost index is only available is statistics are enabled. Bartosz Taudul 2020-05-31 15:24:11 +02:00
  • 067189c355 Extract ghost zone adding to a separate function. Bartosz Taudul 2020-05-31 14:51:33 +02:00
  • d9e97ce772 Add postponed ghost zones when frame data becomes available. Bartosz Taudul 2020-05-31 14:31:39 +02:00
  • 1154343a20 Don't add ghost zones if full callstack data isn't available. Bartosz Taudul 2020-05-31 14:17:54 +02:00
  • de5f8df9d3 UpdateSampleStatistics() returns if all samples were processed. Bartosz Taudul 2020-05-31 14:05:16 +02:00
  • 940b598cf8 Update manual. Bartosz Taudul 2020-05-30 15:35:30 +02:00
  • 7ce915c4f6 Allow display of symbol address in statistics view. Bartosz Taudul 2020-05-30 15:31:41 +02:00
  • 5955efabb0 Use combo box for smart/entry/sample location selection. Bartosz Taudul 2020-05-30 15:24:27 +02:00
  • 8d149c59f8 Mention the failures of capstone library. Bartosz Taudul 2020-05-30 15:14:43 +02:00
  • 54eb75b063 Report symbol entry address in inline function discovery. Bartosz Taudul 2020-05-30 15:38:59 +02:00
  • ff27656533 Backport some fixes from libbacktrace upstream repo. Bartosz Taudul 2020-05-30 14:23:29 +02:00
  • 71102e3c6d Update NEWS. Bartosz Taudul 2020-05-29 19:01:26 +02:00
  • 85a10f292b Merge pull request #35 from graydon/localhost-only Bartosz Taudul 2020-05-29 11:23:16 +02:00
  • e76b8ae423 Add TRACY_ONLY_LOCALHOST macro to avoid listening on all interfaces. Graydon Hoare 2020-05-28 22:09:59 -07:00
  • ce0d8d9fb7 Merge pull request #33 from graydon/minor-fixes Bartosz Taudul 2020-05-28 21:12:02 +02:00
  • aace9bc76e Add .deps and .dirstamp to .gitignore to allow use as submodule in automake projects. Graydon Hoare 2020-05-27 20:25:54 -07:00
  • afac7760ce Add Zone{Text,Value,Name}V macros for conditionally-compiled calls to varname.{Text,Value,Name} Graydon Hoare 2020-05-27 20:24:13 -07:00
  • 47b8385c5a Merge pull request #32 from jmanc3/support-horizontal-scrolling Bartosz Taudul 2020-05-28 12:00:57 +02:00
  • e22ece8e79 Added support for horizontal scrolling. jmanc3 2020-05-27 21:11:49 -05:00
  • 54a029356d Explicitly store GPU context type. Bartosz Taudul 2020-05-27 18:16:53 +02:00
  • 4f3934ae6a Use correct symbol address. Bartosz Taudul 2020-05-26 02:08:30 +02:00
  • 898a10ef82 Display base function is symbol as '[ - self - ]'. Bartosz Taudul 2020-05-25 21:37:17 +02:00
  • 39ce605711 Update manual. Bartosz Taudul 2020-05-25 01:19:42 +02:00
  • 734ee0b001 Update NEWS. Bartosz Taudul 2020-05-25 01:16:25 +02:00
  • bdba77c0f5 Allow displaying self zone time in frames overview. Bartosz Taudul 2020-05-25 01:15:06 +02:00
  • 74a79a6921 Add zone child time getter with clamping to time range. Bartosz Taudul 2020-05-25 01:14:44 +02:00
  • e0d7ffe754 Update manual. Bartosz Taudul 2020-05-24 16:25:26 +02:00
  • 7dff7f3e1a Update NEWS. Bartosz Taudul 2020-05-24 16:18:58 +02:00
  • 7ceb4005cd Don't use alloca in inlined functions inside a loop. Bartosz Taudul 2020-05-24 16:17:54 +02:00
  • 2b304581cf Implement transfer of integral values for zones. Bartosz Taudul 2020-05-24 16:13:09 +02:00
  • 1bcde1f2ff Only one branch. Bartosz Taudul 2020-05-24 13:41:41 +02:00
  • 45a9878193 Don't depend on zero-termination of source code. Bartosz Taudul 2020-05-23 17:07:23 +02:00
  • d3b60f913d Extend "first frame" time. Bartosz Taudul 2020-05-23 16:50:30 +02:00
  • 1ddd395aad Properly setup View, when using command line parameters. Bartosz Taudul 2020-05-23 16:49:27 +02:00
  • 9e8b68b43d Update NEWS. Bartosz Taudul 2020-05-23 16:40:46 +02:00
  • 0b900c0a3c Add crash popup. Bartosz Taudul 2020-05-23 16:40:15 +02:00
  • 64b8e23458 Put win32 artifacts into better directory structure. Bartosz Taudul 2020-05-23 16:17:23 +02:00
  • 08101061fe Update manual. Bartosz Taudul 2020-05-23 16:10:13 +02:00
  • abbf003c24 Update NEWS. Bartosz Taudul 2020-05-23 15:58:23 +02:00
  • 18b2e3e5be Don't depend on View in Worker. Bartosz Taudul 2020-05-23 15:53:18 +02:00
  • 2f35c785ee Save/load cached source files. Bartosz Taudul 2020-05-23 15:43:42 +02:00
  • 5b96809f6f Add notification when source file is loaded from cache. Bartosz Taudul 2020-05-23 15:27:00 +02:00
  • dc0f2db3f2 CheckString() doesn't check if string query is still pending. Bartosz Taudul 2020-05-23 15:20:23 +02:00
  • ee22cf3b0c Use cached source files. Bartosz Taudul 2020-05-23 15:14:57 +02:00
  • d470202bca Cached source files accessor. Bartosz Taudul 2020-05-23 15:08:26 +02:00
  • 964d65fd3b Cache callstack/symbol/code source files. Bartosz Taudul 2020-05-23 14:53:32 +02:00
  • f7341141cf Cache zone source location source files. Bartosz Taudul 2020-05-23 14:23:04 +02:00
  • 97a5957adc Display source file cache stats. Bartosz Taudul 2020-05-23 14:22:50 +02:00
  • ae1155852a Source file cache plumbing. Bartosz Taudul 2020-05-23 14:09:47 +02:00
  • f38464cf55 Rename SymbolCodeData to MemoryBlock. Bartosz Taudul 2020-05-23 14:05:11 +02:00
  • d052e4c79d Substitution-less source file validator. Bartosz Taudul 2020-05-23 13:56:09 +02:00
  • fa2559b3f0 Add StringRef hasher, comparator. Bartosz Taudul 2020-05-23 13:49:42 +02:00
  • 670a292416 Report whether string is available, or if a query was dispatched. Bartosz Taudul 2020-05-23 13:08:57 +02:00
  • 1151ec1328 Fix defines when compiling with -Werror=undef kudansam 2020-05-22 13:53:09 +01:00
  • 619523b43e Symbol might not have ip statistics. Bartosz Taudul 2020-05-21 19:20:20 +02:00
  • 41972f62a3 Merge pull request #27 from mcleary/prevent-crash-when-exiting Bartosz Taudul 2020-05-21 15:32:29 +02:00
  • c2c234cf5a Fix crash when running Tracy from DLLs Thales Sabino 2020-05-21 14:26:29 +01:00
  • e9c13b254b Get exclusive samples count for a proper symbol. Bartosz Taudul 2020-05-19 19:10:40 +02:00
  • e376866436 Check for exclusive samples in inlined symbols list. Bartosz Taudul 2020-05-19 19:06:01 +02:00
  • 4eb78f5c86 Auto-initialize profiler in delayed init scenario. Bartosz Taudul 2020-05-19 13:55:54 +02:00
  • fad7e72fd4 Harden against uninitialized rpmalloc. Bartosz Taudul 2020-05-19 13:48:19 +02:00
  • dd4c2cf9fa FIX: TracyC Api incorrect spelling of function/build break ikrima 2020-05-18 01:15:48 -07:00
  • 883264c0df Fix typo. Bartosz Taudul 2020-05-18 18:25:49 +02:00
  • 3a302c18bc Replace bsf with tzcnt. Bartosz Taudul 2020-05-17 01:09:57 +02:00
  • 665c6d6699 Don't check for allocation validity. Bartosz Taudul 2020-05-16 16:40:25 +02:00
  • 8c1e53f65a Update manual. Bartosz Taudul 2020-05-16 14:56:11 +02:00
  • f9ff6f4161 Clamping is not needed. Bartosz Taudul 2020-05-15 02:30:52 +02:00
  • f6663b187a Add ghost zone label to ghost zone tooltips. Bartosz Taudul 2020-05-15 02:27:48 +02:00
  • ad3cac8578 Incorporate thread colors in ghost zones. Bartosz Taudul 2020-05-15 02:25:28 +02:00
  • 23de7cb294 Improve source file tooltip. Bartosz Taudul 2020-05-15 01:39:14 +02:00
  • 03c3a3e7c7 Select proper operand for LEA processing in AT&T mode. Bartosz Taudul 2020-05-15 01:37:08 +02:00
  • 992fba7e07 Move profiler FPS display to upper-right corner. Bartosz Taudul 2020-05-14 17:53:46 +02:00
  • ba9b35dc3b Don't memcpy to nullptr. Bartosz Taudul 2020-05-14 17:38:48 +02:00
  • c8ff8540f9 Sleep when connection attempt fails. Bartosz Taudul 2020-05-14 02:27:57 +02:00
  • d10ef8c501 Use non-blocking connect() call. Bartosz Taudul 2020-05-14 02:27:04 +02:00
  • b166451750 Keep viewShutdown in atomic. Bartosz Taudul 2020-05-13 19:20:20 +02:00
  • 1fdae70cf8 Store socket handle in atomic. Bartosz Taudul 2020-05-13 19:12:52 +02:00
  • 7ea9c4baf2 Proper locking for queue/in-flight queries. Bartosz Taudul 2020-05-13 18:52:20 +02:00
  • 7d57a2ea6d Cast to correct type. Bartosz Taudul 2020-05-13 18:38:40 +02:00
  • 3f3378e13a Fix typo. Bartosz Taudul 2020-05-13 18:37:37 +02:00
  • 884de148c9 Target native architecture. Bartosz Taudul 2020-05-13 18:35:56 +02:00