/external/libtraceevent/src/ |
D | event-parse-api.c | 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() [all …]
|
D | event-parse.c | 61 __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 …]
|
D | event-plugin.c | 443 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()
|
D | parse-filter.c | 33 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 …]
|
D | parse-utils.c | 134 struct kbuffer *tep_kbuffer(struct tep_handle *tep) in tep_kbuffer()
|
/external/libtracefs/src/ |
D | tracefs-events.c | 62 int read_next_page(struct tep_handle *tep, struct cpu_iterate *cpu) in read_next_page() 86 int read_next_record(struct tep_handle *tep, struct cpu_iterate *cpu) in read_next_record() 216 static int read_cpu_pages(struct tep_handle *tep, struct tracefs_instance *instance, in read_cpu_pages() 326 int tracefs_follow_event(struct tep_handle *tep, struct tracefs_instance *instance, in tracefs_follow_event() 475 static int iterate_events(struct tep_handle *tep, in iterate_events() 538 int tracefs_iterate_raw_events(struct tep_handle *tep, in tracefs_iterate_raw_events() 567 int tracefs_iterate_snapshot_events(struct tep_handle *tep, in tracefs_iterate_snapshot_events() 1023 static int load_events(struct tep_handle *tep, in load_events() 1074 __hidden int trace_rescan_events(struct tep_handle *tep, in trace_rescan_events() 1081 __hidden int trace_load_events(struct tep_handle *tep, in trace_load_events() [all …]
|
D | tracefs-sqlhist.c | 566 static int test_event_exists(struct tep_handle *tep, in test_event_exists() 589 static int test_field_exists(struct tep_handle *tep, in test_field_exists() 636 static int update_vars(struct tep_handle *tep, in update_vars() 772 static int update_fields(struct tep_handle *tep, in update_fields() 1040 static void filter_compare_error(struct tep_handle *tep, in filter_compare_error() 1076 static void filter_error(struct tep_handle *tep, in filter_error() 1101 static int build_filter(struct tep_handle *tep, struct sqlhist_bison *sb, in build_filter() 1205 static void *field_match_error(struct tep_handle *tep, struct sqlhist_bison *sb, in field_match_error() 1236 static void *synth_init_error(struct tep_handle *tep, struct sql_table *table) in synth_init_error() 1261 static void selection_error(struct tep_handle *tep, in selection_error() [all …]
|
D | tracefs-hist.c | 31 struct tep_handle *tep; member 244 tracefs_hist_alloc(struct tep_handle *tep, in tracefs_hist_alloc() 272 tracefs_hist_alloc_2d(struct tep_handle *tep, in tracefs_hist_alloc_2d() 285 hist_alloc_nd(struct tep_handle *tep, in hist_alloc_nd() 342 tracefs_hist_alloc_nd(struct tep_handle *tep, in tracefs_hist_alloc_nd() 365 tracefs_hist_alloc_nd_cnt(struct tep_handle *tep, in tracefs_hist_alloc_nd_cnt() 758 struct tep_handle *tep; member 1020 synth_init_from(struct tep_handle *tep, const char *start_system, in synth_init_from() 1133 struct tracefs_synth *tracefs_synth_alloc(struct tep_handle *tep, in tracefs_synth_alloc() 2182 struct tep_handle *tep; in tracefs_synth_get_start_hist() local [all …]
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-filter.c | 14 struct tep_handle *tep; member 28 struct tep_handle *tep = filter->tep; in test_stacktrace() local 60 struct tep_handle *tep = filter->tep; in tracecmd_filter_match() local 125 struct tep_handle *tep; in tracecmd_filter_add() local
|
/external/libtraceevent/plugins/ |
D | plugin_function.c | 124 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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
D | plugin_sched_switch.c | 253 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()
|
D | plugin_kvm.c | 510 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()
|
/external/libtracefs/samples/ |
D | cpu-map.c | 5 static void read_subbuf(struct tep_handle *tep, struct kbuffer *kbuf) in read_subbuf() 42 struct tep_handle *tep; in main() local
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 678 struct tep_handle *tep; in test_instance_trace_sql() local 881 static int check_filtered_pid(struct tep_handle *tep, struct tracefs_instance *instance, in check_filtered_pid() 920 static void run_test(struct tracefs_instance *instance, struct tep_handle *tep, in run_test() 952 struct tep_handle *tep = test_tep; in test_instance_pid_filter() local 1076 struct tep_handle *tep; member 1506 struct tep_handle *tep; in test_instance_follow_events() local 1578 struct tep_handle *tep; in test_instance_follow_events_clear() local 2055 struct tep_handle *tep; in test_instance_synthetic() local 2184 struct tracefs_instance *instance, struct tep_handle *tep) in check_probes() 2278 struct tep_handle *tep; in test_kprobes_instance() local [all …]
|
/external/libtraceevent/samples/ |
D | test-event.c | 90 struct tep_handle *tep; in main() local
|
/external/trace-cmd/tracecmd/ |
D | trace-vm.c | 180 struct tep_handle *tep = event->tep; in callback() local 270 struct tep_handle *tep; in stop_trace_connect() local
|
D | trace-sqlhist.c | 28 struct tep_handle *tep; in do_sql() local
|