Searched refs:get_fileno (Results 1 – 5 of 5) sorted by relevance
207 extern int get_fileno(struct thread_data *, const char *);
400 fileno = get_fileno(td, fname); in read_iolog2()405 get_fileno(td, fname) != -1) { in read_iolog2()414 fileno = get_fileno(td, fname); in read_iolog2()417 fileno = get_fileno(td, fname); in read_iolog2()
1725 int get_fileno(struct thread_data *td, const char *fname) in get_fileno() function
77 def get_fileno(self, filename): member in LogReader
772 get_fileno(ProfilerObject *self, PyCodeObject *fcode) in get_fileno() function870 fileno = get_fileno(self, frame->f_code); in tracer_callback()