Bartosz Taudul
07147111b2
Merge pull request #1258 from liungkejin/patch-1
...
fix a nullptr crash on android devices
2026-01-18 12:28:53 +01:00
Kejin
d6597b0bdd
Check if pw_gecos is non-empty on Android
...
Ensure pw_gecos is not empty before returning.
2026-01-18 14:01:19 +08:00
Marcos Slomp
839b38d2ec
removing implicit/default argument value
2026-01-15 11:29:49 -08:00
Marcos Slomp
44696c47c6
formatting
2026-01-15 11:27:49 -08:00
Marcos Slomp
dacb3dbae6
support for toggling EnableFlags after the singleton kernel session has started
2026-01-15 11:20:06 -08:00
Kejin
1cad2903a1
fix a nullptr crash on android devices
2026-01-15 21:54:24 +08:00
Clément Grégoire
9acc186ceb
Don't try to send callstacks of depth 0 (would trigger assert in tracy::Callstack)
2026-01-13 11:28:38 +01:00
Clément Grégoire
e5d251a0be
Fix TracyLua.hpp build
2026-01-03 22:19:49 +01:00
Bartosz Taudul
5bc2e4b95c
Implement full user name retrieval on win32.
2025-12-30 15:17:08 +01:00
Bartosz Taudul
9016911a04
Fix clash with winapi define crap.
2025-12-30 14:49:23 +01:00
Bartosz Taudul
4661233904
Add missing include for UNLEN definition.
2025-12-30 14:48:17 +01:00
Bartosz Taudul
f6ba6cbd4e
Fix typo.
2025-12-30 14:48:11 +01:00
Bartosz Taudul
20b9d002dc
Check for empty full name.
2025-12-30 14:23:37 +01:00
Bartosz Taudul
94c1614416
Store full user name in trace info.
2025-12-30 14:19:40 +01:00
Bartosz Taudul
299b641173
Implement getting full user name.
2025-12-30 14:16:53 +01:00
Bartosz Taudul
da85325686
Move user name retrieval to a common API.
2025-12-30 13:41:19 +01:00
Marcos Slomp
12fa5aeb5e
fix for TRACY_FIBERS
2025-12-29 11:23:08 -08:00
Clément Grégoire
5ef64841cc
Remove MessageMetadata type and replace by uint8_t everywhere
2025-12-28 15:04:18 +01:00
Clément Grégoire
2df7c53c26
Keep tracy::Profiler::Message in the stack frames that need to be ignored
...
This may still appear in saved traces.
2025-12-28 15:04:18 +01:00
Clément Grégoire
4cceab5ad8
Remove Profiler::Messsage since it's not part of the public API
...
This also replaces `___tracy_emit_message*` by `___tracy_emit_logString`.
The `TracyCMessage*` defines no long include the `;`, which may be a breaking change even though we did already require semi-colon since 0.9.0. See #493 and #592
2025-12-28 15:04:05 +01:00
Clément Grégoire
88c926d723
TracyMessage* Macros now use tracy::Profiler::LogString
2025-12-28 15:01:00 +01:00
Clément Grégoire
f17bd3f444
TracyDebug now uses TracyInternalMessage by default unless TRACY_VERBOSE or TRACY_NO_INTERNAL_MESSAGE is defined
2025-12-28 15:00:59 +01:00
Clément Grégoire
13261b9bdc
ETWErrorAction now uses message source and severity
2025-12-28 14:50:41 +01:00
Clément Grégoire
1e61dc88de
Add source and severity to the server's MessageData + bump minor version for serialization
...
Note this does not change `sizeof(MessageData)` as there were 5 bytes left due to alignment. (now 3)
2025-12-28 14:50:38 +01:00
Clément Grégoire
f650b69591
tracy_force_inline for message metadata conversion
2025-12-28 14:44:40 +01:00
Clément Grégoire
f981330f66
Replace all messages text addr by TaggedUserlandAddress and send metadata over the network
...
There are two changes to the protocol:
- `QueueMessageLiteral*` were changed and what used to be addresses are now addresses+metadata
- Other messages now send `QueueMessage*Metadata` with added metadata.
This will later be used to store and transmit message sources, level, etc.
2025-12-28 14:44:40 +01:00
Clément Grégoire
9c57b229ea
Introduce tracy::TaggedUserlandAddress to pack metadata with pointers
2025-12-28 14:42:40 +01:00
Wiebe van Breukelen
66b23bb19a
Add CUDA Driver API memory operations to Tracy CUPTI profiling
...
Extended Tracy's CUPTI callback registration to track CUDA Driver API
memory operations that were previously missing.
Registration of these events allow users to trace applications that directly
call the Driver API.
2025-12-24 12:05:51 +01:00
Marcos Slomp
2d3fa2141e
removing parentheses from define
2025-12-22 12:22:26 -08:00
Marcos Slomp
f55bd056a9
switch to using ARM64's CNTVCT_EL0 instruction instead of std::chrono::high_resolution_clock on macOS
2025-12-22 11:43:51 -08:00
Bartosz Taudul
8b2019830a
Merge pull request #1234 from siliceum/fix/etw-vsync
...
VSyncDPC events do not have the Keyword::DxgKrnlPresent bit set, so using it as MatchAllKeyword excluded it
2025-12-17 18:07:42 +01:00
Bartosz Taudul
2c19b82d72
Merge pull request #1233 from slomp/slomp/etw-happiness
...
Ensure all ETW StackWalk requests are satisfied
2025-12-17 18:07:26 +01:00
Clément Grégoire
d59e6cdfad
VSyncDPC events do not have the Keyword::DxgKrnlPresent bit set, so using it as MatchAllKeyword excluded it
2025-12-17 17:45:52 +01:00
Marcos Slomp
4a6c75d8f8
ensure all stackwalk requests are satisfied
2025-12-17 08:03:34 -08:00
Bartosz Taudul
3ac8242d72
Merge pull request #1227 from WangFengtu1996/master
...
fixbug build cuda demo error
2025-12-17 16:43:27 +01:00
Fengtu Wang
4745db1553
Fix include statement for Tracy.hpp
2025-12-17 09:47:19 +08:00
Marcos Slomp
db745611c4
more explicit error check
2025-12-16 13:38:42 -08:00
Bartosz Taudul
7976e6ab0b
Merge pull request #1213 from slomp/slomp/etw-refactor
...
Refactoring ETW kernel session
2025-12-16 18:59:56 +01:00
Marcos Slomp
2403438bd9
error flow control for VSync tracing
2025-12-16 09:11:11 -08:00
Marcos Slomp
bb3b5b6a4f
reuse StopSession
2025-12-16 09:10:19 -08:00
Fengtu Wang
d2ffc9b9c6
fixbug build cuda demo error
...
1. fix bug build error can not find head file `#include <tracy/Tracy.hpp>`
2. when not enable TRACY_ENABLE macro, build error can not find `tracy::CUDACtx` type
2025-12-16 18:32:10 +08:00
Marcos Slomp
a0092a793a
abandoning the private kernel session for now
2025-12-15 16:21:42 -08:00
Marcos Slomp
c0ac36918a
adding interfaces for singleton kernel logger session, and regular user sessions
2025-12-15 16:20:57 -08:00
Marcos Slomp
22d2b7407f
emit ETW errors in english
2025-12-15 16:19:45 -08:00
Bartosz Taudul
a7c6b7f02a
Merge pull request #1221 from martymichal/wip/martymichal/fix-atomic-thread-init
...
public/client: Correctly initialize atomic thread reference
2025-12-12 12:21:34 +01:00
Bartosz Taudul
05cceee0df
Release 0.13.1.
2025-12-11 23:46:02 +01:00
Marcos Slomp
cc7790af04
add check to determine if provider has already been enabled by other sessions
2025-12-10 13:50:28 -08:00
Marcos Slomp
aaa695611b
code formatting
2025-12-10 13:42:43 -08:00
Marcos Slomp
1be738ba10
expanding Tracy macros
2025-12-08 11:30:03 -08:00
Marcos Slomp
86a6b9b671
add admin check (and don't log it if it fails).
2025-12-08 08:40:26 -08:00