mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Improve parsing of kernel tracing data.
This commit is contained in:
parent
37c9a5807f
commit
119e357dbf
@ -1085,7 +1085,7 @@ static void HandleTraceLine( const char* line )
|
||||
{
|
||||
line += 14;
|
||||
|
||||
while( memcmp( line, "pid", 3 ) != 0 ) line++;
|
||||
while( memcmp( line, "pid=", 4 ) != 0 ) line++;
|
||||
line += 4;
|
||||
|
||||
const auto pid = ReadNumber( line );
|
||||
|
Loading…
Reference in New Issue
Block a user