cregit-Linux how code gets into the kernel

Release 4.7 tools/build/feature/test-backtrace.c

#include <execinfo.h>
#include <stdio.h>


int main(void) { void *backtrace_fns[10]; size_t entries; entries = backtrace(backtrace_fns, 10); backtrace_symbols_fd(backtrace_fns, entries, 1); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
ingo molnaringo molnar38100.00%2100.00%
Total38100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
ingo molnaringo molnar44100.00%2100.00%
Total44100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}