Searched refs:ctf_func_info (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c241 ctf_func_info(ctf_file_t *fp, ulong_t symidx, ctf_funcinfo_t *fip) function
300 if (ctf_func_info(fp, symidx, &f) == CTF_ERR)
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c105 if (ctf_func_info(fp, symdx, &ss.ss_finfo) == CTF_ERR) {
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h171 extern int ctf_func_info(ctf_file_t *, ulong_t, ctf_funcinfo_t *);
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c607 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR)
753 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR)
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c377 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR)
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c640 if (ctf_func_info(fp, fbt->fbtp_symndx, &f) == CTF_ERR)
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c1213 if (fp != NULL && ctf_func_info(fp, i, &f) != CTF_ERR) {
1668 if (ctf_func_info(fp, fbt->fbtp_symndx, &f) == CTF_ERR)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c868 if (ctf_func_info(fp, si.prs_id, &f) == CTF_ERR) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c190 if (ctf_func_info(fp, index, &f) == CTF_ERR)
H A Dmdb_ctf.c463 if (ctf_func_info(fp, si.sym_id, &f) == CTF_ERR)

Completed in 128 milliseconds