Home
last modified time | relevance | path

Searched refs:tep_find_function (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libtraceevent/Documentation/
H A Dlibtraceevent-func_find.txt6 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 Dlibtraceevent-func_apis.txt37 resolver is used by the APIs *tep_find_function*(3),
113 fname = tep_find_function(tep, addr);
H A Dlibtraceevent-kvm-plugin.txt115 func = tep_find_function(tep, *paddr);
H A Dlibtraceevent.txt120 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 Dtrace-ftrace.c64 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 Dplugin_function.c149 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 Dplugin_kmem.c27 func = tep_find_function(event->tep, val); in call_site_handler()
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-hist.c279 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 Dtrace-mem.c350 func = tep_find_function(pevent, callsite); in process_kmalloc()
H A Dtrace-profile.c907 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 Dctracecmd.i101 func = tep_find_function(event->tep, addr);
/aosp_15_r20/external/libtraceevent/include/traceevent/
H A Devent-parse.h528 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr);
/aosp_15_r20/external/libtraceevent/src/
H A Dparse-filter.c1742 val = tep_find_function(tep, addr); in get_field_str()
H A Devent-parse.c659 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr) in tep_find_function() function