mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
capture: add task-id (thread-id) to samples
This could let us do some amount of filtering by threads going forward if we have that data available to us.
This commit is contained in:
@ -317,6 +317,7 @@ main (gint argc,
|
||||
frame->frame.time,
|
||||
frame->frame.cpu,
|
||||
frame->frame.pid,
|
||||
frame->tid,
|
||||
addrs,
|
||||
frame->n_addrs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user