Searched refs:tep_find_function (Results 1 – 15 of 15) sorted by relevance
/external/libtraceevent/Documentation/ |
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);
|
D | libtraceevent-func_apis.txt | 37 resolver is used by the APIs *tep_find_function*(3), 113 fname = tep_find_function(tep, addr);
|
D | libtraceevent-kvm-plugin.txt | 115 func = tep_find_function(tep, *paddr);
|
D | libtraceevent.txt | 120 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_);
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-ftrace.c | 88 func = tep_find_function(pevent, function); in function_handler() 97 func = tep_find_function(pevent, function); in function_handler() 248 func = tep_find_function(pevent, val); in print_graph_entry_leaf() 303 func = tep_find_function(pevent, val); in print_graph_nested() 406 func = tep_find_function(event->tep, val); in fgraph_ret_handler()
|
/external/libtraceevent/plugins/ |
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()
|
D | plugin_kmem.c | 27 func = tep_find_function(event->tep, val); in call_site_handler()
|
/external/trace-cmd/tracecmd/ |
D | trace-hist.c | 278 func = tep_find_function(pevent, ip); in process_function() 279 parent = tep_find_function(pevent, parent_ip); in process_function() 336 func = tep_find_function(pevent, ip); in process_function_graph_entry() 467 func = tep_find_function(pevent, addr); in process_kernel_stack()
|
D | trace-mem.c | 349 func = tep_find_function(pevent, callsite); in process_kmalloc()
|
D | trace-profile.c | 906 func = tep_find_function(event_hash->event_data->event->tep, in func_print() 1557 func = tep_find_function(pevent, val); in output_event_stack() 1779 func = tep_find_function(pevent, val); in print_chain_func()
|
D | trace-read.c | 1138 func = tep_find_function(tep, rip); in tep_plugin_kvm_get_func()
|
/external/trace-cmd/python/ |
D | ctracecmd.i | 102 func = tep_find_function(event->tep, addr);
|
/external/libtraceevent/include/traceevent/ |
D | event-parse.h | 528 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr);
|
/external/libtraceevent/src/ |
D | parse-filter.c | 1742 val = tep_find_function(tep, addr); in get_field_str()
|
D | event-parse.c | 659 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr) in tep_find_function() function
|