Searched defs:tep (Results 1 – 19 of 19) sorted by relevance
/linux/tools/lib/traceevent/ |
A D | event-parse-api.c | 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() 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() 231 int tep_get_page_size(struct tep_handle *tep) in tep_get_page_size() 258 bool tep_is_file_bigendian(struct tep_handle *tep) in tep_is_file_bigendian() 285 bool tep_is_local_bigendian(struct tep_handle *tep) in tep_is_local_bigendian() [all …]
|
A D | event-parse.c | 649 void tep_print_funcs(struct tep_handle *tep) in tep_print_funcs() 3635 struct tep_handle *tep = event->tep; in eval_num_arg() local 3976 struct tep_handle *tep = event->tep; in print_str_arg() local 4325 struct tep_handle *tep = event->tep; in make_bprint_args() local 4515 struct tep_handle *tep = event->tep; in get_bprint_format() local 6856 __parse_event(struct tep_handle *tep, in __parse_event() 7121 struct tep_handle *tep = event->tep; in tep_print_func_field() local 7460 void tep_ref(struct tep_handle *tep) in tep_ref() 7465 int tep_get_ref(struct tep_handle *tep) in tep_get_ref() 7515 void tep_free(struct tep_handle *tep) in tep_free() [all …]
|
A D | event-plugin.c | 443 load_plugin(struct tep_handle *tep, const char *path, in load_plugin() 509 load_plugins_dir(struct tep_handle *tep, const char *suffix, in load_plugins_dir() 511 void (*load_plugin)(struct tep_handle *tep, in load_plugins_dir() 566 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix, in tep_load_plugins_hook() 567 void (*load_plugin)(struct tep_handle *tep, in tep_load_plugins_hook() 638 tep_load_plugins(struct tep_handle *tep) in tep_load_plugins() 655 int tep_add_plugin_path(struct tep_handle *tep, char *path, in tep_add_plugin_path() 679 __hidden void free_tep_plugin_paths(struct tep_handle *tep) in free_tep_plugin_paths() 696 tep_unload_plugins(struct tep_plugin_list *plugin_list, struct tep_handle *tep) in tep_unload_plugins()
|
A D | parse-filter.c | 164 struct tep_event_filter *tep_filter_alloc(struct tep_handle *tep) in tep_filter_alloc() 254 find_event(struct tep_handle *tep, struct event_list **events, in find_event() 1257 struct tep_handle *tep = filter->tep; in tep_filter_add_filter_str() local 1702 struct tep_handle *tep; in get_field_str() local 1877 struct tep_handle *tep = filter->tep; in tep_filter_match() local
|
A D | event-parse.h | 270 struct tep_handle *tep; member 710 struct tep_handle *tep; member
|
/linux/tools/lib/traceevent/plugins/ |
A D | plugin_function.c | 119 static void show_function(struct trace_seq *s, struct tep_handle *tep, in show_function() 134 struct tep_handle *tep = event->tep; in function_handler() local 248 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 264 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_cfg80211.c | 28 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 39 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_kmem.c | 37 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 60 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_hrtimer.c | 55 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 66 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_tlb.c | 53 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 61 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_jbd2.c | 36 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 54 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_mac80211.c | 75 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 83 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_sched_switch.c | 123 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 136 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_futex.c | 112 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 119 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_xen.c | 123 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 134 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_kvm.c | 452 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 494 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
A D | plugin_scsi.c | 417 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER() 430 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
|
/linux/tools/perf/util/ |
A D | s390-sample-raw.c | 84 struct cf_trailer_entry *tep) in s390_cpumcfdg_dumptrail()
|
/linux/fs/ |
A D | eventpoll.c | 1444 struct eventpoll *tep = NULL; in ep_insert() local 2034 struct eventpoll *tep = NULL; in do_epoll_ctl() local
|
Completed in 65 milliseconds