mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: apply selection to temporary allocations
This commit is contained in:
@ -442,6 +442,10 @@ temp_allocs_worker (Generate *g)
|
||||
|
||||
frame_num++;
|
||||
|
||||
/* Short-circuit if we don't care about this frame */
|
||||
if (!sysprof_selection_contains (g->selection, ev->frame.time))
|
||||
continue;
|
||||
|
||||
a.pid = ev->frame.pid;
|
||||
a.tid = ev->tid;
|
||||
a.time = ev->frame.time;
|
||||
|
||||
Reference in New Issue
Block a user