Searched refs:libfunc (Results 1 – 12 of 12) sorted by relevance
16 extern "C" void libfunc();19 libfunc(); in main()
29 extern "C" void libfunc() { in libfunc() function
17 extern "C" void libfunc() { in libfunc() function
26 extern "C" void libfunc() { in libfunc() function
30 extern void libfunc (void);53 libfunc (); in main()
22 libfunc (void) in libfunc() function
50 grep -qw libfunc bt
356 libfunc+0x9
451 * run-deleted.sh: Don't check libfunc on ppc64.
488 libsym = elem->c_un.libfunc; in account_current_callstack()663 summary_account_call(elem->c_un.libfunc, spent); in output_right_tos()665 output_right(LT_TOF_FUNCTIONR, proc, elem->c_un.libfunc, in output_right_tos()700 event->proc->callstack[i].c_un.libfunc; in handle_breakpoint()717 if (prev->c_un.libfunc == libsym in handle_breakpoint()722 prev->c_un.libfunc); in handle_breakpoint()812 elem->c_un.libfunc = bp->libsym; in callstack_push_symfunc()
464 if (!elem->is_syscall && elem->c_un.libfunc != NULL) { in process_clone()465 struct library_symbol *libfunc = elem->c_un.libfunc; in process_clone() local466 int rc = proc_find_symbol(retp, libfunc, in process_clone()467 NULL, &elem->c_un.libfunc); in process_clone()
70 struct library_symbol * libfunc; member