Lines Matching refs:link

102  * See <link>perfmon_enable_counters_method_t</link>
103 * @result See <link>perfmon_enable_counters_method_t</link>
178 * @param refCon Any value as defined by the end-user who called <link>pmc_config_set_interrupt_threshold</link>
362 * @param monitor A handle to a performance monitor driver instance that was previously registered with <link>perf_monitor_register</link>
372 * with <link>perf_monitor_register</link>, and attaches an instance of a Performance Counter
388 * @discussion Does the reverse of <link>pmc_register</link>.
430 queue_chain_t link;
454 /* link to parent */
457 /* link to other PMCs */
458 queue_chain_t link;
544 queue_chain_t link;
586 * @discussion Callers should free the resultant list via <link>pmc_free_pmc_list</link>. This method is not interrupt safe.
602 * @discussion This method returns a list of pmcs (similar to <link>pmc_get_pmc_list</link>) whose names match the given string up to it's length.
603 * For example, searching for "ia32" would return pmcs "ia32gp0" and "ia32gp1". Results should be released by the caller using <link>pmc_free_pmc_list</link>
638 * should free the configuration object via <link>pmc_free_config</link>. This method is not interrupt safe.
654 * on one of the logical cores that can read the given pmc. The semantics of this method are the same as <link>pmc_reserve</link> in all other respects.
659 * @result See <link>pmc_reserve</link>
666 * running on one of the logical cores that can read the given pmc. The semantics of this method are the same as <link>pmc_reserve_task</link> in all other respects.
671 * @result See <link>pmc_reserve</link>