diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-12-12 14:57:25 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-12-12 14:57:25 +0000 |
| commit | 75c131125650527d3b0e4966c60a92dd9b2648d3 (patch) | |
| tree | 580cbfc7bdb57ff9342afc64adb5718cfc222029 /sys | |
| parent | cd2983ca7143cf2fcec90e4a8c166e7052d89937 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/pmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h index 4afb0ab1f3ad..92fb3e5c5937 100644 --- a/sys/sys/pmc.h +++ b/sys/sys/pmc.h @@ -814,6 +814,7 @@ struct pmc_sample { uint8_t ps_cpu; /* cpu number */ uint8_t ps_flags; /* other flags */ pid_t ps_pid; /* process PID or -1 */ + struct thread *ps_td; /* which thread */ struct pmc *ps_pmc; /* interrupting PMC */ uintptr_t *ps_pc; /* (const) callchain start */ }; |
