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

/freebsd-10.2-release/usr.sbin/pmcstat/
H A Dpmcstat.h112 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);
779 ev->ev_cpu = hcpu;
781 ev->ev_cpu = PMC_CPU_ANY;
807 hcpu = CPU_ISSET(ev->ev_cpu, &cpumask);
808 CPU_CLR(ev->ev_cpu, &cpumask);
811 CPU_SET(ev->ev_cpu, &cpumask);
1205 ev->ev_flags, ev->ev_cpu, &ev->ev_pmcid) < 0)

Completed in 47 milliseconds