Home
last modified time | relevance | path

Searched refs:bt_idx (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/tests/
H A Dbacktracing_tests.c83 unsigned long addr, unsigned int bt_idx) in expect_frame() argument
88 bt_idx); in expect_frame()
98 cs->syscall_frames = bt_idx; in expect_frame()
103 bt_idx); in expect_frame()
108 T_LOG("frame %2u: skipping system frame %s", bt_idx, name); in expect_frame()
/xnu-10002.1.13/tests/ktrace/
H A Dkperf_backtracing_tests.c21 uint64_t addr, unsigned int bt_idx, unsigned int max_frames) in expect_frame() argument
24 unsigned int frame_idx = max_frames - bt_idx - 1; in expect_frame()
32 T_LOG("checking frame %d: %llx", bt_idx, addr); in expect_frame()