]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/utils/trace.c
trace: Filter out uninteresting functions from backtrace
authorJouni Malinen <j@w1.fi>
Mon, 21 Dec 2009 23:29:15 +0000 (01:29 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 21 Dec 2009 23:29:15 +0000 (01:29 +0200)
commit94caf8cd622b7333820291a9a07d5143777d5337
tree4693d5d2e59e48dadfce20e041f6ebdb9cb60768
parenta6ff0e0810b49c8f8901406a42e3c975f3aed85e
trace: Filter out uninteresting functions from backtrace

This filters out the functions inside trace.c and functions before
main() since those are not relevant to the actual issue that is being
reported.
src/utils/trace.c