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

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c119 static pydb_pc_frameinfo_f pydb_pc_frameinfo; variable
589 rc = pydb_pc_frameinfo(h->pydb, pc, argv[0], buf_py,
811 pydb_pc_frameinfo = (pydb_pc_frameinfo_f)
812 dlsym(libpython, "pydb_pc_frameinfo");
815 pydb_pc_frameinfo == NULL) {
846 pydb_pc_frameinfo = NULL;

Completed in 1636 milliseconds