Lines Matching defs:pevent
255 process_function(struct tep_handle *pevent, struct tep_record *record) in process_function()
312 process_function_graph_entry(struct tep_handle *pevent, struct tep_record *record) in process_function_graph_entry()
358 process_function_graph_exit(struct tep_handle *pevent, struct tep_record *record) in process_function_graph_exit()
413 process_kernel_stack(struct tep_handle *pevent, struct tep_record *record) in process_kernel_stack()
483 process_sched_wakeup(struct tep_handle *pevent, struct tep_record *record, int type) in process_sched_wakeup()
508 process_sched_switch(struct tep_handle *pevent, struct tep_record *record) in process_sched_switch()
531 process_event(struct tep_handle *pevent, struct tep_record *record, int type) in process_event()
566 process_record(struct tep_handle *pevent, struct tep_record *record) in process_record()
596 update_event(struct tep_handle *pevent, in update_event()
610 static void update_sched_wakeup(struct tep_handle *pevent) in update_sched_wakeup()
622 static void update_sched_wakeup_new(struct tep_handle *pevent) in update_sched_wakeup_new()
634 static void update_sched_switch(struct tep_handle *pevent) in update_sched_switch()
648 static void update_function(struct tep_handle *pevent) in update_function()
660 static void update_function_graph_entry(struct tep_handle *pevent) in update_function_graph_entry()
672 static void update_function_graph_exit(struct tep_handle *pevent) in update_function_graph_exit()
687 static void update_kernel_stack(struct tep_handle *pevent) in update_kernel_stack()
851 dump_chain(struct tep_handle *pevent, struct chain *chain, int indent) in dump_chain()
860 static void print_parents(struct tep_handle *pevent, struct chain *chain, int indent) in print_parents()
904 static void print_chains(struct tep_handle *pevent) in print_chains()
936 struct tep_handle *pevent = tracecmd_get_tep(handle); in do_trace_hist() local