Searched refs:ev_spec (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_event.c66 ev_clone->ev_spec = strdup(ev->ev_spec);
67 if (ev_clone->ev_spec == NULL)
H A Dlibpmcstat.h79 char *ev_spec; /* event specification */ member in struct:pmcstat_ev
/freebsd-13-stable/usr.sbin/pmc/
H A Dcmd_pmc_stat.c209 ev->ev_spec = strdup(stat_mode_cntrs[i]);
210 if (ev->ev_spec == NULL)
358 if (pmc_allocate(ev->ev_spec, ev->ev_mode,
363 "system" : "process", ev->ev_spec);
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcstat.c671 ev->ev_spec = strdup(optarg);
672 if (ev->ev_spec == NULL)
676 ev->ev_count = current_sampling_count ? current_sampling_count : pmc_pmu_sample_rate_get(ev->ev_spec);
1137 if (pmc_allocate(ev->ev_spec, ev->ev_mode,
1143 "system" : "process", ev->ev_spec);

Completed in 67 milliseconds