mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
libsysprof: apply selection to temporary allocations
This commit is contained in:
@ -442,6 +442,10 @@ temp_allocs_worker (Generate *g)
|
|||||||
|
|
||||||
frame_num++;
|
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.pid = ev->frame.pid;
|
||||||
a.tid = ev->tid;
|
a.tid = ev->tid;
|
||||||
a.time = ev->frame.time;
|
a.time = ev->frame.time;
|
||||||
|
|||||||
Reference in New Issue
Block a user