Skip to content

Commit

Permalink
Document skipping condition on i915-perf timelines
Browse files Browse the repository at this point in the history
  • Loading branch information
llandwerlin-intel authored and mikesart committed Dec 30, 2020
1 parent 15d8ea8 commit c768731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/i915-perf/i915-perf-read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ int read_i915_perf_file( const char *file, StrPool &strpool, trace_info_t &trace

for (uint32_t i = 0; i < reader->n_timelines; i++)
{
// Skip the idle time
if ( reader->timelines[i].hw_id == 0xffffffff )
continue;

Expand Down

0 comments on commit c768731

Please sign in to comment.