Searched refs:Dprintf (Results 1 – 12 of 12) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | thuge-gen.c | 48 #define Dprintf(fmt...) // printf(fmt) macro 155 Dprintf("before %lu after %lu diff %ld size %lu\n", in test_mmap() 175 Dprintf("alloc %lu res %lu\n", i.shm_tot, i.shm_rss); in test_shmget() 178 Dprintf("id %d\n", id); in test_shmget() 187 Dprintf("before %lu after %lu diff %ld size %lu\n", in test_shmget()
|
/external/libunwind/src/ia64/ |
D | Gparser.c | 150 Dprintf ("libunwind: bad abreg=0x%x\n", abreg); in decode_abreg() 196 Dprintf ("libunwind: excess spill!\n"); in spill_next_when() 738 Dprintf ("%s: invalid register number %d\n", __FUNCTION__, regnum); in lookup_preg() 845 Dprintf ("%s: can't save to register number %d\n", in parse_dynamic() 875 Dprintf ("%s: frame-size %ld not an integer " in parse_dynamic() 884 Dprintf ("%s: can only ADD to stack-pointer\n", in parse_dynamic() 1050 Dprintf ("%s: state record for func 0x%lx, t=%u (flags=0x%lx):\n", in create_state_record_for() 1057 Dprintf (" %s <- ", unw.preg_name[r - sr->curr.reg]); in create_state_record_for() 1061 Dprintf ("r%lu", (long) r->val); in create_state_record_for() 1064 Dprintf ("f%lu", (long) r->val); in create_state_record_for() [all …]
|
D | Gscript.c | 256 Dprintf ("%s: script exceeds maximum size of %u instructions!\n", in script_emit() 367 Dprintf ("%s: register %u has unexpected `where' value of %u\n", in compile_reg() 632 Dprintf ("%s: failed to build unwind script for ip %lx\n", in uncached_find_save_locs() 672 Dprintf ("%s: failed to create unwind script\n", __FUNCTION__); in ia64_find_save_locs() 690 Dprintf ("%s: failed to locate/build unwind script for ip %lx\n", in ia64_find_save_locs() 736 Dprintf ("%s: failed to create unwind script\n", __FUNCTION__); in ia64_cache_proc_info()
|
D | Gstep.c | 327 Dprintf ("%s: ip, sp, and bsp unchanged; stopping here (ip=0x%lx)\n", in update_frame_state()
|
D | Gtables.c | 415 Dprintf (__FILE__".%s: failed to allocate %zu bytes", in get_kernel_table()
|
/external/libunwind/include/ |
D | libunwind_i.h | 289 # define Dprintf(format, ...) ALOGI(format, ##__VA_ARGS__); macro 303 # define Dprintf(format...) fprintf (stderr, format) macro 311 # define Dprintf(format...) macro
|
/external/libunwind/src/x86/ |
D | Gstep.c | 137 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n", in unw_step()
|
/external/libunwind/src/x86_64/ |
D | Gstep.c | 237 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n", in unw_step()
|
/external/libunwind/src/mips/ |
D | Gstep.c | 143 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n", in unw_step()
|
/external/libunwind/src/aarch64/ |
D | Gstep.c | 157 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n", in unw_step()
|
/external/libunwind/src/arm/ |
D | Gstep.c | 318 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n", in unw_step()
|
/external/libunwind/src/dwarf/ |
D | Gparser.c | 806 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n", in apply_reg_state()
|