Home
last modified time | relevance | path

Searched defs:tep (Results 1 – 16 of 16) sorted by relevance

/tools/lib/traceevent/
Devent-parse-api.c19 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 unsigned short tep_data2host2(struct tep_handle *tep, unsigned short data) in tep_data2host2()
108 unsigned int tep_data2host4(struct tep_handle *tep, unsigned int data) in tep_data2host4()
124 tep_data2host8(struct tep_handle *tep, unsigned long long data) in tep_data2host8()
150 int tep_get_header_page_size(struct tep_handle *tep) in tep_get_header_page_size()
[all …]
Devent-parse.c170 static int cmdline_init(struct tep_handle *tep) in cmdline_init()
199 static const char *find_cmdline(struct tep_handle *tep, int pid) in find_cmdline()
228 bool tep_is_pid_registered(struct tep_handle *tep, int pid) in tep_is_pid_registered()
254 static int add_new_comm(struct tep_handle *tep, in add_new_comm()
333 static int _tep_register_comm(struct tep_handle *tep, in _tep_register_comm()
372 int tep_register_comm(struct tep_handle *tep, const char *comm, int pid) in tep_register_comm()
387 int tep_override_comm(struct tep_handle *tep, const char *comm, int pid) in tep_override_comm()
443 static int func_map_init(struct tep_handle *tep) in func_map_init()
483 __find_func(struct tep_handle *tep, unsigned long long addr) in __find_func()
514 int tep_set_function_resolver(struct tep_handle *tep, in tep_set_function_resolver()
[all …]
Devent-plugin.c272 load_plugin(struct tep_handle *tep, const char *path, in load_plugin()
327 load_plugins_dir(struct tep_handle *tep, const char *suffix, in load_plugins_dir()
329 void (*load_plugin)(struct tep_handle *tep, in load_plugins_dir()
369 load_plugins(struct tep_handle *tep, const char *suffix, in load_plugins()
370 void (*load_plugin)(struct tep_handle *tep, in load_plugins()
422 tep_load_plugins(struct tep_handle *tep) in tep_load_plugins()
431 tep_unload_plugins(struct tep_plugin_list *plugin_list, struct tep_handle *tep) in tep_unload_plugins()
Dparse-filter.c169 struct tep_event_filter *tep_filter_alloc(struct tep_handle *tep) in tep_filter_alloc()
259 find_event(struct tep_handle *tep, struct event_list **events, in find_event()
1260 struct tep_handle *tep = filter->tep; in tep_filter_add_filter_str() local
1705 struct tep_handle *tep; in get_field_str() local
1880 struct tep_handle *tep = filter->tep; in tep_filter_match() local
Devent-parse.h281 struct tep_handle *tep; member
714 struct tep_handle *tep; member
/tools/lib/traceevent/plugins/
Dplugin_cfg80211.c28 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()
Dplugin_kmem.c52 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
75 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
Dplugin_hrtimer.c70 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
81 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
Dplugin_function.c129 struct tep_handle *tep = event->tep; in function_handler() local
167 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
177 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
Dplugin_jbd2.c51 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
69 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
Dplugin_mac80211.c90 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
98 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
Dplugin_sched_switch.c138 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
151 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
Dplugin_xen.c123 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()
Dplugin_kvm.c448 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
490 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
Dplugin_scsi.c417 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()
/tools/perf/util/
Ds390-sample-raw.c84 struct cf_trailer_entry *tep) in s390_cpumcfdg_dumptrail()