Lines Matching refs:tep_handle

170 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()
538 void tep_reset_function_resolver(struct tep_handle *tep) in tep_reset_function_resolver()
545 find_func(struct tep_handle *tep, unsigned long long addr) in find_func()
572 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr) in tep_find_function()
593 tep_find_function_address(struct tep_handle *tep, unsigned long long addr) in tep_find_function_address()
614 int tep_register_function(struct tep_handle *tep, char *func, in tep_register_function()
655 void tep_print_funcs(struct tep_handle *tep) in tep_print_funcs()
697 static int printk_map_init(struct tep_handle *tep) in printk_map_init()
729 find_printk(struct tep_handle *tep, unsigned long long addr) in find_printk()
754 int tep_register_print_string(struct tep_handle *tep, const char *fmt, in tep_register_print_string()
798 void tep_print_printk(struct tep_handle *tep) in tep_print_printk()
817 static int add_event(struct tep_handle *tep, struct tep_event *event) in add_event()
2976 find_func_handler(struct tep_handle *tep, char *func_name) in find_func_handler()
2991 static void remove_func_handler(struct tep_handle *tep, char *func_name) in remove_func_handler()
3398 unsigned long long tep_read_number(struct tep_handle *tep, in tep_read_number()
3448 static int get_common_info(struct tep_handle *tep, in get_common_info()
3474 static int __parse_common(struct tep_handle *tep, void *data, in __parse_common()
3487 static int trace_parse_common_type(struct tep_handle *tep, void *data) in trace_parse_common_type()
3494 static int parse_common_pid(struct tep_handle *tep, void *data) in parse_common_pid()
3501 static int parse_common_pc(struct tep_handle *tep, void *data) in parse_common_pc()
3508 static int parse_common_flags(struct tep_handle *tep, void *data) in parse_common_flags()
3515 static int parse_common_lock_depth(struct tep_handle *tep, void *data) in parse_common_lock_depth()
3522 static int parse_common_migrate_disable(struct tep_handle *tep, void *data) in parse_common_migrate_disable()
3538 struct tep_event *tep_find_event(struct tep_handle *tep, int id) in tep_find_event()
3571 tep_find_event_by_name(struct tep_handle *tep, in tep_find_event_by_name()
3601 struct tep_handle *tep = event->tep; in eval_num_arg()
3884 static void print_bitmask_to_seq(struct tep_handle *tep, in print_bitmask_to_seq()
3942 struct tep_handle *tep = event->tep; in print_str_arg()
4291 struct tep_handle *tep = event->tep; in make_bprint_args()
4479 struct tep_handle *tep = event->tep; in get_bprint_format()
4880 struct tep_handle *tep = field->event->tep; in tep_print_field()
4955 struct tep_handle *tep = event->tep; in pretty_print()
5220 static void data_latency_format(struct tep_handle *tep, struct trace_seq *s, in data_latency_format()
5310 int tep_data_type(struct tep_handle *tep, struct tep_record *rec) in tep_data_type()
5322 int tep_data_pid(struct tep_handle *tep, struct tep_record *rec) in tep_data_pid()
5334 int tep_data_preempt_count(struct tep_handle *tep, struct tep_record *rec) in tep_data_preempt_count()
5348 int tep_data_flags(struct tep_handle *tep, struct tep_record *rec) in tep_data_flags()
5361 const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid) in tep_data_comm_from_pid()
5370 pid_from_cmdlist(struct tep_handle *tep, const char *comm, struct tep_cmdline *next) in pid_from_cmdlist()
5398 struct tep_cmdline *tep_data_pid_from_comm(struct tep_handle *tep, const char *comm, in tep_data_pid_from_comm()
5441 int tep_cmdline_pid(struct tep_handle *tep, struct tep_cmdline *cmdline) in tep_cmdline_pid()
5493 tep_find_event_by_record(struct tep_handle *tep, struct tep_record *record) in tep_find_event_by_record()
5514 static void print_event_time(struct tep_handle *tep, struct trace_seq *s, in print_event_time()
5553 static void print_string(struct tep_handle *tep, struct trace_seq *s, in print_string()
5578 static void print_int(struct tep_handle *tep, struct trace_seq *s, in print_int()
5652 void tep_print_event(struct tep_handle *tep, struct trace_seq *s, in tep_print_event()
5748 static struct tep_event **list_events_copy(struct tep_handle *tep) in list_events_copy()
5797 struct tep_event **tep_list_events(struct tep_handle *tep, in tep_list_events()
5839 struct tep_event **tep_list_events_copy(struct tep_handle *tep, in tep_list_events_copy()
6124 int tep_parse_header_page(struct tep_handle *tep, char *buf, unsigned long size, in tep_parse_header_page()
6177 static int find_event_handle(struct tep_handle *tep, struct tep_event *event) in find_event_handle()
6219 struct tep_handle *tep, const char *buf, in __tep_parse_format()
6326 __parse_event(struct tep_handle *tep, in __parse_event()
6368 enum tep_errno tep_parse_format(struct tep_handle *tep, in tep_parse_format()
6390 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf, in tep_parse_event()
6591 struct tep_handle *tep = event->tep; in tep_print_func_field()
6647 int tep_register_print_function(struct tep_handle *tep, in tep_register_print_function()
6734 int tep_unregister_print_function(struct tep_handle *tep, in tep_unregister_print_function()
6747 static struct tep_event *search_event(struct tep_handle *tep, int id, in search_event()
6793 int tep_register_event_handler(struct tep_handle *tep, int id, in tep_register_event_handler()
6877 int tep_unregister_event_handler(struct tep_handle *tep, int id, in tep_unregister_event_handler()
6918 struct tep_handle *tep_alloc(void) in tep_alloc()
6920 struct tep_handle *tep = calloc(1, sizeof(*tep)); in tep_alloc()
6930 void tep_ref(struct tep_handle *tep) in tep_ref()
6935 int tep_get_ref(struct tep_handle *tep) in tep_get_ref()
6985 void tep_free(struct tep_handle *tep) in tep_free()
7069 void tep_unref(struct tep_handle *tep) in tep_unref()