Skip to content

Thread Name Truncated in Perfetto Trace #960

Answered by LalitMaganti
KevinLiu707 asked this question in Q&A
Discussion options

You must be logged in to vote

The 16 character limitation is limitation of the underlying ftrace data source which the kernel provides for tracing. It is not a limitation of Perfetto itself

If full names are important to you, you can turn on the record_thread_names option in the process stats (https://perfetto.dev/docs/reference/trace-config-proto#ProcessStatsConfig) data source which will make us scrape /proc to get the full names. Note that this is somewhat expensive which is why we do not turn it on by default.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@KevinLiu707
Comment options

@LalitMaganti
Comment options

@LalitMaganti
Comment options

@KevinLiu707
Comment options

@LalitMaganti
Comment options

Answer selected by LalitMaganti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #958 on December 03, 2024 11:04.