mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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;
|
line += 14;
|
||||||
|
|
||||||
while( memcmp( line, "pid", 3 ) != 0 ) line++;
|
while( memcmp( line, "pid=", 4 ) != 0 ) line++;
|
||||||
line += 4;
|
line += 4;
|
||||||
|
|
||||||
const auto pid = ReadNumber( line );
|
const auto pid = ReadNumber( line );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user