/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-hist.c | 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() [all …]
|
H A D | trace-mem.c | 65 update_event(struct tep_handle *pevent, in update_event() 79 static void update_kmalloc(struct tep_handle *pevent) in update_kmalloc() 93 static void update_kmalloc_node(struct tep_handle *pevent) in update_kmalloc_node() 107 static void update_kfree(struct tep_handle *pevent) in update_kfree() 118 static void update_kmem_cache_alloc(struct tep_handle *pevent) in update_kmem_cache_alloc() 132 static void update_kmem_cache_alloc_node(struct tep_handle *pevent) in update_kmem_cache_alloc_node() 147 static void update_kmem_cache_free(struct tep_handle *pevent) in update_kmem_cache_free() 330 process_kmalloc(struct tep_handle *pevent, struct tep_record *record, in process_kmalloc() 356 process_kfree(struct tep_handle *pevent, struct tep_record *record, in process_kfree() 367 process_record(struct tep_handle *pevent, struct tep_record *record) in process_record() [all …]
|
H A D | trace-read.c | 488 struct tep_handle *pevent; in convert_comm_filter() local 555 struct tep_handle *pevent; in process_filters() local 601 struct tep_handle *pevent; in init_wakeup() local 732 static void process_wakeup(struct tep_handle *pevent, struct tep_record *record) in process_wakeup() 825 struct tep_handle *pevent; in trace_show_data() local 971 test_filters(struct tep_handle *pevent, struct filter *event_filters, in test_filters() 1024 struct tep_handle *pevent; in test_stacktrace() local 1093 struct tep_handle *pevent; in get_next_record() local 1215 struct tep_handle *pevent; in read_data_info() local 1436 static void add_functions(struct tep_handle *pevent, const char *file) in add_functions() [all …]
|
H A D | trace-split.c | 52 static int create_type_len(struct tep_handle *pevent, int time, int len) in create_type_len() 81 struct tep_handle *pevent; in write_record() local 140 static void write_page(struct tep_handle *pevent, in write_page() 185 struct tep_handle *pevent; in parse_cpu() local
|
H A D | trace-profile.c | 178 struct tep_handle *pevent; member 744 struct tep_handle *pevent; in trace_profile_record() local 1270 struct tep_handle *pevent = tracecmd_get_tep(handle); in trace_init_profile() local 1521 static void output_event_stack(struct tep_handle *pevent, struct stack_data *stack) in output_event_stack() 1775 static void print_chain_func(struct tep_handle *pevent, struct stack_chain *chain) in print_chain_func() 1787 static void output_chain(struct tep_handle *pevent, struct stack_chain *chain, int level, in output_chain() 1881 static void output_stacks(struct tep_handle *pevent, struct trace_hash *stack_hash) in output_stacks() 1930 struct tep_handle *pevent = event_data->event->tep; in output_event() local
|
H A D | trace-list.c | 554 struct tep_handle *pevent; in show_plugin_options() local 582 struct tep_handle *pevent; in show_plugins() local
|
H A D | trace-check-events.c | 22 struct tep_handle *pevent = NULL; in trace_check_events() local
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-ftrace.c | 34 static int find_ret_event(struct tracecmd_ftrace *finfo, struct tep_handle *pevent) in find_ret_event() 48 #define ret_event_check(finfo, pevent) \ argument 57 struct tep_handle *pevent = event->tep; in function_handler() local 184 struct tep_handle *pevent = event->tep; in print_graph_entry_leaf() local 232 struct tep_handle *pevent = event->tep; in print_graph_nested() local 368 struct tep_handle *pevent; in tracecmd_ftrace_overrides() local
|
H A D | trace-util.c | 113 void tracecmd_parse_cmdlines(struct tep_handle *pevent, in tracecmd_parse_cmdlines() 130 void tracecmd_parse_proc_kallsyms(struct tep_handle *pevent, in tracecmd_parse_proc_kallsyms() 179 void tracecmd_parse_ftrace_printk(struct tep_handle *pevent, in tracecmd_parse_ftrace_printk() 241 static void add_plugin_file(struct tep_handle *pevent, const char *path, in add_plugin_file()
|
H A D | trace-input.c | 170 struct tep_handle *pevent; member 424 struct tep_handle *pevent = handle->pevent; in read2() local 436 struct tep_handle *pevent = handle->pevent; in read4() local 448 struct tep_handle *pevent = handle->pevent; in read8() local 539 struct tep_handle *pevent = handle->pevent; in read_header_files() local 639 struct tep_handle *pevent = handle->pevent; in read_ftrace_file() local 667 struct tep_handle *pevent = handle->pevent; in read_event_file() local 1776 struct tep_handle *pevent = handle->pevent; in update_page_info() local 2341 struct tep_handle *pevent = handle->pevent; in tracecmd_translate_data() local 3837 struct tep_handle *pevent = handle->pevent; in read_and_parse_cmdlines() local [all …]
|
H A D | trace-blk-hack.c | 34 struct tep_handle *pevent; in tracecmd_blk_hack() local
|
H A D | trace-output.c | 58 struct tep_handle *pevent; member
|
/aosp_15_r20/external/trace-cmd/python/ |
H A D | tracecmd.py | 59 def __init__(self, pevent, record, format): argument 155 def __init__(self, pevent): argument
|
/aosp_15_r20/bootable/recovery/minui/ |
H A D | events.cpp | 115 struct inotify_event* pevent = reinterpret_cast<struct inotify_event*>(buf.data() + offset); in inotify_cb() local
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-sqlhist.c | 523 struct expr *expr, struct tep_event **pevent) in test_event_exists()
|