Commit 9a25aab
authored
pkg/profiler/cpu: Fix noop due to value struct (#1874)
This caused any process to only report on a single thread per profile
cycle, which resulted in incorrect profiling data.
### Test
Main (only single thread stack traces per profile) :


Patch (multiple thread stack traces per profile):

1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
632 | | - | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
633 | 637 | | |
634 | 638 | | |
635 | 639 | | |
| |||
0 commit comments