Skip to content

Commit

Permalink
ui: fix IRQ tracks not showing up on UI
Browse files Browse the repository at this point in the history
Fixes: 364855293
Fixes: #882
Change-Id: I38e57ccee5125e660d370a150d3cb72460516df3
  • Loading branch information
LalitMaganti committed Sep 9, 2024
1 parent baf3dcd commit 180231f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/core_plugins/async_slices/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class AsyncSlicePlugin implements PerfettoPlugin {
count() as trackCount
from track t
join _slice_track_summary using (id)
where t.type in ('__intrinsic_track', 'gpu_track', 'cpu_track')
where t.type in ('__intrinsic_track', 'gpu_track', '__intrinsic_cpu_track')
group by parent_id, name
)
select
Expand Down

0 comments on commit 180231f

Please sign in to comment.