Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libpmcstat/
H A Dlibpmcstat_event.c64 ev_clone->ev_spec = strdup(ev->ev_spec); in pmcstat_clone_event_descriptor()
65 if (ev_clone->ev_spec == NULL) in pmcstat_clone_event_descriptor()
H A Dlibpmcstat.h77 char *ev_spec; /* event specification */ member
/freebsd-14.2/usr.sbin/pmc/
H A Dcmd_pmc_stat.c214 ev->ev_spec = strdup(stat_mode_cntrs[i]); in pmc_stat_setup_stat()
215 if (ev->ev_spec == NULL) in pmc_stat_setup_stat()
363 if (pmc_allocate(ev->ev_spec, ev->ev_mode, in pmc_stat_internal()
368 "system" : "process", ev->ev_spec); in pmc_stat_internal()
/freebsd-14.2/usr.sbin/pmcstat/
H A Dpmcstat.c677 ev->ev_spec = strdup(optarg); in main()
678 if (ev->ev_spec == NULL) in main()
682 …>ev_count = current_sampling_count ? current_sampling_count : pmc_pmu_sample_rate_get(ev->ev_spec); in main()
726 if (pmc_allocate(ev->ev_spec, ev->ev_mode, in main()
731 " \"%s\"", ev->ev_spec); in main()
1145 if (pmc_allocate(ev->ev_spec, ev->ev_mode, in main()
1151 "system" : "process", ev->ev_spec); in main()