Searched refs:frame_callback (Results 1 – 6 of 6) sorted by relevance
/third_party/elfutils/tests/ |
D | backtrace-dwarf.c | 85 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback() function 119 if (dwfl_thread_getframes (thread, frame_callback, NULL) == -1) in thread_callback()
|
D | backtrace-data.c | 223 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback() function 252 switch (dwfl_thread_getframes (thread, frame_callback, &frameno)) in thread_callback()
|
D | backtrace.c | 207 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback() function 248 switch (dwfl_thread_getframes (thread, frame_callback, &frameno)) in thread_callback()
|
D | ChangeLog | 1155 * backtrace-dwarf.c (frame_callback): Explicitly check symname is 1160 * backtrace.c (frame_callback): Explicitly check symname is NULL. 2750 * backtrace.c (frame_callback): Error on seeing more than 16 frames.
|
/third_party/elfutils/src/ |
D | stack.c | 178 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback() function 463 switch (dwfl_thread_getframes (thread, frame_callback, thread_arg)) in thread_callback() 717 switch (dwfl_getthread_frames (dwfl, pid, frame_callback, &frames)) in main()
|
D | ChangeLog | 2658 (frame_callback): If frames used is frames allocated, realloc. 2684 (frame_callback): Return -1 on error. Don't print error. 2740 (frame_callback): Use arg as struct frames and fill it next frame. 2748 frames to frame_callback and thread_callback. 2777 (frame_callback): Print module and source file information.
|