[Bug 833101] Re: perf uses less at the default pager, but the linux-tools packages have no dependency for it

2012-05-10 Thread Avik Sil
Does this patch look OK? diff --git a/tools/perf/util/pager.c b/tools/perf/util/pager.c index 1915de2..d6f23de 100644 --- a/tools/perf/util/pager.c +++ b/tools/perf/util/pager.c @@ -57,8 +57,12 @@ void setup_pager(void) } if (!pager) pager = getenv(PAGER); -

[Bug 833101] Re: perf uses less at the default pager, but the linux-tools packages have no dependency for it

2012-03-30 Thread Avik Sil
Brad, does the patch in comment #11 look good here? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/833101 Title: perf uses less at the default pager, but the linux-tools packages have no

[Bug 833101] Re: perf uses less at the default pager, but the linux-tools packages have no dependency for it

2012-02-17 Thread Avik Sil
New patch accepted: http://git.linaro.org/gitweb?p=people/ynk/linux- linaro-tracking.git;a=commit;h=49561d58a14351d136518f25bd686f9a6ca41b69 ** Changed in: linaro-ubuntu Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 833101] Re: perf uses less at the default pager, but the linux-tools packages have no dependency for it

2012-01-24 Thread Avik Sil
Patch not merged yet, moving it to 12.02 ** Changed in: linaro-ubuntu Milestone: 12.01 = 12.02 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/833101 Title: perf uses less at the default pager,

[Bug 833101] Re: perf uses less at the default pager, but the linux-tools packages have no dependency for it

2012-01-15 Thread Avik Sil
The attached patch seems to fix the issue. ** Patch added: perf-less.patch https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/833101/+attachment/2676642/+files/perf-less.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 833101] Re: perf uses less at the default pager, but the linux-tools packages have no dependency for it

2011-12-21 Thread Avik Sil
No update as such. Moving it to 12.01. ** Changed in: linaro-ubuntu Milestone: 11.12 = 12.01 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/833101 Title: perf uses less at the default pager,

[Bug 843628] Re: perf failure on panda (omap4)

2011-12-21 Thread Avik Sil
With 11.12 RC image, perf seems to work fine: # perf stat sleep 1 Performance counter stats for 'sleep 1': 11.810303 task-clock#0.011 CPUs utilized 1 context-switches #0.000 M/sec 0

[Bug 789095] Re: Bluetooth does not work on PandaBoard

2011-12-20 Thread Avik Sil
11.12 RC image: able to scan devices, but not able to browse and send/receive files with other BT devices -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/789095 Title: Bluetooth does not work on

[Bug 833101] Re: perf uses less at the default pager, but the linux-tools packages have no dependency for it

2011-11-21 Thread Avik Sil
Yes, this issue is still present in 11.11 nano image. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/833101 Title: perf uses less at the default pager, but the linux-tools packages have no

[Bug 789095] Re: Bluetooth does not work on PandaBoard

2011-10-24 Thread Avik Sil
** Tags added: bluetooth lt-panda -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/789095 Title: Bluetooth does not work on PandaBoard To manage notifications about this bug go to:

[Bug 843628] [NEW] perf failure on panda (omap4)

2011-09-07 Thread Avik Sil
Public bug reported: Though perf lists the PMU events but fails to gather performance counter statistics on panda # perf list List of pre-defined events (to be used in -e): cpu-cycles OR cycles [Hardware event] instructions [Hardware

[Bug 771805] Re: [armel] ltrace hangs

2011-06-09 Thread Avik Sil
With the final Linaro natty release, ltrace works fine with the above shell script: http://paste.ubuntu.com/622589/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771805 Title: [armel] ltrace hangs

[Bug 702999] Re: oprofile failure on panda (omap4)

2011-05-26 Thread Avik Sil
** Changed in: linux-linaro-omap (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/702999 Title: oprofile failure on panda (omap4) -- ubuntu-bugs

[Bug 771805] Re: [armel] ltrace hangs

2011-05-24 Thread Avik Sil
After applying the patch in comment #7 I could run ltrace successfully on Pandaboard and the testsuite passed too: === tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using

[Bug 771805] Re: [armel] ltrace hangs

2011-05-24 Thread Avik Sil
Hi Dave, I patched against the latest git rev 4649a4cbb3bd6bc516c093adefa5dc7da8141b92. But when I ran the 3 line shell script I did get a segmentation fault. Regards, Avik -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 702999] Re: oprofile failure on panda (omap4)

2011-04-11 Thread Avik Sil
It seems that the patch in http://lists.infradead.org/pipermail/linux- arm-kernel/2011-March/045283.html is going to fix the issue by enabling pmu events for omap4, which are routed from CTI. The patch attached is a version of the above with removal of some CTI register reads that cause hang in

[Bug 702999] Re: oprofile failure on panda (omap4)

2011-03-02 Thread Avik Sil
I could reproduce the bug on panda running Linaro natty with 2.6.37 kernel. It seems the profile data are not getting written to $SESSION_DIR/samples directory. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 702999] Re: oprofile failure on armel

2011-02-21 Thread Avik Sil
I could not reproduce this bug on the Beagle Board running Linaro. Although I could not test the same on Panda Board so far due to other issues in booting Linaro on Panda Board. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.