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:
@ -284,6 +284,7 @@ sp_perf_source_handle_callchain (SpPerfSource *self,
|
||||
sample->time,
|
||||
cpu,
|
||||
sample->pid,
|
||||
sample->tid,
|
||||
ips,
|
||||
n_ips);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user