Commit 8332aa3
committed
tools: fixes tprof not stopping tracing
A call to `tprof:enable_trace(new|existing)` starts tracing processes.
To stop it, one calls `tprof:disable_trace(new|existing)`. However, the
guard to stop tracing was matching on `new_processes |
existing_processes`. The return happens to say `0` processes are traced
now, but the tracing did not stop.1 parent c388a2d commit 8332aa3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
751 | | - | |
752 | | - | |
| 751 | + | |
| 752 | + | |
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
| |||
0 commit comments