#include #include int main(void) { void *backtrace_fns[10]; size_t entries; entries = backtrace(backtrace_fns, 10); backtrace_symbols_fd(backtrace_fns, entries, 1); return 0; } it.distanz.ch/cgit.cgi/linux/net-next.git/atom/tools/lib/bpf/bpf.h?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün1-2/+2