Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dpyperf.h66 void* co_filename; // PyCodeObject.co_filename member
100 bpf_probe_read_user(&frame->co_filename, in get_frame_data()
101 sizeof(frame->co_filename), in get_frame_data()
107 if (frame->co_filename) in get_frame_data()
110 frame->co_filename + in get_frame_data()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dlex.py360 func_code(func).co_filename, func_code(func).co_firstlineno,
683 file = func_code(t).co_filename
727 file = func_code(f).co_filename
797 file = func_code(f).co_filename
931 file = func_code(f).co_filename
H A Dyacc.py2887 efile = func_code(self.error_func).co_filename
2971 file = func_code(item).co_filename
3030 func_code(v).co_filename, func_code(v).co_firstlineno,n)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddata_smart.py87 file = f.f_code.co_filename