Searched refs:tcb_walk (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | unwind-libunwind.c | 161 tcb_walk(struct tcb *tcp, in tcb_walk() function 189 .tcb_walk = tcb_walk,
|
D | unwind-libdw.c | 179 tcb_walk(struct tcb *tcp, in tcb_walk() function 210 .tcb_walk = tcb_walk,
|
D | unwind.c | 298 unwinder.tcb_walk(tcp, print_call_cb, print_error_cb, NULL); in unwind_tcb_print() 318 unwinder.tcb_walk(tcp, queue_put_call, queue_put_error, in unwind_tcb_capture()
|
D | unwind.h | 62 void (*tcb_walk)(struct tcb *, member
|
D | ChangeLog | 4100 functions, just invoke unwinder.tcb_walk. 4116 (tcb_walk): Call flush_cache_maybe for avoiding referring staled cache data. 4119 (tcb_walk): Call mmap_cache_rebuild_if_invalid and unw_flush_cache for 4121 (tcb_walk): Rename to walk. 4134 (tcb_init, tcb_fin, tcb_walk, tcb_flush_cache): Use struct ctx instead
|