Lines Matching refs:tep_event

99 		     struct tep_event *event, struct tep_print_arg *arg);
812 static struct tep_event *alloc_event(void) in alloc_event()
814 return calloc(1, sizeof(struct tep_event)); in alloc_event()
817 static int add_event(struct tep_handle *tep, struct tep_event *event) in add_event()
820 struct tep_event **events = realloc(tep->events, sizeof(event) * in add_event()
1428 static int event_read_fields(struct tep_event *event, struct tep_format_field **fields) in event_read_fields()
1715 static int event_read_format(struct tep_event *event) in event_read_format()
1748 process_arg_token(struct tep_event *event, struct tep_print_arg *arg,
1752 process_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_arg()
1764 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok);
1771 process_field_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_field_arg()
1785 process_cond(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_cond()
1841 process_array(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_array()
1943 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_op()
2144 process_entry(struct tep_event *event __maybe_unused, struct tep_print_arg *arg, in process_entry()
2183 static int alloc_and_process_delim(struct tep_event *event, char *next_token, in alloc_and_process_delim()
2518 process_fields(struct tep_event *event, struct tep_print_flag_sym **list, char **tok) in process_fields()
2599 process_flags(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_flags()
2652 process_symbols(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_symbols()
2691 process_hex_common(struct tep_event *event, struct tep_print_arg *arg, in process_hex_common()
2714 process_hex(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_hex()
2720 process_hex_str(struct tep_event *event, struct tep_print_arg *arg, in process_hex_str()
2727 process_int_array(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_int_array()
2755 process_dynamic_array(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_dynamic_array()
2819 process_dynamic_array_len(struct tep_event *event, struct tep_print_arg *arg, in process_dynamic_array_len()
2855 process_paren(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_paren()
2918 process_str(struct tep_event *event __maybe_unused, struct tep_print_arg *arg, in process_str()
2947 process_bitmask(struct tep_event *event __maybe_unused, struct tep_print_arg *arg, in process_bitmask()
3008 process_func_handler(struct tep_event *event, struct tep_function_handler *func, in process_func_handler()
3066 process_function(struct tep_event *event, struct tep_print_arg *arg, in process_function()
3122 process_arg_token(struct tep_event *event, struct tep_print_arg *arg, in process_arg_token()
3210 static int event_read_print_args(struct tep_event *event, struct tep_print_arg **list) in event_read_print_args()
3268 static int event_read_print(struct tep_event *event) in event_read_print()
3334 tep_find_common_field(struct tep_event *event, const char *name) in tep_find_common_field()
3356 tep_find_field(struct tep_event *event, const char *name) in tep_find_field()
3379 tep_find_any_field(struct tep_event *event, const char *name) in tep_find_any_field()
3451 struct tep_event *event; in get_common_info()
3538 struct tep_event *tep_find_event(struct tep_handle *tep, int id) in tep_find_event()
3540 struct tep_event **eventptr; in tep_find_event()
3541 struct tep_event key; in tep_find_event()
3542 struct tep_event *pkey = &key; in tep_find_event()
3570 struct tep_event *
3574 struct tep_event *event = NULL; in tep_find_event_by_name()
3599 eval_num_arg(void *data, int size, struct tep_event *event, struct tep_print_arg *arg) in eval_num_arg()
3939 struct tep_event *event, const char *format, in print_str_arg()
4194 struct tep_event *event, struct tep_print_arg *arg) in process_defined_func()
4289 static struct tep_print_arg *make_bprint_args(char *fmt, void *data, int size, struct tep_event *ev… in make_bprint_args()
4477 struct tep_event *event) in get_bprint_format()
4512 struct tep_event *event, struct tep_print_arg *arg) in print_mac_arg()
4665 void *data, int size, struct tep_event *event, in print_ipv4_arg()
4702 void *data, int size, struct tep_event *event, in print_ipv6_arg()
4752 void *data, int size, struct tep_event *event, in print_ipsa_arg()
4834 void *data, int size, struct tep_event *event, in print_ip_arg()
4941 int size __maybe_unused, struct tep_event *event) in tep_print_fields()
4953 static void pretty_print(struct trace_seq *s, void *data, int size, struct tep_event *event) in pretty_print()
5465 struct tep_event *event, struct tep_record *record) in print_event_info()
5492 struct tep_event *
5515 char *format, struct tep_event *event, in print_event_time()
5554 struct tep_record *record, struct tep_event *event, in print_string()
5579 struct tep_record *record, struct tep_event *event, in print_int()
5661 struct tep_event *event; in tep_print_event()
5702 struct tep_event * const * ea = a; in events_id_cmp()
5703 struct tep_event * const * eb = b; in events_id_cmp()
5716 struct tep_event * const * ea = a; in events_name_cmp()
5717 struct tep_event * const * eb = b; in events_name_cmp()
5733 struct tep_event * const * ea = a; in events_system_cmp()
5734 struct tep_event * const * eb = b; in events_system_cmp()
5748 static struct tep_event **list_events_copy(struct tep_handle *tep) in list_events_copy()
5750 struct tep_event **events; in list_events_copy()
5764 static void list_events_sort(struct tep_event **events, int nr_events, in list_events_sort()
5797 struct tep_event **tep_list_events(struct tep_handle *tep, in tep_list_events()
5800 struct tep_event **events; in tep_list_events()
5839 struct tep_event **tep_list_events_copy(struct tep_handle *tep, in tep_list_events_copy()
5842 struct tep_event **events; in tep_list_events_copy()
5898 struct tep_format_field **tep_event_common_fields(struct tep_event *event) in tep_event_common_fields()
5912 struct tep_format_field **tep_event_fields(struct tep_event *event) in tep_event_fields()
6154 static int event_matches(struct tep_event *event, in event_matches()
6177 static int find_event_handle(struct tep_handle *tep, struct tep_event *event) in find_event_handle()
6218 enum tep_errno __tep_parse_format(struct tep_event **eventp, in __tep_parse_format()
6222 struct tep_event *event; in __tep_parse_format()
6327 struct tep_event **eventp, in __parse_event()
6332 struct tep_event *event = *eventp; in __parse_event()
6369 struct tep_event **eventp, in tep_parse_format()
6393 struct tep_event *event = NULL; in tep_parse_event()
6430 void *tep_get_field_raw(struct trace_seq *s, struct tep_event *event, in tep_get_field_raw()
6477 int tep_get_field_val(struct trace_seq *s, struct tep_event *event, in tep_get_field_val()
6502 int tep_get_common_field_val(struct trace_seq *s, struct tep_event *event, in tep_get_common_field_val()
6527 int tep_get_any_field_val(struct trace_seq *s, struct tep_event *event, in tep_get_any_field_val()
6554 struct tep_event *event, const char *name, in tep_print_num_field()
6587 struct tep_event *event, const char *name, in tep_print_func_field()
6747 static struct tep_event *search_event(struct tep_handle *tep, int id, in search_event()
6751 struct tep_event *event; in search_event()
6797 struct tep_event *event; in tep_register_event_handler()
6881 struct tep_event *event; in tep_unregister_event_handler()
6968 void tep_free_event(struct tep_event *event) in tep_free_event()