tep_handle         19 tools/lib/traceevent/event-parse-api.c struct tep_event *tep_get_event(struct tep_handle *tep, int index)
tep_handle         34 tools/lib/traceevent/event-parse-api.c struct tep_event *tep_get_first_event(struct tep_handle *tep)
tep_handle         46 tools/lib/traceevent/event-parse-api.c int tep_get_events_count(struct tep_handle *tep)
tep_handle         61 tools/lib/traceevent/event-parse-api.c void tep_set_flag(struct tep_handle *tep, int flag)
tep_handle         74 tools/lib/traceevent/event-parse-api.c void tep_clear_flag(struct tep_handle *tep, enum tep_flag flag)
tep_handle         88 tools/lib/traceevent/event-parse-api.c bool tep_test_flag(struct tep_handle *tep, enum tep_flag flag)
tep_handle         95 tools/lib/traceevent/event-parse-api.c unsigned short tep_data2host2(struct tep_handle *tep, unsigned short data)
tep_handle        108 tools/lib/traceevent/event-parse-api.c unsigned int tep_data2host4(struct tep_handle *tep, unsigned int data)
tep_handle        124 tools/lib/traceevent/event-parse-api.c tep_data2host8(struct tep_handle *tep, unsigned long long data)
tep_handle        150 tools/lib/traceevent/event-parse-api.c int tep_get_header_page_size(struct tep_handle *tep)
tep_handle        164 tools/lib/traceevent/event-parse-api.c int tep_get_header_timestamp_size(struct tep_handle *tep)
tep_handle        178 tools/lib/traceevent/event-parse-api.c int tep_get_cpus(struct tep_handle *tep)
tep_handle        191 tools/lib/traceevent/event-parse-api.c void tep_set_cpus(struct tep_handle *tep, int cpus)
tep_handle        204 tools/lib/traceevent/event-parse-api.c int tep_get_long_size(struct tep_handle *tep)
tep_handle        218 tools/lib/traceevent/event-parse-api.c void tep_set_long_size(struct tep_handle *tep, int long_size)
tep_handle        231 tools/lib/traceevent/event-parse-api.c int tep_get_page_size(struct tep_handle *tep)
tep_handle        245 tools/lib/traceevent/event-parse-api.c void tep_set_page_size(struct tep_handle *tep, int _page_size)
tep_handle        258 tools/lib/traceevent/event-parse-api.c bool tep_is_file_bigendian(struct tep_handle *tep)
tep_handle        272 tools/lib/traceevent/event-parse-api.c void tep_set_file_bigendian(struct tep_handle *tep, enum tep_endian endian)
tep_handle        285 tools/lib/traceevent/event-parse-api.c bool tep_is_local_bigendian(struct tep_handle *tep)
tep_handle        299 tools/lib/traceevent/event-parse-api.c void tep_set_local_bigendian(struct tep_handle *tep, enum tep_endian endian)
tep_handle        313 tools/lib/traceevent/event-parse-api.c bool tep_is_old_format(struct tep_handle *tep)
tep_handle        329 tools/lib/traceevent/event-parse-api.c void tep_set_test_filters(struct tep_handle *tep, int test_filters)
tep_handle         89 tools/lib/traceevent/event-parse-local.h unsigned short tep_data2host2(struct tep_handle *tep, unsigned short data);
tep_handle         90 tools/lib/traceevent/event-parse-local.h unsigned int tep_data2host4(struct tep_handle *tep, unsigned int data);
tep_handle         91 tools/lib/traceevent/event-parse-local.h unsigned long long tep_data2host8(struct tep_handle *tep, unsigned long long data);
tep_handle        170 tools/lib/traceevent/event-parse.c static int cmdline_init(struct tep_handle *tep)
tep_handle        199 tools/lib/traceevent/event-parse.c static const char *find_cmdline(struct tep_handle *tep, int pid)
tep_handle        228 tools/lib/traceevent/event-parse.c bool tep_is_pid_registered(struct tep_handle *tep, int pid)
tep_handle        254 tools/lib/traceevent/event-parse.c static int add_new_comm(struct tep_handle *tep,
tep_handle        333 tools/lib/traceevent/event-parse.c static int _tep_register_comm(struct tep_handle *tep,
tep_handle        372 tools/lib/traceevent/event-parse.c int tep_register_comm(struct tep_handle *tep, const char *comm, int pid)
tep_handle        387 tools/lib/traceevent/event-parse.c int tep_override_comm(struct tep_handle *tep, const char *comm, int pid)
tep_handle        443 tools/lib/traceevent/event-parse.c static int func_map_init(struct tep_handle *tep)
tep_handle        483 tools/lib/traceevent/event-parse.c __find_func(struct tep_handle *tep, unsigned long long addr)
tep_handle        514 tools/lib/traceevent/event-parse.c int tep_set_function_resolver(struct tep_handle *tep,
tep_handle        538 tools/lib/traceevent/event-parse.c void tep_reset_function_resolver(struct tep_handle *tep)
tep_handle        545 tools/lib/traceevent/event-parse.c find_func(struct tep_handle *tep, unsigned long long addr)
tep_handle        572 tools/lib/traceevent/event-parse.c const char *tep_find_function(struct tep_handle *tep, unsigned long long addr)
tep_handle        593 tools/lib/traceevent/event-parse.c tep_find_function_address(struct tep_handle *tep, unsigned long long addr)
tep_handle        614 tools/lib/traceevent/event-parse.c int tep_register_function(struct tep_handle *tep, char *func,
tep_handle        655 tools/lib/traceevent/event-parse.c void tep_print_funcs(struct tep_handle *tep)
tep_handle        697 tools/lib/traceevent/event-parse.c static int printk_map_init(struct tep_handle *tep)
tep_handle        729 tools/lib/traceevent/event-parse.c find_printk(struct tep_handle *tep, unsigned long long addr)
tep_handle        754 tools/lib/traceevent/event-parse.c int tep_register_print_string(struct tep_handle *tep, const char *fmt,
tep_handle        798 tools/lib/traceevent/event-parse.c void tep_print_printk(struct tep_handle *tep)
tep_handle        817 tools/lib/traceevent/event-parse.c static int add_event(struct tep_handle *tep, struct tep_event *event)
tep_handle       2976 tools/lib/traceevent/event-parse.c find_func_handler(struct tep_handle *tep, char *func_name)
tep_handle       2991 tools/lib/traceevent/event-parse.c static void remove_func_handler(struct tep_handle *tep, char *func_name)
tep_handle       3398 tools/lib/traceevent/event-parse.c unsigned long long tep_read_number(struct tep_handle *tep,
tep_handle       3448 tools/lib/traceevent/event-parse.c static int get_common_info(struct tep_handle *tep,
tep_handle       3474 tools/lib/traceevent/event-parse.c static int __parse_common(struct tep_handle *tep, void *data,
tep_handle       3487 tools/lib/traceevent/event-parse.c static int trace_parse_common_type(struct tep_handle *tep, void *data)
tep_handle       3494 tools/lib/traceevent/event-parse.c static int parse_common_pid(struct tep_handle *tep, void *data)
tep_handle       3501 tools/lib/traceevent/event-parse.c static int parse_common_pc(struct tep_handle *tep, void *data)
tep_handle       3508 tools/lib/traceevent/event-parse.c static int parse_common_flags(struct tep_handle *tep, void *data)
tep_handle       3515 tools/lib/traceevent/event-parse.c static int parse_common_lock_depth(struct tep_handle *tep, void *data)
tep_handle       3522 tools/lib/traceevent/event-parse.c static int parse_common_migrate_disable(struct tep_handle *tep, void *data)
tep_handle       3538 tools/lib/traceevent/event-parse.c struct tep_event *tep_find_event(struct tep_handle *tep, int id)
tep_handle       3571 tools/lib/traceevent/event-parse.c tep_find_event_by_name(struct tep_handle *tep,
tep_handle       3601 tools/lib/traceevent/event-parse.c 	struct tep_handle *tep = event->tep;
tep_handle       3884 tools/lib/traceevent/event-parse.c static void print_bitmask_to_seq(struct tep_handle *tep,
tep_handle       3942 tools/lib/traceevent/event-parse.c 	struct tep_handle *tep = event->tep;
tep_handle       4291 tools/lib/traceevent/event-parse.c 	struct tep_handle *tep = event->tep;
tep_handle       4479 tools/lib/traceevent/event-parse.c 	struct tep_handle *tep = event->tep;
tep_handle       4880 tools/lib/traceevent/event-parse.c 	struct tep_handle *tep = field->event->tep;
tep_handle       4955 tools/lib/traceevent/event-parse.c 	struct tep_handle *tep = event->tep;
tep_handle       5220 tools/lib/traceevent/event-parse.c static void data_latency_format(struct tep_handle *tep, struct trace_seq *s,
tep_handle       5310 tools/lib/traceevent/event-parse.c int tep_data_type(struct tep_handle *tep, struct tep_record *rec)
tep_handle       5322 tools/lib/traceevent/event-parse.c int tep_data_pid(struct tep_handle *tep, struct tep_record *rec)
tep_handle       5334 tools/lib/traceevent/event-parse.c int tep_data_preempt_count(struct tep_handle *tep, struct tep_record *rec)
tep_handle       5348 tools/lib/traceevent/event-parse.c int tep_data_flags(struct tep_handle *tep, struct tep_record *rec)
tep_handle       5361 tools/lib/traceevent/event-parse.c const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid)
tep_handle       5370 tools/lib/traceevent/event-parse.c pid_from_cmdlist(struct tep_handle *tep, const char *comm, struct tep_cmdline *next)
tep_handle       5398 tools/lib/traceevent/event-parse.c struct tep_cmdline *tep_data_pid_from_comm(struct tep_handle *tep, const char *comm,
tep_handle       5441 tools/lib/traceevent/event-parse.c int tep_cmdline_pid(struct tep_handle *tep, struct tep_cmdline *cmdline)
tep_handle       5493 tools/lib/traceevent/event-parse.c tep_find_event_by_record(struct tep_handle *tep, struct tep_record *record)
tep_handle       5514 tools/lib/traceevent/event-parse.c static void print_event_time(struct tep_handle *tep, struct trace_seq *s,
tep_handle       5553 tools/lib/traceevent/event-parse.c static void print_string(struct tep_handle *tep, struct trace_seq *s,
tep_handle       5578 tools/lib/traceevent/event-parse.c static void print_int(struct tep_handle *tep, struct trace_seq *s,
tep_handle       5652 tools/lib/traceevent/event-parse.c void tep_print_event(struct tep_handle *tep, struct trace_seq *s,
tep_handle       5748 tools/lib/traceevent/event-parse.c static struct tep_event **list_events_copy(struct tep_handle *tep)
tep_handle       5797 tools/lib/traceevent/event-parse.c struct tep_event **tep_list_events(struct tep_handle *tep,
tep_handle       5839 tools/lib/traceevent/event-parse.c struct tep_event **tep_list_events_copy(struct tep_handle *tep,
tep_handle       6124 tools/lib/traceevent/event-parse.c int tep_parse_header_page(struct tep_handle *tep, char *buf, unsigned long size,
tep_handle       6177 tools/lib/traceevent/event-parse.c static int find_event_handle(struct tep_handle *tep, struct tep_event *event)
tep_handle       6219 tools/lib/traceevent/event-parse.c 				  struct tep_handle *tep, const char *buf,
tep_handle       6326 tools/lib/traceevent/event-parse.c __parse_event(struct tep_handle *tep,
tep_handle       6368 tools/lib/traceevent/event-parse.c enum tep_errno tep_parse_format(struct tep_handle *tep,
tep_handle       6390 tools/lib/traceevent/event-parse.c enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf,
tep_handle       6591 tools/lib/traceevent/event-parse.c 	struct tep_handle *tep = event->tep;
tep_handle       6647 tools/lib/traceevent/event-parse.c int tep_register_print_function(struct tep_handle *tep,
tep_handle       6734 tools/lib/traceevent/event-parse.c int tep_unregister_print_function(struct tep_handle *tep,
tep_handle       6747 tools/lib/traceevent/event-parse.c static struct tep_event *search_event(struct tep_handle *tep, int id,
tep_handle       6793 tools/lib/traceevent/event-parse.c int tep_register_event_handler(struct tep_handle *tep, int id,
tep_handle       6877 tools/lib/traceevent/event-parse.c int tep_unregister_event_handler(struct tep_handle *tep, int id,
tep_handle       6918 tools/lib/traceevent/event-parse.c struct tep_handle *tep_alloc(void)
tep_handle       6920 tools/lib/traceevent/event-parse.c 	struct tep_handle *tep = calloc(1, sizeof(*tep));
tep_handle       6930 tools/lib/traceevent/event-parse.c void tep_ref(struct tep_handle *tep)
tep_handle       6935 tools/lib/traceevent/event-parse.c int tep_get_ref(struct tep_handle *tep)
tep_handle       6985 tools/lib/traceevent/event-parse.c void tep_free(struct tep_handle *tep)
tep_handle       7069 tools/lib/traceevent/event-parse.c void tep_unref(struct tep_handle *tep)
tep_handle         59 tools/lib/traceevent/event-parse.h struct tep_handle;
tep_handle         67 tools/lib/traceevent/event-parse.h typedef int (*tep_plugin_load_func)(struct tep_handle *tep);
tep_handle         68 tools/lib/traceevent/event-parse.h typedef int (*tep_plugin_unload_func)(struct tep_handle *tep);
tep_handle        281 tools/lib/traceevent/event-parse.h 	struct tep_handle	*tep;
tep_handle        396 tools/lib/traceevent/event-parse.h struct tep_plugin_list *tep_load_plugins(struct tep_handle *tep);
tep_handle        398 tools/lib/traceevent/event-parse.h 			struct tep_handle *tep);
tep_handle        411 tools/lib/traceevent/event-parse.h void tep_set_flag(struct tep_handle *tep, int flag);
tep_handle        412 tools/lib/traceevent/event-parse.h void tep_clear_flag(struct tep_handle *tep, enum tep_flag flag);
tep_handle        413 tools/lib/traceevent/event-parse.h bool tep_test_flag(struct tep_handle *tep, enum tep_flag flags);
tep_handle        433 tools/lib/traceevent/event-parse.h int tep_set_function_resolver(struct tep_handle *tep,
tep_handle        435 tools/lib/traceevent/event-parse.h void tep_reset_function_resolver(struct tep_handle *tep);
tep_handle        436 tools/lib/traceevent/event-parse.h int tep_register_comm(struct tep_handle *tep, const char *comm, int pid);
tep_handle        437 tools/lib/traceevent/event-parse.h int tep_override_comm(struct tep_handle *tep, const char *comm, int pid);
tep_handle        438 tools/lib/traceevent/event-parse.h int tep_register_function(struct tep_handle *tep, char *name,
tep_handle        440 tools/lib/traceevent/event-parse.h int tep_register_print_string(struct tep_handle *tep, const char *fmt,
tep_handle        442 tools/lib/traceevent/event-parse.h bool tep_is_pid_registered(struct tep_handle *tep, int pid);
tep_handle        444 tools/lib/traceevent/event-parse.h struct tep_event *tep_get_event(struct tep_handle *tep, int index);
tep_handle        455 tools/lib/traceevent/event-parse.h void tep_print_event(struct tep_handle *tep, struct trace_seq *s,
tep_handle        459 tools/lib/traceevent/event-parse.h int tep_parse_header_page(struct tep_handle *tep, char *buf, unsigned long size,
tep_handle        462 tools/lib/traceevent/event-parse.h enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf,
tep_handle        464 tools/lib/traceevent/event-parse.h enum tep_errno tep_parse_format(struct tep_handle *tep,
tep_handle        496 tools/lib/traceevent/event-parse.h int tep_register_event_handler(struct tep_handle *tep, int id,
tep_handle        499 tools/lib/traceevent/event-parse.h int tep_unregister_event_handler(struct tep_handle *tep, int id,
tep_handle        502 tools/lib/traceevent/event-parse.h int tep_register_print_function(struct tep_handle *tep,
tep_handle        506 tools/lib/traceevent/event-parse.h int tep_unregister_print_function(struct tep_handle *tep,
tep_handle        513 tools/lib/traceevent/event-parse.h const char *tep_find_function(struct tep_handle *tep, unsigned long long addr);
tep_handle        515 tools/lib/traceevent/event-parse.h tep_find_function_address(struct tep_handle *tep, unsigned long long addr);
tep_handle        516 tools/lib/traceevent/event-parse.h unsigned long long tep_read_number(struct tep_handle *tep, const void *ptr, int size);
tep_handle        520 tools/lib/traceevent/event-parse.h struct tep_event *tep_get_first_event(struct tep_handle *tep);
tep_handle        521 tools/lib/traceevent/event-parse.h int tep_get_events_count(struct tep_handle *tep);
tep_handle        522 tools/lib/traceevent/event-parse.h struct tep_event *tep_find_event(struct tep_handle *tep, int id);
tep_handle        525 tools/lib/traceevent/event-parse.h tep_find_event_by_name(struct tep_handle *tep, const char *sys, const char *name);
tep_handle        527 tools/lib/traceevent/event-parse.h tep_find_event_by_record(struct tep_handle *tep, struct tep_record *record);
tep_handle        529 tools/lib/traceevent/event-parse.h int tep_data_type(struct tep_handle *tep, struct tep_record *rec);
tep_handle        530 tools/lib/traceevent/event-parse.h int tep_data_pid(struct tep_handle *tep, struct tep_record *rec);
tep_handle        531 tools/lib/traceevent/event-parse.h int tep_data_preempt_count(struct tep_handle *tep, struct tep_record *rec);
tep_handle        532 tools/lib/traceevent/event-parse.h int tep_data_flags(struct tep_handle *tep, struct tep_record *rec);
tep_handle        533 tools/lib/traceevent/event-parse.h const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid);
tep_handle        535 tools/lib/traceevent/event-parse.h struct tep_cmdline *tep_data_pid_from_comm(struct tep_handle *tep, const char *comm,
tep_handle        537 tools/lib/traceevent/event-parse.h int tep_cmdline_pid(struct tep_handle *tep, struct tep_cmdline *cmdline);
tep_handle        543 tools/lib/traceevent/event-parse.h int tep_strerror(struct tep_handle *tep, enum tep_errno errnum,
tep_handle        546 tools/lib/traceevent/event-parse.h struct tep_event **tep_list_events(struct tep_handle *tep, enum tep_event_sort_type);
tep_handle        547 tools/lib/traceevent/event-parse.h struct tep_event **tep_list_events_copy(struct tep_handle *tep,
tep_handle        556 tools/lib/traceevent/event-parse.h int tep_get_cpus(struct tep_handle *tep);
tep_handle        557 tools/lib/traceevent/event-parse.h void tep_set_cpus(struct tep_handle *tep, int cpus);
tep_handle        558 tools/lib/traceevent/event-parse.h int tep_get_long_size(struct tep_handle *tep);
tep_handle        559 tools/lib/traceevent/event-parse.h void tep_set_long_size(struct tep_handle *tep, int long_size);
tep_handle        560 tools/lib/traceevent/event-parse.h int tep_get_page_size(struct tep_handle *tep);
tep_handle        561 tools/lib/traceevent/event-parse.h void tep_set_page_size(struct tep_handle *tep, int _page_size);
tep_handle        562 tools/lib/traceevent/event-parse.h bool tep_is_file_bigendian(struct tep_handle *tep);
tep_handle        563 tools/lib/traceevent/event-parse.h void tep_set_file_bigendian(struct tep_handle *tep, enum tep_endian endian);
tep_handle        564 tools/lib/traceevent/event-parse.h bool tep_is_local_bigendian(struct tep_handle *tep);
tep_handle        565 tools/lib/traceevent/event-parse.h void tep_set_local_bigendian(struct tep_handle *tep, enum tep_endian endian);
tep_handle        566 tools/lib/traceevent/event-parse.h int tep_get_header_page_size(struct tep_handle *tep);
tep_handle        567 tools/lib/traceevent/event-parse.h int tep_get_header_timestamp_size(struct tep_handle *tep);
tep_handle        568 tools/lib/traceevent/event-parse.h bool tep_is_old_format(struct tep_handle *tep);
tep_handle        569 tools/lib/traceevent/event-parse.h void tep_set_test_filters(struct tep_handle *tep, int test_filters);
tep_handle        571 tools/lib/traceevent/event-parse.h struct tep_handle *tep_alloc(void);
tep_handle        572 tools/lib/traceevent/event-parse.h void tep_free(struct tep_handle *tep);
tep_handle        573 tools/lib/traceevent/event-parse.h void tep_ref(struct tep_handle *tep);
tep_handle        574 tools/lib/traceevent/event-parse.h void tep_unref(struct tep_handle *tep);
tep_handle        575 tools/lib/traceevent/event-parse.h int tep_get_ref(struct tep_handle *tep);
tep_handle        586 tools/lib/traceevent/event-parse.h void tep_print_funcs(struct tep_handle *tep);
tep_handle        587 tools/lib/traceevent/event-parse.h void tep_print_printk(struct tep_handle *tep);
tep_handle        714 tools/lib/traceevent/event-parse.h 	struct tep_handle	*tep;
tep_handle        720 tools/lib/traceevent/event-parse.h struct tep_event_filter *tep_filter_alloc(struct tep_handle *tep);
tep_handle        272 tools/lib/traceevent/event-plugin.c load_plugin(struct tep_handle *tep, const char *path,
tep_handle        327 tools/lib/traceevent/event-plugin.c load_plugins_dir(struct tep_handle *tep, const char *suffix,
tep_handle        329 tools/lib/traceevent/event-plugin.c 		 void (*load_plugin)(struct tep_handle *tep,
tep_handle        369 tools/lib/traceevent/event-plugin.c load_plugins(struct tep_handle *tep, const char *suffix,
tep_handle        370 tools/lib/traceevent/event-plugin.c 	     void (*load_plugin)(struct tep_handle *tep,
tep_handle        422 tools/lib/traceevent/event-plugin.c tep_load_plugins(struct tep_handle *tep)
tep_handle        431 tools/lib/traceevent/event-plugin.c tep_unload_plugins(struct tep_plugin_list *plugin_list, struct tep_handle *tep)
tep_handle        169 tools/lib/traceevent/parse-filter.c struct tep_event_filter *tep_filter_alloc(struct tep_handle *tep)
tep_handle        259 tools/lib/traceevent/parse-filter.c find_event(struct tep_handle *tep, struct event_list **events,
tep_handle       1262 tools/lib/traceevent/parse-filter.c 	struct tep_handle *tep = filter->tep;
tep_handle       1707 tools/lib/traceevent/parse-filter.c 	struct tep_handle *tep;
tep_handle       1882 tools/lib/traceevent/parse-filter.c 	struct tep_handle *tep = filter->tep;
tep_handle         28 tools/lib/traceevent/plugins/plugin_cfg80211.c int TEP_PLUGIN_LOADER(struct tep_handle *tep)
tep_handle         39 tools/lib/traceevent/plugins/plugin_cfg80211.c void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
tep_handle        129 tools/lib/traceevent/plugins/plugin_function.c 	struct tep_handle *tep = event->tep;
tep_handle        167 tools/lib/traceevent/plugins/plugin_function.c int TEP_PLUGIN_LOADER(struct tep_handle *tep)
tep_handle        177 tools/lib/traceevent/plugins/plugin_function.c void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
tep_handle         70 tools/lib/traceevent/plugins/plugin_hrtimer.c int TEP_PLUGIN_LOADER(struct tep_handle *tep)
tep_handle         81 tools/lib/traceevent/plugins/plugin_hrtimer.c void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
tep_handle         51 tools/lib/traceevent/plugins/plugin_jbd2.c int TEP_PLUGIN_LOADER(struct tep_handle *tep)
tep_handle         69 tools/lib/traceevent/plugins/plugin_jbd2.c void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
tep_handle         52 tools/lib/traceevent/plugins/plugin_kmem.c int TEP_PLUGIN_LOADER(struct tep_handle *tep)
tep_handle         75 tools/lib/traceevent/plugins/plugin_kmem.c void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
tep_handle        448 tools/lib/traceevent/plugins/plugin_kvm.c int TEP_PLUGIN_LOADER(struct tep_handle *tep)
tep_handle        490 tools/lib/traceevent/plugins/plugin_kvm.c void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
tep_handle         90 tools/lib/traceevent/plugins/plugin_mac80211.c int TEP_PLUGIN_LOADER(struct tep_handle *tep)
tep_handle         98 tools/lib/traceevent/plugins/plugin_mac80211.c void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
tep_handle        138 tools/lib/traceevent/plugins/plugin_sched_switch.c int TEP_PLUGIN_LOADER(struct tep_handle *tep)
tep_handle        151 tools/lib/traceevent/plugins/plugin_sched_switch.c void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
tep_handle        417 tools/lib/traceevent/plugins/plugin_scsi.c int TEP_PLUGIN_LOADER(struct tep_handle *tep)
tep_handle        430 tools/lib/traceevent/plugins/plugin_scsi.c void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
tep_handle        123 tools/lib/traceevent/plugins/plugin_xen.c int TEP_PLUGIN_LOADER(struct tep_handle *tep)
tep_handle        134 tools/lib/traceevent/plugins/plugin_xen.c void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
tep_handle         29 tools/lib/traceevent/tep_strerror.c int tep_strerror(struct tep_handle *tep __maybe_unused,
tep_handle       3485 tools/perf/util/header.c 						struct tep_handle *pevent)
tep_handle       3517 tools/perf/util/header.c 						  struct tep_handle *pevent)
tep_handle        357 tools/perf/util/python.c 	struct tep_handle *pevent = field->event->tep;
tep_handle        540 tools/perf/util/scripting-engines/trace-event-perl.c static int perl_generate_script(struct tep_handle *pevent, const char *outfile)
tep_handle       1688 tools/perf/util/scripting-engines/trace-event-python.c static int python_generate_script(struct tep_handle *pevent, const char *outfile)
tep_handle        281 tools/perf/util/sort.h struct tep_handle;
tep_handle         18 tools/perf/util/trace-event-parse.c 	struct tep_handle *pevent = context->pevent;
tep_handle        123 tools/perf/util/trace-event-parse.c void parse_ftrace_printk(struct tep_handle *pevent,
tep_handle        149 tools/perf/util/trace-event-parse.c void parse_saved_cmdline(struct tep_handle *pevent,
tep_handle        165 tools/perf/util/trace-event-parse.c int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size)
tep_handle        170 tools/perf/util/trace-event-parse.c int parse_event_file(struct tep_handle *pevent,
tep_handle         81 tools/perf/util/trace-event-read.c static unsigned int read4(struct tep_handle *pevent)
tep_handle         90 tools/perf/util/trace-event-read.c static unsigned long long read8(struct tep_handle *pevent)
tep_handle        143 tools/perf/util/trace-event-read.c static int read_proc_kallsyms(struct tep_handle *pevent)
tep_handle        166 tools/perf/util/trace-event-read.c static int read_ftrace_printk(struct tep_handle *pevent)
tep_handle        193 tools/perf/util/trace-event-read.c static int read_header_files(struct tep_handle *pevent)
tep_handle        244 tools/perf/util/trace-event-read.c static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size)
tep_handle        269 tools/perf/util/trace-event-read.c static int read_event_file(struct tep_handle *pevent, char *sys,
tep_handle        293 tools/perf/util/trace-event-read.c static int read_ftrace_files(struct tep_handle *pevent)
tep_handle        311 tools/perf/util/trace-event-read.c static int read_event_files(struct tep_handle *pevent)
tep_handle        342 tools/perf/util/trace-event-read.c static int read_saved_cmdline(struct tep_handle *pevent)
tep_handle        385 tools/perf/util/trace-event-read.c 	struct tep_handle *pevent = NULL;
tep_handle         54 tools/perf/util/trace-event-scripting.c static int python_generate_script_unsupported(struct tep_handle *pevent
tep_handle        118 tools/perf/util/trace-event-scripting.c static int perl_generate_script_unsupported(struct tep_handle *pevent
tep_handle         30 tools/perf/util/trace-event.c 	struct tep_handle *pevent = tep_alloc();
tep_handle         43 tools/perf/util/trace-event.c 	struct tep_handle *pevent;
tep_handle         78 tools/perf/util/trace-event.c 	struct tep_handle *pevent = tevent.pevent;
tep_handle         16 tools/perf/util/trace-event.h 	struct tep_handle	*pevent;
tep_handle         37 tools/perf/util/trace-event.h int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size);
tep_handle         38 tools/perf/util/trace-event.h int parse_event_file(struct tep_handle *pevent,
tep_handle         44 tools/perf/util/trace-event.h void parse_proc_kallsyms(struct tep_handle *pevent, char *file, unsigned int size);
tep_handle         45 tools/perf/util/trace-event.h void parse_ftrace_printk(struct tep_handle *pevent, char *file, unsigned int size);
tep_handle         46 tools/perf/util/trace-event.h void parse_saved_cmdline(struct tep_handle *pevent, char *file, unsigned int size);
tep_handle         87 tools/perf/util/trace-event.h 	int (*generate_script) (struct tep_handle *pevent, const char *outfile);
tep_handle         98 tools/perf/util/trace-event.h 	struct tep_handle *pevent;