Lines Matching defs:tep

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()
416 int tep_parse_saved_cmdlines(struct tep_handle *tep, const char *buf) in tep_parse_saved_cmdlines()
493 static int func_map_init(struct tep_handle *tep) in func_map_init()
533 __find_func(struct tep_handle *tep, unsigned long long addr) in __find_func()
564 int tep_set_function_resolver(struct tep_handle *tep, in tep_set_function_resolver()
588 void tep_reset_function_resolver(struct tep_handle *tep) in tep_reset_function_resolver()
595 find_func(struct tep_handle *tep, unsigned long long addr) in find_func()
626 int tep_find_function_info(struct tep_handle *tep, unsigned long long addr, in tep_find_function_info()
659 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr) in tep_find_function()
680 tep_find_function_address(struct tep_handle *tep, unsigned long long addr) in tep_find_function_address()
701 int tep_register_function(struct tep_handle *tep, char *func, in tep_register_function()
748 int tep_parse_kallsyms(struct tep_handle *tep, const char *kallsyms) in tep_parse_kallsyms()
814 void tep_print_funcs(struct tep_handle *tep) in tep_print_funcs()
856 static int printk_map_init(struct tep_handle *tep) in printk_map_init()
888 find_printk(struct tep_handle *tep, unsigned long long addr) in find_printk()
913 int tep_register_print_string(struct tep_handle *tep, const char *fmt, in tep_register_print_string()
957 void tep_print_printk(struct tep_handle *tep) in tep_print_printk()
985 int tep_parse_printk_formats(struct tep_handle *tep, const char *buf) in tep_parse_printk_formats()
1027 static int add_event(struct tep_handle *tep, struct tep_event *event) in add_event()
1168 static int __read_char(struct tep_handle *tep) in __read_char()
1181 __hidden int peek_char(struct tep_handle *tep) in peek_char()
1211 static enum tep_event_type __read_token(struct tep_handle *tep, char **tok) in __read_token()
1385 static enum tep_event_type force_token(struct tep_handle *tep, const char *str, in force_token()
1429 __hidden enum tep_event_type read_token(struct tep_handle *tep, char **tok) in read_token()
1447 static enum tep_event_type read_token_item(struct tep_handle *tep, char **tok) in read_token_item()
1493 static int __read_expect_type(struct tep_handle *tep, enum tep_event_type expect, in __read_expect_type()
1505 static int read_expect_type(struct tep_handle *tep, enum tep_event_type expect, in read_expect_type()
1511 static int __read_expected(struct tep_handle *tep, enum tep_event_type expect, in __read_expected()
1530 static int read_expected(struct tep_handle *tep, enum tep_event_type expect, in read_expected()
1536 static int read_expected_item(struct tep_handle *tep, enum tep_event_type expect, in read_expected_item()
1542 static char *event_read_name(struct tep_handle *tep) in event_read_name()
1562 static int event_read_id(struct tep_handle *tep) in event_read_id()
1661 static int event_read_fields(struct tep_handle *tep, struct tep_event *event, in event_read_fields()
3404 find_func_handler(struct tep_handle *tep, char *func_name) in find_func_handler()
3419 static void remove_func_handler(struct tep_handle *tep, char *func_name) in remove_func_handler()
3996 unsigned long long tep_read_number(struct tep_handle *tep, in tep_read_number()
4046 static int get_common_info(struct tep_handle *tep, in get_common_info()
4072 static int __parse_common(struct tep_handle *tep, void *data, in __parse_common()
4085 static int trace_parse_common_type(struct tep_handle *tep, void *data) in trace_parse_common_type()
4092 static int parse_common_pid(struct tep_handle *tep, void *data) in parse_common_pid()
4099 static int parse_common_pc(struct tep_handle *tep, void *data) in parse_common_pc()
4106 static int parse_common_flags(struct tep_handle *tep, void *data) in parse_common_flags()
4113 static int parse_common_lock_depth(struct tep_handle *tep, void *data) in parse_common_lock_depth()
4120 static int parse_common_migrate_disable(struct tep_handle *tep, void *data) in parse_common_migrate_disable()
4136 struct tep_event *tep_find_event(struct tep_handle *tep, int id) in tep_find_event()
4169 tep_find_event_by_name(struct tep_handle *tep, in tep_find_event_by_name()
4196 static unsigned long long test_for_symbol(struct tep_handle *tep, in test_for_symbol()
4243 static void dynamic_offset(struct tep_handle *tep, int size, void *data, in dynamic_offset()
4271 static inline void dynamic_offset_field(struct tep_handle *tep, in dynamic_offset_field()
4305 struct tep_handle *tep = event->tep; in eval_num_arg() local
4587 static void print_bitmask_to_seq(struct tep_handle *tep, in print_bitmask_to_seq()
4699 static void print_cpumask_to_seq(struct tep_handle *tep, in print_cpumask_to_seq()
4800 struct tep_handle *tep = event->tep; in print_str_arg() local
5153 struct tep_handle *tep = event->tep; in make_bprint_args() local
5346 struct tep_handle *tep = event->tep; in get_bprint_format() local
5436 static int parse_ip4_print_args(struct tep_handle *tep, in parse_ip4_print_args()
5961 struct tep_handle *tep = field->event->tep; in print_field_raw() local
6763 static void data_latency_format(struct tep_handle *tep, struct trace_seq *s, in data_latency_format()
6858 int tep_data_type(struct tep_handle *tep, struct tep_record *rec) in tep_data_type()
6870 int tep_data_pid(struct tep_handle *tep, struct tep_record *rec) in tep_data_pid()
6882 int tep_data_preempt_count(struct tep_handle *tep, struct tep_record *rec) in tep_data_preempt_count()
6896 int tep_data_flags(struct tep_handle *tep, struct tep_record *rec) in tep_data_flags()
6909 const char *tep_data_comm_from_pid(struct tep_handle *tep, int pid) in tep_data_comm_from_pid()
6933 pid_from_cmdlist(struct tep_handle *tep, const char *comm, struct tep_cmdline *next) in pid_from_cmdlist()
6961 struct tep_cmdline *tep_data_pid_from_comm(struct tep_handle *tep, const char *comm, in tep_data_pid_from_comm()
7004 int tep_cmdline_pid(struct tep_handle *tep, struct tep_cmdline *cmdline) in tep_cmdline_pid()
7056 tep_find_event_by_record(struct tep_handle *tep, struct tep_record *record) in tep_find_event_by_record()
7077 static void print_event_time(struct tep_handle *tep, struct trace_seq *s, in print_event_time()
7116 static void print_string(struct tep_handle *tep, struct trace_seq *s, in print_string()
7141 static void print_int(struct tep_handle *tep, struct trace_seq *s, in print_int()
7215 void tep_print_event(struct tep_handle *tep, struct trace_seq *s, in tep_print_event()
7317 static struct tep_event **list_events_copy(struct tep_handle *tep) in list_events_copy()
7366 struct tep_event **tep_list_events(struct tep_handle *tep, in tep_list_events()
7408 struct tep_event **tep_list_events_copy(struct tep_handle *tep, in tep_list_events_copy()
7591 static void parse_header_field(struct tep_handle *tep, const char *field, in parse_header_field()
7696 int tep_parse_header_page(struct tep_handle *tep, char *buf, unsigned long size, in tep_parse_header_page()
7750 static int find_event_handle(struct tep_handle *tep, struct tep_event *event) in find_event_handle()
7792 struct tep_handle *tep, const char *buf, in parse_format()
7903 __parse_event(struct tep_handle *tep, in __parse_event()
7945 enum tep_errno tep_parse_format(struct tep_handle *tep, in tep_parse_format()
7967 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf, in tep_parse_event()
8170 struct tep_handle *tep = event->tep; in tep_print_func_field() local
8226 int tep_register_print_function(struct tep_handle *tep, in tep_register_print_function()
8313 int tep_unregister_print_function(struct tep_handle *tep, in tep_unregister_print_function()
8326 static struct tep_event *search_event(struct tep_handle *tep, int id, in search_event()
8372 int tep_register_event_handler(struct tep_handle *tep, int id, in tep_register_event_handler()
8456 int tep_unregister_event_handler(struct tep_handle *tep, int id, in tep_unregister_event_handler()
8499 struct tep_handle *tep = calloc(1, sizeof(*tep)); in tep_alloc() local
8509 void tep_ref(struct tep_handle *tep) in tep_ref()
8514 int tep_get_ref(struct tep_handle *tep) in tep_get_ref()
8564 void tep_free(struct tep_handle *tep) in tep_free()
8649 void tep_unref(struct tep_handle *tep) in tep_unref()