Lines Matching defs:tep
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()
60 int tep_get_function_count(struct tep_handle *tep) in tep_get_function_count()
75 void tep_set_flag(struct tep_handle *tep, int flag) in tep_set_flag()
88 void tep_clear_flag(struct tep_handle *tep, enum tep_flag flag) in tep_clear_flag()
102 bool tep_test_flag(struct tep_handle *tep, enum tep_flag flag) in tep_test_flag()
109 __hidden unsigned short data2host2(struct tep_handle *tep, unsigned short data) in data2host2()
122 __hidden unsigned int data2host4(struct tep_handle *tep, unsigned int data) in data2host4()
138 data2host8(struct tep_handle *tep, unsigned long long data) in data2host8()
164 int tep_get_header_page_size(struct tep_handle *tep) in tep_get_header_page_size()
178 int tep_get_header_timestamp_size(struct tep_handle *tep) in tep_get_header_timestamp_size()
192 int tep_get_cpus(struct tep_handle *tep) in tep_get_cpus()
205 void tep_set_cpus(struct tep_handle *tep, int cpus) in tep_set_cpus()
218 int tep_get_long_size(struct tep_handle *tep) in tep_get_long_size()
232 void tep_set_long_size(struct tep_handle *tep, int long_size) in tep_set_long_size()
245 int tep_get_page_size(struct tep_handle *tep) in tep_get_page_size()
259 void tep_set_page_size(struct tep_handle *tep, int _page_size) in tep_set_page_size()
271 int tep_get_sub_buffer_data_size(struct tep_handle *tep) in tep_get_sub_buffer_data_size()
286 int tep_get_sub_buffer_size(struct tep_handle *tep) in tep_get_sub_buffer_size()
301 int tep_get_sub_buffer_commit_offset(struct tep_handle *tep) in tep_get_sub_buffer_commit_offset()
316 bool tep_is_file_bigendian(struct tep_handle *tep) in tep_is_file_bigendian()
330 void tep_set_file_bigendian(struct tep_handle *tep, enum tep_endian endian) in tep_set_file_bigendian()
343 bool tep_is_local_bigendian(struct tep_handle *tep) in tep_is_local_bigendian()
357 void tep_set_local_bigendian(struct tep_handle *tep, enum tep_endian endian) in tep_set_local_bigendian()
371 bool tep_is_old_format(struct tep_handle *tep) in tep_is_old_format()
387 void tep_set_test_filters(struct tep_handle *tep, int test_filters) in tep_set_test_filters()