Home
last modified time | relevance | path

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

/freebsd/lib/libpmcstat/
H A Dlibpmcstat_event.c63 ev_clone->ev_spec = strdup(ev->ev_spec); in pmcstat_clone_event_descriptor()
64 if (ev_clone->ev_spec == NULL) in pmcstat_clone_event_descriptor()
H A Dlibpmcstat.h77 char *ev_spec; /* event specification */ member
/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_stat.c213 ev->ev_spec = strdup(stat_mode_cntrs[i]); in pmc_stat_setup_stat()
214 if (ev->ev_spec == NULL) in pmc_stat_setup_stat()
362 if (pmc_allocate(ev->ev_spec, ev->ev_mode, in pmc_stat_internal()
367 "system" : "process", ev->ev_spec); in pmc_stat_internal()
/freebsd/usr.sbin/pmcstat/
H A Dpmcstat.c676 ev->ev_spec = strdup(optarg); in main()
677 if (ev->ev_spec == NULL) in main()
681 …>ev_count = current_sampling_count ? current_sampling_count : pmc_pmu_sample_rate_get(ev->ev_spec); in main()
725 if (pmc_allocate(ev->ev_spec, ev->ev_mode, in main()
730 " \"%s\"", ev->ev_spec); in main()
1144 if (pmc_allocate(ev->ev_spec, ev->ev_mode, in main()
1150 "system" : "process", ev->ev_spec); in main()