Lines Matching defs:pevent

160 static int cmdline_init(struct pevent *pevent)  in cmdline_init()
189 static const char *find_cmdline(struct pevent *pevent, int pid) in find_cmdline()
218 int pevent_pid_is_registered(struct pevent *pevent, int pid) in pevent_pid_is_registered()
244 static int add_new_comm(struct pevent *pevent, const char *comm, int pid) in add_new_comm()
296 int pevent_register_comm(struct pevent *pevent, const char *comm, int pid) in pevent_register_comm()
324 int pevent_register_trace_clock(struct pevent *pevent, const char *trace_clock) in pevent_register_trace_clock()
381 static int func_map_init(struct pevent *pevent) in func_map_init()
421 find_func(struct pevent *pevent, unsigned long long addr) in find_func()
446 const char *pevent_find_function(struct pevent *pevent, unsigned long long addr) in pevent_find_function()
467 pevent_find_function_address(struct pevent *pevent, unsigned long long addr) in pevent_find_function_address()
488 int pevent_register_function(struct pevent *pevent, char *func, in pevent_register_function()
529 void pevent_print_funcs(struct pevent *pevent) in pevent_print_funcs()
571 static int printk_map_init(struct pevent *pevent) in printk_map_init()
603 find_printk(struct pevent *pevent, unsigned long long addr) in find_printk()
628 int pevent_register_print_string(struct pevent *pevent, const char *fmt, in pevent_register_print_string()
672 void pevent_print_printk(struct pevent *pevent) in pevent_print_printk()
691 static int add_event(struct pevent *pevent, struct event_format *event) in add_event()
2779 find_func_handler(struct pevent *pevent, char *func_name) in find_func_handler()
2794 static void remove_func_handler(struct pevent *pevent, char *func_name) in remove_func_handler()
3193 unsigned long long pevent_read_number(struct pevent *pevent, in pevent_read_number()
3240 static int get_common_info(struct pevent *pevent, in get_common_info()
3266 static int __parse_common(struct pevent *pevent, void *data, in __parse_common()
3279 static int trace_parse_common_type(struct pevent *pevent, void *data) in trace_parse_common_type()
3286 static int parse_common_pid(struct pevent *pevent, void *data) in parse_common_pid()
3293 static int parse_common_pc(struct pevent *pevent, void *data) in parse_common_pc()
3300 static int parse_common_flags(struct pevent *pevent, void *data) in parse_common_flags()
3307 static int parse_common_lock_depth(struct pevent *pevent, void *data) in parse_common_lock_depth()
3314 static int parse_common_migrate_disable(struct pevent *pevent, void *data) in parse_common_migrate_disable()
3330 struct event_format *pevent_find_event(struct pevent *pevent, int id) in pevent_find_event()
3363 pevent_find_event_by_name(struct pevent *pevent, in pevent_find_event_by_name()
3393 struct pevent *pevent = event->pevent; in eval_num_arg() local
3661 static void print_bitmask_to_seq(struct pevent *pevent, in print_bitmask_to_seq()
3719 struct pevent *pevent = event->pevent; in print_str_arg() local
4060 struct pevent *pevent = event->pevent; in make_bprint_args() local
4216 struct pevent *pevent = event->pevent; in get_bprint_format() local
4685 struct pevent *pevent = event->pevent; in pretty_print() local
4947 void pevent_data_lat_fmt(struct pevent *pevent, in pevent_data_lat_fmt()
5027 int pevent_data_type(struct pevent *pevent, struct pevent_record *rec) in pevent_data_type()
5039 struct event_format *pevent_data_event_from_type(struct pevent *pevent, int type) in pevent_data_event_from_type()
5051 int pevent_data_pid(struct pevent *pevent, struct pevent_record *rec) in pevent_data_pid()
5064 const char *pevent_data_comm_from_pid(struct pevent *pevent, int pid) in pevent_data_comm_from_pid()
5073 pid_from_cmdlist(struct pevent *pevent, const char *comm, struct cmdline *next) in pid_from_cmdlist()
5101 struct cmdline *pevent_data_pid_from_comm(struct pevent *pevent, const char *comm, in pevent_data_pid_from_comm()
5143 int pevent_cmdline_pid(struct pevent *pevent, struct cmdline *cmdline) in pevent_cmdline_pid()
5204 void pevent_print_event(struct pevent *pevent, struct trace_seq *s, in pevent_print_event()
5321 struct event_format **pevent_list_events(struct pevent *pevent, enum event_sort_type sort_type) in pevent_list_events()
5625 int pevent_parse_header_page(struct pevent *pevent, char *buf, unsigned long size, in pevent_parse_header_page()
5678 static int find_event_handle(struct pevent *pevent, struct event_format *event) in find_event_handle()
5720 struct pevent *pevent, const char *buf, in __pevent_parse_format()
5827 __pevent_parse_event(struct pevent *pevent, in __pevent_parse_event()
5869 enum pevent_errno pevent_parse_format(struct pevent *pevent, in pevent_parse_format()
5891 enum pevent_errno pevent_parse_event(struct pevent *pevent, const char *buf, in pevent_parse_event()
6124 struct pevent *pevent = event->pevent; in pevent_print_func_field() local
6180 int pevent_register_print_function(struct pevent *pevent, in pevent_register_print_function()
6267 int pevent_unregister_print_function(struct pevent *pevent, in pevent_unregister_print_function()
6280 static struct event_format *pevent_search_event(struct pevent *pevent, int id, in pevent_search_event()
6320 int pevent_register_event_handler(struct pevent *pevent, int id, in pevent_register_event_handler()
6404 int pevent_unregister_event_handler(struct pevent *pevent, int id, in pevent_unregister_event_handler()
6447 struct pevent *pevent = calloc(1, sizeof(*pevent)); in pevent_alloc() local
6455 void pevent_ref(struct pevent *pevent) in pevent_ref()
6501 void pevent_free(struct pevent *pevent) in pevent_free()
6585 void pevent_unref(struct pevent *pevent) in pevent_unref()