HomeSort by: relevance | last modified time | path
    Searched refs:tbo_valid_event (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/tprof/
tprof.h 64 int (*tbo_valid_event)(u_int, const tprof_param_t *); member in struct:tprof_backend_ops
tprof_armv7.c 273 .tbo_valid_event = armv7_pmu_valid_event,
tprof_armv8.c 245 .tbo_valid_event = armv8_pmu_valid_event,
tprof_x86_amd.c 307 .tbo_valid_event = NULL,
tprof_x86_intel.c 310 .tbo_valid_event = NULL,
tprof.c 503 if (tb->tb_ops->tbo_valid_event != NULL) {
504 error = tb->tb_ops->tbo_valid_event(param->p_counter, param);

Completed in 14 milliseconds