cregit-Linux how code gets into the kernel

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

// SPDX-License-Identifier: GPL-2.0
#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 Molnar38100.00%2100.00%
Total38100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Ingo Molnar4497.78%266.67%
Greg Kroah-Hartman12.22%133.33%
Total45100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.