Changeset 647 for trunk/kernel/syscalls/sys_fbf.c
- Timestamp:
- Oct 22, 2019, 1:48:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_fbf.c
r642 r647 173 173 #if DEBUG_SYS_FBF 174 174 if( DEBUG_SYS_FBF < tm_end ) 175 printk("\n[ DBG] %s : thread %x in process %xexit for %s / cost = %d / cycle %d\n",176 __FUNCTION__, this->trdid, process->pid, dev_fbf_cmd_str( operation ),175 printk("\n[%s] thread[%x,%x] exit for %s / cost = %d / cycle %d\n", 176 __FUNCTION__, process->pid, this->trdid, dev_fbf_cmd_str( operation ), 177 177 (uint32_t)(tm_end - tm_start), (uint32_t)tm_end ); 178 178 #endif
Note: See TracChangeset
for help on using the changeset viewer.