Re: LTTng usage issue
"Srinivasa Reddy" <[email protected]> Wed, 25 Jul 2007 19:32:19 +0530
| Newsgroups | gmane.linux.kernel.tracing |
|---|---|
| Message-ID | <[email protected]> |
> Sorry.. make CFLAGS=-DDEBUG Done.. It's compiled fine. The messages are while it's running are given below for all the commands what I have executed. I have set the path for LD_LIBRARY_PATH to lib folder and PATH to bin folder. I think there is no change from previous response. ~ # which lttctl /scratch/sreddy/LTT-EB/lttctrl-demo/bin/lttctl ~ # which lttd /scratch/sreddy/LTT-EB/lttctrl-demo/bin/lttd ~ # lttctl -n trace -d -l /mnt/debugfs/ltt -t /home/sreddy/trace12 Linux Trace Toolkit Trace Control 0.32-05122006 Controlling trace : trace ltt_control : trace trace Linux Trace Toolkit Trace Daemon 0.32-05122006 Reading from debugfs directory : /mnt/debugfs/ltt/trace Writing to trace directory : /home/sreddy/trace12 Creating supplementary trace files Appending facility file kernel_arch_ppc.xml Appending facility file kernel_arch_i386.xml Appending facility file fs.xml Appending facility file locking.xml Appending facility file core.xml Appending facility file kernel_arch_x86_64.xml Appending facility file stack.xml Appending facility file kernel_arch_powerpc.xml Appending facility file process.xml Appending facility file kernel.xml Appending facility file kernel_arch_arm.xml Appending facility file kernel_arch_c2.xml Appending facility file user_generic.xml Appending facility file fs_data.xml Appending facility file ipc.xml Appending facility file statedump.xml Appending facility file memory.xml Appending facility file timer.xml Appending facility file network.xml Appending facility file socket.xml Appending facility file network_ip_interface.xml Appending facility file kernel_arch_mips.xml ltt_control : trace trace ~ # lttctl -n trace -R Linux Trace Toolkit Trace Control 0.32-05122006 Controlling trace : trace ltt_control : trace trace ltt_control : trace trace LTT : unread channel facilities offset is 65536 and cons_off : 0 (cpu 0) LTT : facilities : commit count : 65536, subbuf size 65536 LTT : unread channel interrupts offset is 65536 and cons_off : 0 (cpu 0) LTT : interrupts : commit count : 65536, subbuf size 65536 LTT : unread channel processes offset is 262144 and cons_off : 0 (cpu 0) LTT : processes : commit count : 262144, subbuf size 262144 LTT : unread channel modules offset is 65536 and cons_off : 0 (cpu 0) LTT : modules : commit count : 65536, subbuf size 65536 LTT : cpu : 2375 events lost in cpu channel (cpu 0). LTT : unread channel cpu offset is 1048576 and cons_off : 0 (cpu 0) LTT : cpu : commit count : 1048576, subbuf size 1048576 LTT : unread channel network offset is 65536 and cons_off : 0 (cpu 0) LTT : network : commit count : 65536, subbuf size 65536 ~ # cd /home/sreddy /home/sreddy # cd trace12 /home/sreddy/trace12 # ls eventdefs /home/sreddy/trace12 # cd /mnt/debugfs /mnt/debugfs # ls ltt /mnt/debugfs # cd ltt /mnt/debugfs/ltt # ls /mnt/debugfs/ltt # > I would prefer to help you clone the repository, since extracting > patches from git is precisely the step I suppose is flawed. Can you be > more explicit about the git error, i.e. by giving the error message ? I think I am facing some installation problem with git. We are new to that tool. Could you please send that patch as attachment? that will help more for us. -Srinivas.