Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/libtraceevent/src/
H A 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()
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()
[all …]
H A Devent-parse.c61 __hidden void init_input_buf(struct tep_handle *tep, const char *buf, in init_input_buf()
69 __hidden const char *get_input_buf(struct tep_handle *tep) in get_input_buf()
74 __hidden unsigned long long get_input_buf_ptr(struct tep_handle *tep) in get_input_buf_ptr()
178 static int cmdline_init(struct tep_handle *tep) in cmdline_init()
207 static const char *find_cmdline(struct tep_handle *tep, int pid) in find_cmdline()
236 bool tep_is_pid_registered(struct tep_handle *tep, int pid) in tep_is_pid_registered()
262 static int add_new_comm(struct tep_handle *tep, in add_new_comm()
341 static int _tep_register_comm(struct tep_handle *tep, in _tep_register_comm()
380 int tep_register_comm(struct tep_handle *tep, const char *comm, int pid) in tep_register_comm()
395 int tep_override_comm(struct tep_handle *tep, const char *comm, int pid) in tep_override_comm()
[all …]
H A Devent-plugin.c443 load_plugin(struct tep_handle *tep, const char *path, in load_plugin()
511 load_plugins_dir(struct tep_handle *tep, const char *suffix, in load_plugins_dir()
513 void (*load_plugin)(struct tep_handle *tep, in load_plugins_dir()
568 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix, in tep_load_plugins_hook()
569 void (*load_plugin)(struct tep_handle *tep, in tep_load_plugins_hook()
640 tep_load_plugins(struct tep_handle *tep) in tep_load_plugins()
657 int tep_add_plugin_path(struct tep_handle *tep, char *path, in tep_add_plugin_path()
681 __hidden void free_tep_plugin_paths(struct tep_handle *tep) in free_tep_plugin_paths()
698 tep_unload_plugins(struct tep_plugin_list *plugin_list, struct tep_handle *tep) in tep_unload_plugins()
H A Dparse-filter.c33 static void show_error(struct tep_handle *tep, char *error_buf, const char *fmt, ...) in show_error()
60 static enum tep_event_type filter_read_token(struct tep_handle *tep, char **tok) in filter_read_token()
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()
440 add_right(struct tep_handle *tep, struct tep_filter_arg *op, in add_right()
752 reparent_op_arg(struct tep_handle *tep, struct tep_filter_arg *parent, in reparent_op_arg()
805 static int test_arg(struct tep_handle *tep, struct tep_filter_arg *parent, in test_arg()
905 static int collapse_tree(struct tep_handle *tep, struct tep_filter_arg *arg, in collapse_tree()
1259 struct tep_handle *tep = filter->tep; in tep_filter_add_filter_str() local
1704 struct tep_handle *tep; in get_field_str() local
[all …]
H A Dparse-utils.c134 struct kbuffer *tep_kbuffer(struct tep_handle *tep) in tep_kbuffer()
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-events.c64 int read_next_page(struct tep_handle *tep, struct cpu_iterate *cpu) in read_next_page()
110 int read_next_record(struct tep_handle *tep, struct cpu_iterate *cpu) in read_next_record()
240 static int read_cpu_pages(struct tep_handle *tep, struct tracefs_instance *instance, in read_cpu_pages()
351 int tracefs_follow_event(struct tep_handle *tep, struct tracefs_instance *instance, in tracefs_follow_event()
414 int tracefs_iterate_raw_events(struct tep_handle *tep, in tracefs_iterate_raw_events()
885 static int load_events(struct tep_handle *tep, in load_events()
936 __hidden int trace_rescan_events(struct tep_handle *tep, in trace_rescan_events()
943 __hidden int trace_load_events(struct tep_handle *tep, in trace_load_events()
949 __hidden struct tep_event *get_tep_event(struct tep_handle *tep, in get_tep_event()
970 static int read_header(struct tep_handle *tep, const char *tracing_dir) in read_header()
[all …]
H A Dtracefs-sqlhist.c521 static int test_event_exists(struct tep_handle *tep, in test_event_exists()
544 static int test_field_exists(struct tep_handle *tep, in test_field_exists()
590 static int update_vars(struct tep_handle *tep, in update_vars()
709 static int update_fields(struct tep_handle *tep, in update_fields()
977 static void filter_compare_error(struct tep_handle *tep, in filter_compare_error()
1013 static void filter_error(struct tep_handle *tep, in filter_error()
1038 static int build_filter(struct tep_handle *tep, struct sqlhist_bison *sb, in build_filter()
1142 static void *field_match_error(struct tep_handle *tep, struct sqlhist_bison *sb, in field_match_error()
1173 static void *synth_init_error(struct tep_handle *tep, struct sql_table *table) in synth_init_error()
1198 static void selection_error(struct tep_handle *tep, in selection_error()
[all …]
H A Dtracefs-hist.c30 struct tep_handle *tep; member
243 tracefs_hist_alloc(struct tep_handle *tep, in tracefs_hist_alloc()
271 tracefs_hist_alloc_2d(struct tep_handle *tep, in tracefs_hist_alloc_2d()
284 hist_alloc_nd(struct tep_handle *tep, in hist_alloc_nd()
341 tracefs_hist_alloc_nd(struct tep_handle *tep, in tracefs_hist_alloc_nd()
364 tracefs_hist_alloc_nd_cnt(struct tep_handle *tep, in tracefs_hist_alloc_nd_cnt()
742 struct tep_handle *tep; member
999 synth_init_from(struct tep_handle *tep, const char *start_system, in synth_init_from()
1112 struct tracefs_synth *tracefs_synth_alloc(struct tep_handle *tep, in tracefs_synth_alloc()
2104 struct tep_handle *tep; in tracefs_synth_get_start_hist() local
[all …]
/aosp_15_r20/external/libtraceevent/plugins/
H A Dplugin_function.c124 static void show_function(struct trace_seq *s, struct tep_handle *tep, in show_function()
139 struct tep_handle *tep = event->tep; in function_handler() local
180 struct tep_handle *tep = event->tep; in trace_func_repeat_handler() local
285 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
304 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
H A 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()
H A Dplugin_kmem.c37 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()
H A Dplugin_hrtimer.c55 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()
H A Dplugin_tlb.c53 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()
H A Dplugin_jbd2.c36 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()
H A Dplugin_mac80211.c75 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()
H A Dplugin_futex.c112 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()
H A 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()
H A Dplugin_sched_switch.c253 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
266 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
H A Dplugin_kvm.c510 int TEP_PLUGIN_LOADER(struct tep_handle *tep) in TEP_PLUGIN_LOADER()
555 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep) in TEP_PLUGIN_UNLOADER()
H A 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()
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c365 struct tep_handle *tep; in test_instance_trace_sql() local
425 struct tep_handle *tep; member
682 struct tep_handle *tep; in test_instance_follow_events() local
1016 struct tep_handle *tep; in test_instance_synthetic() local
1140 struct tracefs_instance *instance, struct tep_handle *tep) in check_probes()
1234 struct tep_handle *tep; in test_kprobes_instance() local
1383 struct tep_handle *tep; in test_eprobes_instance() local
1455 struct tep_handle *tep; in test_uprobes_instance() local
1998 static void test_check_events(struct tep_handle *tep, char *system, bool exist) in test_check_events()
2039 struct tep_handle *tep; in local_events() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-vm.c139 struct tep_handle *tep = event->tep; in callback() local
229 struct tep_handle *tep; in stop_trace_connect() local
/aosp_15_r20/external/trace-cmd/utest/
H A Dtracefs-utest.c417 static void test_check_events(struct tep_handle *tep, char *system, bool exist) in test_check_events()
458 struct tep_handle *tep; in test_local_events() local
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-compress.c38 struct tep_handle *tep; member
425 int fd, struct tep_handle *tep, in tracecmd_compress_alloc()
/aosp_15_r20/external/libtraceevent/samples/
H A Dtest-event.c90 struct tep_handle *tep; in main() local

12