Lines Matching refs:tep_handle

19 struct tep_event *tep_get_event(struct tep_handle *tep, int index)  in tep_get_event()
34 struct tep_event *tep_get_first_event(struct tep_handle *tep) in tep_get_first_event()
46 int tep_get_events_count(struct tep_handle *tep) in tep_get_events_count()
61 void tep_set_flag(struct tep_handle *tep, int flag) in tep_set_flag()
74 void tep_clear_flag(struct tep_handle *tep, enum tep_flag flag) in tep_clear_flag()
88 bool tep_test_flag(struct tep_handle *tep, enum tep_flag flag) in tep_test_flag()
95 __hidden unsigned short data2host2(struct tep_handle *tep, unsigned short data) in data2host2()
108 __hidden unsigned int data2host4(struct tep_handle *tep, unsigned int data) in data2host4()
124 data2host8(struct tep_handle *tep, unsigned long long data) in data2host8()
150 int tep_get_header_page_size(struct tep_handle *tep) in tep_get_header_page_size()
164 int tep_get_header_timestamp_size(struct tep_handle *tep) in tep_get_header_timestamp_size()
178 int tep_get_cpus(struct tep_handle *tep) in tep_get_cpus()
191 void tep_set_cpus(struct tep_handle *tep, int cpus) in tep_set_cpus()
204 int tep_get_long_size(struct tep_handle *tep) in tep_get_long_size()
218 void tep_set_long_size(struct tep_handle *tep, int long_size) in tep_set_long_size()
231 int tep_get_page_size(struct tep_handle *tep) in tep_get_page_size()
245 void tep_set_page_size(struct tep_handle *tep, int _page_size) in tep_set_page_size()
258 bool tep_is_file_bigendian(struct tep_handle *tep) in tep_is_file_bigendian()
272 void tep_set_file_bigendian(struct tep_handle *tep, enum tep_endian endian) in tep_set_file_bigendian()
285 bool tep_is_local_bigendian(struct tep_handle *tep) in tep_is_local_bigendian()
299 void tep_set_local_bigendian(struct tep_handle *tep, enum tep_endian endian) in tep_set_local_bigendian()
313 bool tep_is_old_format(struct tep_handle *tep) in tep_is_old_format()
329 void tep_set_test_filters(struct tep_handle *tep, int test_filters) in tep_set_test_filters()