Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Maynard Johnson <maynardj@us...> - 2010-10-08 14:27:46
|
On Fri, 2010-10-08 at 00:17 -0700, Chetan Kumar wrote: > Hi, > > I am running ubuntu guest OS on vmware (host is FC13). I am trying to > run oprofile, it do now work, below is the screen logs. Can someone > please bail me out? > > root@...:~# oprofiled -v > oprofiled: oprofile 0.9.5cvs compiled on Oct 18 2009 09:04:05 > > root@...:~# modprobe oprofile timer=1 Timer mode in OProfile 0.9.5 was broken (regression). That was one of the main reasons we put out 0.9.6 soon after. Please do the following to clean up your oprofile environment: opcontrol --deinit opcontrol --reset rm /root/.oprofile/daemonrc Then uninstall oprofile 0.9.5 and download, build, and install 0.9.6. Sorry for the inconvenience. -Maynard > root@...:~# dmesg > [2882041.146415] oprofile: using NMI interrupt. > [2882041.146418] oprofile: using timer interrupt. > > root@...:~# opcontrol --start --verbose > Parameters used: > SESSION_DIR /var/lib/oprofile > LOCK_FILE /var/lib/oprofile/lock > SAMPLES_DIR /var/lib/oprofile/samples > CURRENT_SAMPLES_DIR /var/lib/oprofile/samples/current > CPUTYPE timer > BUF_SIZE default value > BUF_WATERSHED default value > CPU_BUF_SIZE default value > SEPARATE_LIB 0 > SEPARATE_KERNEL 0 > SEPARATE_THREAD 0 > SEPARATE_CPU 0 > CALLGRAPH 0 > VMLINUX none > KERNEL_RANGE > XENIMAGE none > XEN_RANGE > executing oprofiled --session-dir=/var/lib/oprofile --separate-lib=0 > --separate-kernel=0 --separate-thread=0 --separate-cpu=0 --no-vmlinux > --verbose=all > oprofiled: no events specified. > Usage: oprofiled [OPTION...] > --session-dir=/var/lib/oprofile place sample > database in dir instead of default location > -r, --kernel-range=start-end Kernel VMA range > -k, --vmlinux=file vmlinux kernel > image > --no-vmlinux vmlinux kernel > image file not available > --xen-range=start-end Xen VMA range > --xen-image=file Xen image > --image=profile these comma separated image image name > filter > --separate-lib=[0|1] separate library > samples for each distinct application > --separate-kernel=[0|1] separate kernel > samples for each distinct application > --separate-thread=[0|1] thread-profiling > mode > --separate-cpu=[0|1] separate samples > for each CPU > -e, --events=[events] events list > -v, --version show version > -V, --verbose=all,sfile,arcs,samples,module,misc be verbose in > log file > -x, --ext-feature=<extended-feature-name>:[args] enable extended > feature > > Help options: > -?, --help Show this help > message > --usage Display brief > usage message > Couldn't start oprofiled. > Check the log file "/var/lib/oprofile/samples/oprofiled.log" and > kernel syslog > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ oprofile-list mailing list oprofile-list@... https://lists.sourceforge.net/lists/listinfo/oprofile-list |