Lines Matching refs:tep_handle

164 static int cmdline_init(struct tep_handle *tep)  in cmdline_init()
193 static const char *find_cmdline(struct tep_handle *tep, int pid) in find_cmdline()
222 bool tep_is_pid_registered(struct tep_handle *tep, int pid) in tep_is_pid_registered()
248 static int add_new_comm(struct tep_handle *tep, in add_new_comm()
327 static int _tep_register_comm(struct tep_handle *tep, in _tep_register_comm()
366 int tep_register_comm(struct tep_handle *tep, const char *comm, int pid) in tep_register_comm()
381 int tep_override_comm(struct tep_handle *tep, const char *comm, int pid) in tep_override_comm()
437 static int func_map_init(struct tep_handle *tep) in func_map_init()
477 __find_func(struct tep_handle *tep, unsigned long long addr) in __find_func()
508 int tep_set_function_resolver(struct tep_handle *tep, in tep_set_function_resolver()
532 void tep_reset_function_resolver(struct tep_handle *tep) in tep_reset_function_resolver()
539 find_func(struct tep_handle *tep, unsigned long long addr) in find_func()
566 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr) in tep_find_function()
587 tep_find_function_address(struct tep_handle *tep, unsigned long long addr) in tep_find_function_address()
608 int tep_register_function(struct tep_handle *tep, char *func, in tep_register_function()
649 void tep_print_funcs(struct tep_handle *tep) in tep_print_funcs()
691 static int printk_map_init(struct tep_handle *tep) in printk_map_init()
723 find_printk(struct tep_handle *tep, unsigned long long addr) in find_printk()
748 int tep_register_print_string(struct tep_handle *tep, const char *fmt, in tep_register_print_string()
792 void tep_print_printk(struct tep_handle *tep) in tep_print_printk()
811 static int add_event(struct tep_handle *tep, struct tep_event *event) in add_event()
2978 find_func_handler(struct tep_handle *tep, char *func_name) in find_func_handler()
2993 static void remove_func_handler(struct tep_handle *tep, char *func_name) in remove_func_handler()
3432 unsigned long long tep_read_number(struct tep_handle *tep, in tep_read_number()
3482 static int get_common_info(struct tep_handle *tep, in get_common_info()
3508 static int __parse_common(struct tep_handle *tep, void *data, in __parse_common()
3521 static int trace_parse_common_type(struct tep_handle *tep, void *data) in trace_parse_common_type()
3528 static int parse_common_pid(struct tep_handle *tep, void *data) in parse_common_pid()
3535 static int parse_common_pc(struct tep_handle *tep, void *data) in parse_common_pc()
3542 static int parse_common_flags(struct tep_handle *tep, void *data) in parse_common_flags()
3549 static int parse_common_lock_depth(struct tep_handle *tep, void *data) in parse_common_lock_depth()
3556 static int parse_common_migrate_disable(struct tep_handle *tep, void *data) in parse_common_migrate_disable()
3572 struct tep_event *tep_find_event(struct tep_handle *tep, int id) in tep_find_event()
3605 tep_find_event_by_name(struct tep_handle *tep, in tep_find_event_by_name()
3635 struct tep_handle *tep = event->tep; in eval_num_arg()
3918 static void print_bitmask_to_seq(struct tep_handle *tep, in print_bitmask_to_seq()
3976 struct tep_handle *tep = event->tep; in print_str_arg()
4325 struct tep_handle *tep = event->tep; in make_bprint_args()
4515 struct tep_handle *tep = event->tep; in get_bprint_format()
4601 static int parse_ip4_print_args(struct tep_handle *tep, in parse_ip4_print_args()
5102 struct tep_handle *tep = field->event->tep; in tep_print_field()
5746 static void data_latency_format(struct tep_handle *tep, struct trace_seq *s, in data_latency_format()
5836 int tep_data_type(struct tep_handle *tep, struct tep_record *rec) in tep_data_type()
5848 int tep_data_pid(struct tep_handle *tep, struct tep_record *rec) in tep_data_pid()
5860 int tep_data_preempt_count(struct tep_handle *tep, struct tep_record *rec) in tep_data_preempt_count()
5874 int tep_data_flags(struct tep_handle *tep, struct tep_record *rec) in tep_data_flags()
5887 const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid) in tep_data_comm_from_pid()
5896 pid_from_cmdlist(struct tep_handle *tep, const char *comm, struct tep_cmdline *next) in pid_from_cmdlist()
5924 struct tep_cmdline *tep_data_pid_from_comm(struct tep_handle *tep, const char *comm, in tep_data_pid_from_comm()
5967 int tep_cmdline_pid(struct tep_handle *tep, struct tep_cmdline *cmdline) in tep_cmdline_pid()
6019 tep_find_event_by_record(struct tep_handle *tep, struct tep_record *record) in tep_find_event_by_record()
6040 static void print_event_time(struct tep_handle *tep, struct trace_seq *s, in print_event_time()
6079 static void print_string(struct tep_handle *tep, struct trace_seq *s, in print_string()
6104 static void print_int(struct tep_handle *tep, struct trace_seq *s, in print_int()
6178 void tep_print_event(struct tep_handle *tep, struct trace_seq *s, in tep_print_event()
6274 static struct tep_event **list_events_copy(struct tep_handle *tep) in list_events_copy()
6323 struct tep_event **tep_list_events(struct tep_handle *tep, in tep_list_events()
6365 struct tep_event **tep_list_events_copy(struct tep_handle *tep, in tep_list_events_copy()
6650 int tep_parse_header_page(struct tep_handle *tep, char *buf, unsigned long size, in tep_parse_header_page()
6703 static int find_event_handle(struct tep_handle *tep, struct tep_event *event) in find_event_handle()
6745 struct tep_handle *tep, const char *buf, in parse_format()
6856 __parse_event(struct tep_handle *tep, in __parse_event()
6898 enum tep_errno tep_parse_format(struct tep_handle *tep, in tep_parse_format()
6920 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf, in tep_parse_event()
7121 struct tep_handle *tep = event->tep; in tep_print_func_field()
7177 int tep_register_print_function(struct tep_handle *tep, in tep_register_print_function()
7264 int tep_unregister_print_function(struct tep_handle *tep, in tep_unregister_print_function()
7277 static struct tep_event *search_event(struct tep_handle *tep, int id, in search_event()
7323 int tep_register_event_handler(struct tep_handle *tep, int id, in tep_register_event_handler()
7407 int tep_unregister_event_handler(struct tep_handle *tep, int id, in tep_unregister_event_handler()
7448 struct tep_handle *tep_alloc(void) in tep_alloc()
7450 struct tep_handle *tep = calloc(1, sizeof(*tep)); in tep_alloc()
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()
7600 void tep_unref(struct tep_handle *tep) in tep_unref()