Home
last modified time | relevance | path

Searched refs:rcid_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c171 colid.rcid_type = RCIDT_PROJECT; in lprocess_insert_mark()
175 colid.rcid_type = RCIDT_ZONE; in lprocess_insert_mark()
247 (colid.rcid_type == RCIDT_PROJECT ? "project" : "zone"), in lprocess_insert_mark()
511 lcol->lcol_id.rcid_type != RCIDT_ZONE) in update_col_rss()
515 lcol->lcol_id.rcid_type != RCIDT_PROJECT) in update_col_rss()
545 if (lcol->lcol_id.rcid_type == RCIDT_PROJECT) in rss_sample_col_cb()
570 if (lcol->lcol_id.rcid_type == RCIDT_PROJECT) in col_type_cb()
638 (lcol->lcol_id.rcid_type == RCIDT_PROJECT ? "project" : "zone"), in excess_print_cb()
661 if (lcol->lcol_id.rcid_type == RCIDT_ZONE && in scan_cb()
720 if (lcol->lcol_id.rcid_type == RCIDT_ZONE && in soft_scan_cb()
[all …]
H A Drcapd_collection.c102 (colidp->rcid_type == RCIDT_PROJECT ? in lcollection_insert_update()
200 if (lcol->lcol_id.rcid_type == colidp->rcid_type && in lcollection_find_cb()
H A Drcapd_collection_project.c68 colid.rcid_type = RCIDT_PROJECT; in lcollection_update_project_cb()
99 if (lcol->lcol_id.rcid_type != RCIDT_PROJECT) in lcollection_update_onceactive_cb()
H A Drcapd_collection_zone.c65 colid.rcid_type = RCIDT_ZONE; in update_zone()
H A Drcapd_scanner.c105 (lcol->lcol_id.rcid_type == RCIDT_PROJECT ? "project" : "zone"), in st_debug()
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c80 if (col->col_id.rcid_type == id.rcid_type && in col_find()
190 if (report.lcol_id.rcid_type != stat_type) in read_stats()
326 if (col->col_id.rcid_type != stat_type) in print_stats()
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h76 uint64_t rcid_type; member