Searched refs:TRACE (Results 26 - 50 of 865) sorted by relevance

1234567891011>>

/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_util.cpp20 #define TRACE(a...) printf(a) macro
22 #define TRACE(a...) macro
38 TRACE("resolve_colorspace: gfx_conv_yuv410p_rgb32_c\n");
43 TRACE("resolve_colorspace: gfx_conv_yuv411p_rgb32_c\n");
51 TRACE("resolve_colorspace: gfx_conv_yuv420p_rgba32_ssse3\n");
54 TRACE("resolve_colorspace: gfx_conv_yuv420p_rgba32_sse2\n");
58 TRACE("resolve_colorspace: gfx_conv_yuv420p_rgba32_sse\n");
62 TRACE("resolve_colorspace: gfx_conv_YCbCr420p_RGB32_c\n");
70 TRACE("resolve_colorspace: gfx_conv_yuv422p_RGB32_ssse3\n");
73 TRACE("resolve_colorspac
[all...]
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReport.cpp47 TRACE("adding main item to report of type 0x%02x with id 0x%02x\n",
49 TRACE("\tmain data:\n");
50 TRACE("\t\t%s\n", mainData.data_constant ? "constant" : "data");
51 TRACE("\t\t%s\n", mainData.array_variable ? "variable" : "array");
52 TRACE("\t\t%s\n", mainData.relative ? "relative" : "absolute");
53 TRACE("\t\t%swrap\n", mainData.wrap ? "" : "no-");
54 TRACE("\t\t%slinear\n", mainData.non_linear ? "non-" : "");
55 TRACE("\t\t%spreferred state\n", mainData.no_preferred ? "no " : "");
56 TRACE("\t\t%s null\n", mainData.null_state ? "has" : "no");
57 TRACE("\
[all...]
/haiku/src/system/kernel/arch/sparc/
H A Darch_vm_translation_map.cpp22 # define TRACE(x...) dprintf(x) macro
24 # define TRACE(x...) ; macro
32 TRACE("vm_translation_map_init: entry\n");
35 TRACE("physical memory ranges:\n");
39 TRACE(" %#10" B_PRIxPHYSADDR " - %#10" B_PRIxPHYSADDR "\n", start,
43 TRACE("allocated physical ranges:\n");
47 TRACE(" %#10" B_PRIxPHYSADDR " - %#10" B_PRIxPHYSADDR "\n", start,
51 TRACE("allocated virtual ranges:\n");
55 TRACE(" %#10" B_PRIxADDR " - %#10" B_PRIxADDR "\n", start, end);
73 TRACE("vm_translation_map_init_post_are
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVolume.cpp19 TRACE("Volume::Volume() : Initialising volume");
26 TRACE("Volume::Destructor : Removing Volume");
41 TRACE("Volume::Identify() : Identifying Volume in progress");
57 TRACE("Superblock Crc: (%" B_PRIu32 ")\n", superBlock->Crc());
79 TRACE("Volume::Mount() : Mounting in progress");
84 TRACE("Volume::Mount(): Read only\n");
86 TRACE("Volume::Mount(): Read write\n");
109 TRACE("Volume::Mount(): Valid Version 5 SuperBlock.\n");
111 TRACE("Volume::Mount(): Valid Version 4 SuperBlock.\n");
144 TRACE("Volum
[all...]
H A DDebug.h14 #define TRACE(x...) dprintf("\n\33[34mxfs:\33[0m " x) macro
20 #define TRACE(x...) macro
/haiku/src/system/kernel/arch/arm/
H A Darch_vm_translation_map.cpp22 # define TRACE(x...) dprintf(x) macro
24 # define TRACE(x...) ; macro
51 TRACE("vm_translation_map_init: entry\n");
54 TRACE("physical memory ranges:\n");
58 TRACE(" %#10" B_PRIxPHYSADDR " - %#10" B_PRIxPHYSADDR "\n", start,
62 TRACE("allocated physical ranges:\n");
66 TRACE(" %#10" B_PRIxPHYSADDR " - %#10" B_PRIxPHYSADDR "\n", start,
70 TRACE("allocated virtual ranges:\n");
74 TRACE(" %#10" B_PRIxADDR " - %#10" B_PRIxADDR "\n", start, end);
96 TRACE("vm_translation_map_init_post_are
[all...]
/haiku/src/system/runtime_loader/arch/sparc/
H A Darch_relocate.cpp19 # define TRACE(x) dprintf x macro
21 # define TRACE(x) ; macro
/haiku/src/system/runtime_loader/arch/arm64/
H A Darch_relocate.cpp17 # define TRACE(x) dprintf x macro
19 # define TRACE(x) ; macro
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_timer.cpp23 # define TRACE(x) dprintf x macro
25 # define TRACE(x) ; macro
/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A Dremote_disk.cpp20 # define TRACE(x) dprintf x macro
22 # define TRACE(x) do {} while (false) macro
80 TRACE(("remote_disk: FindAnyRemoteDisk()\n"));
141 TRACE(("remote_disk_open(\"%s\") -> %p\n", name, device));
159 TRACE(("remote_disk_close(%p)\n", cookie));
169 TRACE(("remote_disk_read(%p, %lld, %p, %lu)\n", cookie, position, buffer,
178 TRACE(("remote_disk_read() failed: %s\n", strerror(bytesRead)));
183 TRACE(("remote_disk_read() done: %ld\n", bytesRead));
192 TRACE(("remote_disk_write(%p, %lld, %p, %lu)\n", cookie, position, buffer,
202 TRACE(("remote_disk_writ
[all...]
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddtt7592.c31 #define TRACE dprintf macro
33 #define TRACE(a...) macro
41 TRACE("dtt7592_write values 0x%02x 0x%02x 0x%02x 0x%02x\n", data[0], data[1], data[2], data[3]);
44 TRACE("dtt7592_write error, values 0x%02x 0x%02x 0x%02x 0x%02x\n", data[0], data[1], data[2], data[3]);
55 TRACE("dtt7592_read error\n");
71 TRACE("dtt7592_set_frequency frequency %" B_PRId32 ", divider 0x%"
141 TRACE("dtt7582_dump failed\n");
143 TRACE("dtt7582_dump: 0x%02x, PLL %s, AGC %s\n", data, (data & 0x40) ? "locked" : "open", (data & 0x08) ? "active" : "off");
150 TRACE("dtt7582_test start\n");
152 TRACE("dtt7582_tes
[all...]
H A Dutil.c33 #define TRACE dprintf macro
35 #define TRACE(a...) macro
48 TRACE("mapping physical address %" B_PRIxPHYSADDR " with %ld bytes for %s\n",
57 TRACE("mapping '%s' failed, error 0x%" B_PRIx32 " (%s)\n", name, area,
64 TRACE("physical = %" B_PRIxPHYSADDR ", virtual = %p, offset = %" B_PRIu32
82 TRACE("allocating %" B_PRIuSIZE " bytes for %s\n", size, name);
90 TRACE("couldn't allocate area %s\n", name);
96 TRACE("couldn't map %s\n", name);
103 TRACE("area = %" B_PRId32 ", size = %" B_PRIuSIZE ", virt = %p, phy = %"
/haiku/src/system/boot/platform/bios_ia32/
H A Dbios.cpp17 # define TRACE(x) dprintf x macro
19 # define TRACE(x) ; macro
29 TRACE(("BIOS(%" B_PRIx8 "h): Restore BIOS IDT\n", num));
31 TRACE(("BIOS(%" B_PRIx8 "h): eax: 0x%" B_PRIx32 ", ebx: 0x%" B_PRIx32 ", "
37 TRACE(("BIOS(%" B_PRIx8 "h): Set debug BIOS IDT\n", num));
/haiku/src/system/boot/arch/x86/
H A Darch_hpet.cpp27 # define TRACE(x...) dprintf(x) macro
29 # define TRACE(x...) ; macro
37 TRACE("hpet_init: Looking for HPET...\n");
48 TRACE("hpet_init: HPET not found.\n");
52 TRACE("hpet_init: found HPET at 0x%" B_PRIx64 ".\n",
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm.cpp18 # define TRACE(x...) dprintf(x) macro
20 # define TRACE(x...) ; macro
27 TRACE("arch_vm_init\n");
35 TRACE("arch_vm_init2\n");
43 TRACE("arch_vm_init_post_area\n");
51 TRACE("arch_vm_init_end(): %" B_PRIu32 " virtual ranges to keep:\n",
57 TRACE(" start: %p, size: %#" B_PRIxSIZE "\n", (void*)range.start, range.size);
61 TRACE(" no kernel address, skipping...\n");
91 TRACE("arch_vm_init_post_modules\n");
99 TRACE("arch_vm_aspace_swa
[all...]
/haiku/src/system/kernel/arch/x86/paging/
H A DX86VMTranslationMap.cpp21 # define TRACE(x...) dprintf(x) macro
23 # define TRACE(x...) ; macro
54 TRACE("%p->X86VMTranslationMap::Lock()\n", this);
59 TRACE("clearing invalidated page count\n");
74 TRACE("%p->X86VMTranslationMap::Unlock()\n", this);
103 TRACE("flush_tmap: %d pages to invalidate, invalidate all\n",
125 TRACE("flush_tmap: %d pages to invalidate, invalidate list\n",
/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.cpp21 # define TRACE(x...) dprintf(x) macro
23 # define TRACE(x...) ; macro
54 TRACE("%p->ARMVMTranslationMap::Lock()\n", this);
59 TRACE("clearing invalidated page count\n");
74 TRACE("%p->ARMVMTranslationMap::Unlock()\n", this);
103 TRACE("flush_tmap: %d pages to invalidate, invalidate all\n",
125 TRACE("flush_tmap: %d pages to invalidate, invalidate list\n",
/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.cpp21 # define TRACE(x...) dprintf(x) macro
23 # define TRACE(x...) ; macro
54 TRACE("%p->M68KVMTranslationMap::Lock()\n", this);
59 TRACE("clearing invalidated page count\n");
74 TRACE("%p->M68KVMTranslationMap::Unlock()\n", this);
103 TRACE("flush_tmap: %d pages to invalidate, invalidate all\n",
125 TRACE("flush_tmap: %d pages to invalidate, invalidate list\n",
/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCVMTranslationMap.cpp21 # define TRACE(x...) dprintf(x) macro
23 # define TRACE(x...) ; macro
54 TRACE("%p->PPCVMTranslationMap::Lock()\n", this);
59 TRACE("clearing invalidated page count\n");
74 TRACE("%p->PPCVMTranslationMap::Unlock()\n", this);
103 TRACE("flush_tmap: %d pages to invalidate, invalidate all\n",
125 TRACE("flush_tmap: %d pages to invalidate, invalidate list\n",
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeJournal.cpp21 # define TRACE(x...) dprintf("\33[34mext2:\33[0m " x) macro
23 # define TRACE(x...) ; macro
47 TRACE("InodeJournal::InodeJournal(): Inode's file cache disabled "
51 TRACE("InodeJournal::InodeJournal(): Allocated a hash revoke "
55 TRACE("InodeJournal::InodeJournal(): Insufficient memory to "
80 TRACE("InodeJournal: Initialization error\n");
88 TRACE("InodeJournal::MapBlock()\n");
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Ddriver.cpp27 # define TRACE(x) dprintf x macro
29 # define TRACE(x) ; macro
45 TRACE((DEVICE_NAME ": publish_devices()\n"));
53 TRACE((DEVICE_NAME ": init_hardware()\n"));
67 TRACE((DEVICE_NAME ": init_driver()\n"));
91 TRACE((DEVICE_NAME ": uninit_driver()\n"));
109 TRACE((DEVICE_NAME ": find_device()\n"));
/haiku/src/system/boot/platform/next_m68k/
H A Dmmu.cpp76 # define TRACE(x) dprintf x macro
78 # define TRACE(x) ; macro
112 TRACE(("mmu_free(virtualAddress = %p, size: %ld)\n", virtualAddress, size));
124 TRACE(("mmu_init_for_kernel\n"));
131 TRACE(("mmu_init\n"));
172 TRACE(("%s: called\n", __func__));
182 TRACE(("%s: called\n", __func__));
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_io.cpp13 #undef TRACE macro
15 # define TRACE(x...) dprintf("PCI_IO: " x) macro
17 # define TRACE(x...) ; macro
83 TRACE("pci_read_io_8(%d)\n", mapped_io_addr);
95 TRACE("pci_write_io_8(%d)\n", mapped_io_addr);
107 TRACE("pci_read_io_16(%d)\n", mapped_io_addr);
119 TRACE("pci_write_io_16(%d)\n", mapped_io_addr);
131 TRACE("pci_read_io_32(%d)\n", mapped_io_addr);
143 TRACE("pci_write_io_32(%d)\n", mapped_io_addr);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.h36 * TRACE() executes dprintf if DEBUG > 0
41 * DEBUG == 1, TRACE & LOG, PRINT
42 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
49 #undef TRACE macro
54 #define TRACE(a) debug_printf a macro
64 #define TRACE(a) ((void)(0)) macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.h36 * TRACE() executes dprintf if DEBUG > 0
41 * DEBUG == 1, TRACE & LOG, PRINT
42 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
49 #undef TRACE macro
54 #define TRACE(a) debug_printf a macro
64 #define TRACE(a) ((void)(0)) macro

Completed in 153 milliseconds

1234567891011>>