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:
Christian Hergert
2019-05-08 09:19:29 -07:00
parent 173b583556
commit 6b983ab8c1
6 changed files with 8 additions and 2 deletions

View File

@ -284,6 +284,7 @@ sp_perf_source_handle_callchain (SpPerfSource *self,
sample->time,
cpu,
sample->pid,
sample->tid,
ips,
n_ips);
}