Searched refs:co_filename (Results 1 – 5 of 5) sorted by relevance
67 void* co_filename; // PyCodeObject.co_filename member101 bpf_probe_read_user(&frame->co_filename, in get_frame_data()102 sizeof(frame->co_filename), in get_frame_data()108 if (frame->co_filename) in get_frame_data()111 frame->co_filename + in get_frame_data()
1880 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]1895 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]1922 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]1956 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]1996 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]2011 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]2050 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]2076 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]2116 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]2131 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1][all …]
360 func_code(func).co_filename, func_code(func).co_firstlineno,683 file = func_code(t).co_filename727 file = func_code(f).co_filename797 file = func_code(f).co_filename931 file = func_code(f).co_filename
2887 efile = func_code(self.error_func).co_filename2971 file = func_code(item).co_filename3030 func_code(v).co_filename, func_code(v).co_firstlineno,n)
90 file = f.f_code.co_filename