Bug 323046 - Implement ANNOTATE_THREAD_NAME() Hellgrind annotation
Summary: Implement ANNOTATE_THREAD_NAME() Hellgrind annotation
Status: RESOLVED DUPLICATE of bug 393182
Alias: None
Product: valgrind
Classification: Developer tools
Component: helgrind (other bugs)
Version First Reported In: 3.8.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-31 15:43 UTC by Daniel
Modified: 2021-02-28 23:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel 2013-07-31 15:43:32 UTC
We created framework on top of pthreads. This framework allows to specify name for each created thread - we use it when printing debug messages. It would be nice if Helgrind (and other Valgrind tools too if applicable) could use these names. I found ANNOTATE_THREAD_NAME() macro in helgrind.h - could you provide implementation for it?

Reproducible: Always
Comment 1 Julian Seward 2013-09-12 14:08:05 UTC
Would the fix in bug 322254 be acceptable?  Can you try it out?
Comment 2 Mark Wielaard 2021-02-28 23:55:13 UTC

*** This bug has been marked as a duplicate of bug 393182 ***