Searched refs:ev_cpu (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat.h110 uint32_t ev_cpu; /* cpus for this event */ member in struct:pmcstat_ev
H A Dpmcstat.c132 ev_clone->ev_cpu = cpu;
402 ev->ev_cpu, w-3, ev->ev_name);
753 ev->ev_cpu = hcpu;
755 ev->ev_cpu = PMC_CPU_ANY;
781 hcpu = CPU_ISSET(ev->ev_cpu, &cpumask);
782 CPU_CLR(ev->ev_cpu, &cpumask);
785 CPU_SET(ev->ev_cpu, &cpumask);
1174 ev->ev_flags, ev->ev_cpu, &ev->ev_pmcid) < 0)

Completed in 107 milliseconds