Searched refs:tep_find_function (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/libtraceevent/Documentation/ |
H A D | libtraceevent-func_find.txt | 6 tep_find_function,tep_find_function_address,tep_find_function_info - Find function name / start add… 14 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_); 26 The *tep_find_function()* function returns the function name, which contains the 40 The *tep_find_function()* function returns the function name, or NULL in case 59 const char *fname = tep_find_function(tep, addr); 69 const char *fname = tep_find_function(tep, addr);
|
H A D | libtraceevent-func_apis.txt | 37 resolver is used by the APIs *tep_find_function*(3), 113 fname = tep_find_function(tep, addr);
|
H A D | libtraceevent-kvm-plugin.txt | 115 func = tep_find_function(tep, *paddr);
|
H A D | libtraceevent.txt | 120 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_);
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-ftrace.c | 64 func = tep_find_function(pevent, function); in function_handler() 73 func = tep_find_function(pevent, function); in function_handler() 215 func = tep_find_function(pevent, val); in print_graph_entry_leaf() 255 func = tep_find_function(pevent, val); in print_graph_nested() 341 func = tep_find_function(event->tep, val); in fgraph_ret_handler()
|
/aosp_15_r20/external/libtraceevent/plugins/ |
H A D | plugin_function.c | 149 func = tep_find_function(tep, function); in function_handler() 154 parent = tep_find_function(tep, pfunction); in function_handler() 235 func = tep_find_function(event->tep, addr); in trace_stack_handler()
|
H A D | plugin_kmem.c | 27 func = tep_find_function(event->tep, val); in call_site_handler()
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-hist.c | 279 func = tep_find_function(pevent, ip); in process_function() 280 parent = tep_find_function(pevent, parent_ip); in process_function() 337 func = tep_find_function(pevent, ip); in process_function_graph_entry() 468 func = tep_find_function(pevent, addr); in process_kernel_stack()
|
H A D | trace-mem.c | 350 func = tep_find_function(pevent, callsite); in process_kmalloc()
|
H A D | trace-profile.c | 907 func = tep_find_function(event_hash->event_data->event->tep, in func_print() 1558 func = tep_find_function(pevent, val); in output_event_stack() 1780 func = tep_find_function(pevent, val); in print_chain_func()
|
/aosp_15_r20/external/trace-cmd/python/ |
H A D | ctracecmd.i | 101 func = tep_find_function(event->tep, addr);
|
/aosp_15_r20/external/libtraceevent/include/traceevent/ |
H A D | event-parse.h | 528 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr);
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | parse-filter.c | 1742 val = tep_find_function(tep, addr); in get_field_str()
|
H A D | event-parse.c | 659 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr) in tep_find_function() function
|