Home
last modified time | relevance | path

Searched refs:fcall_tbl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c94 htbl_t *fcall_tbl; /* ptr to hash tbl counting function calls */ variable
H A Dmain.c270 fcall_tbl = NULL; in main()
1615 if (fcall_tbl != NULL) in per_proc_init()
1616 destroy_hash(fcall_tbl); in per_proc_init()
1617 fcall_tbl = init_hash(4096); in per_proc_init()
1655 itr = iterate_hash(fcall_tbl); in child_to_file()
1764 add_fcall(fcall_tbl, t, s, ntry.count); in file_to_parent()
2137 size_t elem = elements_in_table(fcall_tbl); in report()
2138 hiter_t *itr = iterate_hash(fcall_tbl); in report()
H A Dramdata.h179 extern htbl_t *fcall_tbl; /* function call hash table (per-proc) */
H A Dfcall.c1366 add_fcall(fcall_tbl, Dp->prt_name, in function_trace()
1484 add_fcall(fcall_tbl, Dp->prt_name, Bp->sym_name, in function_entry()