Searched defs:cause_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddwrapper.c203 int cause_id; local
231 cause_id = lt_table_cause_from_name(type, 1, CAUSE_FLAG_SPECIAL);
237 lt_stat_update_cause(pid, tid, cause_id, stat_type, agg_value);
H A Dtable.c684 * Return cause_id of the cause.
717 * cause_id and priority will be set if a cause is found.
721 lt_table_cause_from_stack(const char *module_func, int *cause_id, int *priority) argument
725 g_assert(module_func != NULL && cause_id != NULL && priority != NULL);
746 *cause_id = match->lt_mt_cause_id;
753 * Get the display name of a cause. cause_id must be valid,
758 lt_table_get_cause_name(int cause_id) argument
762 if (cause_id < 0 || cause_id >= causes_array_len) {
766 cause = (lt_cause_t *)g_ptr_array_index(causes_array, cause_id);
780 lt_table_get_cause_flag(int cause_id, int flag) argument
[all...]
H A Dstat.c42 /* cause_id -> stat entry */
126 * Look up the cause_id of a synchronization object.
127 * Note that this cause_id is only unique in GROUP_SOBJ, and changes after
271 update_stat_entry(lt_stat_collection_t *stat, int cause_id, argument
286 group->lt_grp_cidlist, LT_INT_TO_POINTER(cause_id));
301 entry->lt_se_tsdata.lt_se_t_cause.lt_se_c_id = cause_id;
303 lt_table_get_cause_flag(cause_id, CAUSE_ALL_FLAGS);
314 entry->lt_se_tsdata.lt_se_t_sobj.lt_se_s_id = cause_id;
319 LT_INT_TO_POINTER(cause_id), entry);
332 update_stat_entry(stat->lt_sc_parent, cause_id, typ
342 find_cause(char *stack, int *cause_id, int *cause_priority) argument
479 lt_stat_update_cause(pid_t pid, id_t tid, int cause_id, lt_stat_type_t type, uint64_t value) argument
517 int cause_id = INVALID_CAUSE; local
1029 int cause_id; local
[all...]

Completed in 112 milliseconds