Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148885362
D35709.1789094088.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
434 B
Referenced Files
None
Subscribers
None
D35709.1789094088.diff
View Options
diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c
--- a/usr.sbin/pmcstat/pmcstat.c
+++ b/usr.sbin/pmcstat/pmcstat.c
@@ -1187,8 +1187,7 @@
*/
STAILQ_FOREACH(ev, &args.pa_events, ev_next) {
- if (ev->ev_pmcid == PMC_ID_INVALID &&
- pmc_allocate(ev->ev_spec, ev->ev_mode,
+ if (pmc_allocate(ev->ev_spec, ev->ev_mode,
ev->ev_flags, ev->ev_cpu, &ev->ev_pmcid,
ev->ev_count) < 0)
err(EX_OSERR,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 11, 2:34 AM (15 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29547218
Default Alt Text
D35709.1789094088.diff (434 B)
Attached To
Mode
D35709: fix pmcstat
Attached
Detach File
Event Timeline
Log In to Comment