Searched refs:LTRACEF_LEVEL (Results 1 – 12 of 12) sorted by relevance
| /kernel/dev/timer/arm_generic/ |
| A D | arm_generic_timer.cpp | 80 LTRACEF_LEVEL(3, "cntp_ctl: 0x%x %x\n", val, read_cntp_ctl()); in write_cntp_ctl() 86 LTRACEF_LEVEL(3, "cntv_ctl: 0x%x %x\n", val, read_cntv_ctl()); in write_cntv_ctl() 92 LTRACEF_LEVEL(3, "cntps_ctl: 0x%x %x\n", val, read_cntps_ctl()); in write_cntps_ctl() 98 LTRACEF_LEVEL(3, "cntp_cval: 0x%016" PRIx64 ", %" PRIu64 "\n", in write_cntp_cval() 105 LTRACEF_LEVEL(3, "cntv_cval: 0x%016" PRIx64 ", %" PRIu64 "\n", in write_cntv_cval() 112 LTRACEF_LEVEL(3, "cntps_cval: 0x%016" PRIx64 ", %" PRIu64 "\n", in write_cntps_cval() 119 LTRACEF_LEVEL(3, "cntp_tval: %d\n", val); in write_cntp_tval() 125 LTRACEF_LEVEL(3, "cntv_tval: %d\n", val); in write_cntv_tval() 131 LTRACEF_LEVEL(3, "cntps_tval: %d\n", val); in write_cntps_tval() 192 LTRACEF_LEVEL(3, "cntpct: 0x%016" PRIx64 ", %" PRIu64 "\n", in read_ct() [all …]
|
| /kernel/syscalls/ |
| A D | syscalls.cpp | 50 LTRACEF_LEVEL(2, "t %p syscall num %" PRIu64 " ip/pc %#" PRIx64 "\n", in do_syscall() 63 LTRACEF_LEVEL(2, "t %p ret %#" PRIx64 "\n", get_current_thread(), ret); in do_syscall()
|
| /kernel/include/ |
| A D | trace.h | 30 #define LTRACEF_LEVEL(level, x...) do { if (LOCAL_TRACE >= (level)) { TRACEF(x); } } while (0) macro
|
| /kernel/vm/ |
| A D | vm_page_list.cpp | 103 …LTRACEF_LEVEL(2, "%p page %p, offset %#" PRIx64 " node_offset %#" PRIx64 " index %zu\n", this, p, … in AddPage() 131 …LTRACEF_LEVEL(2, "%p offset %#" PRIx64 " node_offset %#" PRIx64 " index %zu\n", this, offset, node… in GetPage() 149 …LTRACEF_LEVEL(2, "%p offset %#" PRIx64 " node_offset %#" PRIx64 " index %zu\n", this, offset, node… in RemovePage() 163 LTRACEF_LEVEL(2, "%p freeing the list node\n", this); in RemovePage()
|
| A D | vm_address_region.cpp | 483 LTRACEF_LEVEL(2, "search base %#" PRIxPTR " gap_beg %#" PRIxPTR " end %#" PRIxPTR "\n", in CheckGapLocked() 519 LTRACEF_LEVEL(2, "aspace %p size 0x%zx align %hhu\n", this, size, in AllocSpotLocked()
|
| A D | vm_mapping.cpp | 525 LTRACEF_LEVEL(2, "mapping pa %#" PRIxPTR " to va %#" PRIxPTR "\n", pa, va); in MapRange()
|
| /kernel/dev/interrupt/arm_gic/v3/ |
| A D | arm_gicv3.cpp | 333 LTRACEF_LEVEL(2, "iar %#x, vector %u\n", iar, vector); in gic_handle_irq() 350 LTRACEF_LEVEL(2, "iar 0x%x cpu %u currthread %p vector %u pc %#" PRIxPTR "\n", in gic_handle_irq() 364 LTRACEF_LEVEL(2, "cpu %u exit\n", cpu); in gic_handle_irq()
|
| /kernel/dev/interrupt/arm_gic/v2/ |
| A D | arm_gicv2.cpp | 279 LTRACEF_LEVEL(2, "iar 0x%x cpu %u currthread %p vector %u pc %#" PRIxPTR "\n", iar, cpu, in gic_handle_irq() 293 LTRACEF_LEVEL(2, "cpu %u exit\n", cpu); in gic_handle_irq()
|
| /kernel/object/ |
| A D | process_dispatcher.cpp | 393 LTRACEF_LEVEL(2, "cleaning up handle table on proc %p\n", this); in FinishDeadTransition() 413 LTRACEF_LEVEL(2, "done cleaning up handle table on proc %p\n", this); in FinishDeadTransition() 419 LTRACEF_LEVEL(2, "signaling waiters\n"); in FinishDeadTransition()
|
| /kernel/arch/x86/ |
| A D | mmu.cpp | 649 LTRACEF_LEVEL(3, "switching to aspace %p, pt %#" PRIXPTR "\n", aspace, phys); in ContextSwitch() 657 LTRACEF_LEVEL(3, "switching to kernel aspace, pt %#" PRIxPTR "\n", kernel_pt_phys); in ContextSwitch()
|
| /kernel/arch/x86/page_tables/ |
| A D | page_tables.cpp | 320 LTRACEF_LEVEL(2, "splitting table %p at level %d\n", pte, level); in SplitLargePage() 385 LTRACEF_LEVEL(2, "table %p\n", table); in GetMapping() 638 LTRACEF_LEVEL(2, "new table %p at level %d\n", m, level); in AddMapping()
|
| /kernel/kernel/ |
| A D | sched.cpp | 166 LTRACEF_LEVEL(2, "last %#x curr %#x aff %#x name %s\n", in find_cpu_mask()
|
Completed in 42 milliseconds