Home
last modified time | relevance | path

Searched refs:pl_type (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc222 if (ev.pl_type == PMCLOG_TYPE_INITIALIZE) in pmc_filter_handler()
224 if (ev.pl_type == PMCLOG_TYPE_PMCALLOCATE) in pmc_filter_handler()
237 if (ev.pl_type == PMCLOG_TYPE_PMCALLOCATE) { in pmc_filter_handler()
248 if (ev.pl_type == PMCLOG_TYPE_THR_CREATE) in pmc_filter_handler()
250 if (ev.pl_type == PMCLOG_TYPE_PROC_CREATE) in pmc_filter_handler()
252 if (ev.pl_type != PMCLOG_TYPE_CALLCHAIN) { in pmc_filter_handler()
H A Dcmd_pmc_summary.cc106 if (ev.pl_type == PMCLOG_TYPE_PMCALLOCATE) { in pmc_summary_handler()
111 if (ev.pl_type == PMCLOG_TYPE_THR_CREATE) { in pmc_summary_handler()
117 if (ev.pl_type == PMCLOG_TYPE_PROC_CREATE) { in pmc_summary_handler()
123 if (ev.pl_type == PMCLOG_TYPE_CALLCHAIN) { in pmc_summary_handler()
/freebsd/lib/libpmc/
H A Dlibpmc_json.cc78 typenames[ev->pl_type], (uintmax_t)ev->pl_tsc); in startentry()
371 switch (ev->pl_type) { in event_to_json()
391 return jsonconvert[ev->pl_type](ev); in event_to_json()
393 errx(EX_USAGE, "ERROR: unrecognized event type: %d\n", ev->pl_type); in event_to_json()
H A Dpmclog.h176 enum pmclog_type pl_type; /* type of log entry */ member
H A Dpmclog.c307 switch (ev->pl_type = PMCLOG_HEADER_TO_TYPE(h)) { in pmclog_get_event()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_logging.c211 switch (ev.pl_type) { in pmcstat_analyze_log()
415 ev.pl_state, ev.pl_type, (uintmax_t) ev.pl_count + 1, ev.pl_offset); in pmcstat_analyze_log()
/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_log.c476 switch (ev.pl_type) { in pmcstat_print_log()
599 ev.pl_type); in pmcstat_print_log()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_ibs.c448 mpd.pl_type = PMC_CC_MULTIPART_IBS_FETCH; in pmc_ibs_process_fetch()
478 mpd.pl_type = PMC_CC_MULTIPART_IBS_OP; in pmc_ibs_process_op()
H A Dhwpmc_mod.c4676 pmc_multipart_add(ps, mp->pl_type, scale * mp->pl_length); in pmc_multipart_copydata()
/freebsd/sys/sys/
H A Dpmc.h985 char pl_type; member