* [lttng-dev] lttng on android
@ 2013-01-21 11:48 Amit Balboul
2013-01-21 15:23 ` Matthew Khouzam
0 siblings, 1 reply; 5+ messages in thread
From: Amit Balboul @ 2013-01-21 11:48 UTC (permalink / raw)
Hi,
Is there a way to build the LTTng tools to Android (3.0.31) on ARM ??
I've managed to compile the modules(2.0.6), put them in the Android device
and modprobe them.
Now I would like to extract the traces logs from the device.
How can I do it ?
Is there any support for this at all in the LTTng project ?
Thank you for your response !
Amit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20130121/00b74d72/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [lttng-dev] lttng on android
2013-01-21 11:48 [lttng-dev] lttng on android Amit Balboul
@ 2013-01-21 15:23 ` Matthew Khouzam
2013-01-21 15:43 ` Geneviève Bastien
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Matthew Khouzam @ 2013-01-21 15:23 UTC (permalink / raw)
I believe a group at l'ecole polytechnique de Montreal is working on
this, Genvieve, could you please comment more?
On 13-01-21 06:48 AM, Amit Balboul wrote:
> Hi,
>
> Is there a way to build the LTTng tools to Android (3.0.31) on ARM ??
>
> I've managed to compile the modules(2.0.6), put them in the Android
> device and modprobe them.
> Now I would like to extract the traces logs from the device.
> How can I do it ?
> Is there any support for this at all in the LTTng project ?
>
>
> Thank you for your response !
>
> Amit.
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20130121/91a4a0b3/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [lttng-dev] lttng on android
2013-01-21 15:23 ` Matthew Khouzam
@ 2013-01-21 15:43 ` Geneviève Bastien
2013-01-21 15:45 ` Francis Labarre
2013-01-21 15:46 ` Pierre-Luc St-Charles
2 siblings, 0 replies; 5+ messages in thread
From: Geneviève Bastien @ 2013-01-21 15:43 UTC (permalink / raw)
Hi Amit,
Indeed there is a group of students working on putting lttng on android,
maybe make it work through adb. As the semester advances, they may
publish some of their work and hopefully by the end of april, lttng will
be supported and documented on Android.
In the meantime, if you have managed to compile and modprobe the
modules, have you tried obtaining a trace from the command line. What
does it do, what message do you get?
Genevi?ve
On 01/21/2013 10:23 AM, Matthew Khouzam wrote:
> I believe a group at l'ecole polytechnique de Montreal is working on
> this, Genvieve, could you please comment more?
>
> On 13-01-21 06:48 AM, Amit Balboul wrote:
>> Hi,
>>
>> Is there a way to build the LTTng tools to Android (3.0.31) on ARM ??
>>
>> I've managed to compile the modules(2.0.6), put them in the Android
>> device and modprobe them.
>> Now I would like to extract the traces logs from the device.
>> How can I do it ?
>> Is there any support for this at all in the LTTng project ?
>>
>>
>> Thank you for your response !
>>
>> Amit.
>>
>>
>> _______________________________________________
>> lttng-dev mailing list
>> lttng-dev at lists.lttng.org
>> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20130121/40575adb/attachment-0001.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [lttng-dev] lttng on android
2013-01-21 15:23 ` Matthew Khouzam
2013-01-21 15:43 ` Geneviève Bastien
@ 2013-01-21 15:45 ` Francis Labarre
2013-01-21 15:46 ` Pierre-Luc St-Charles
2 siblings, 0 replies; 5+ messages in thread
From: Francis Labarre @ 2013-01-21 15:45 UTC (permalink / raw)
Hi,
I'm one of the student working on porting lttng to android at Ecole
Polytechnique Montreal.
As of right now we haven't begun to develop tools to support creating and
extracting traces on android devices.
It should take a few months before we finish the project, in the mean time
you could look at these previous porting attempts:
https://docs.google.com/open?id=0B2aE_idi5Wt8MzZER1dLTGxRWmloU3ZZWEY1cUdzZw
http://lists.lttng.org/pipermail/lttng-dev/2012-February/017626.html
Have a nice day!
Francis Labarre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20130121/22664202/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [lttng-dev] lttng on android
2013-01-21 15:23 ` Matthew Khouzam
2013-01-21 15:43 ` Geneviève Bastien
2013-01-21 15:45 ` Francis Labarre
@ 2013-01-21 15:46 ` Pierre-Luc St-Charles
2 siblings, 0 replies; 5+ messages in thread
From: Pierre-Luc St-Charles @ 2013-01-21 15:46 UTC (permalink / raw)
We are indeed exploring a few ways to extract the traces through ADB at the
moment, but our work has barely taken off yet; we should have a more solid
grasp on the subject in a few more days. Until then, I believe other
students that are part of this work group are on the mailing list (and they
could have explored the topic a bit more than I did), and might be able to
give you a few more details today or tomorrow.
On Mon, Jan 21, 2013 at 10:23 AM, Matthew Khouzam <
matthew.khouzam at ericsson.com> wrote:
> I believe a group at l'ecole polytechnique de Montreal is working on
> this, Genvieve, could you please comment more?
>
>
> On 13-01-21 06:48 AM, Amit Balboul wrote:
>
> Hi,
>
> Is there a way to build the LTTng tools to Android (3.0.31) on ARM ??
>
> I've managed to compile the modules(2.0.6), put them in the Android
> device and modprobe them.
> Now I would like to extract the traces logs from the device.
> How can I do it ?
> Is there any support for this at all in the LTTng project ?
>
>
> Thank you for your response !
>
> Amit.
>
>
> _______________________________________________
> lttng-dev mailing listlttng-dev at lists.lttng.orghttp://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20130121/f2f478ab/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-01-21 15:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21 11:48 [lttng-dev] lttng on android Amit Balboul
2013-01-21 15:23 ` Matthew Khouzam
2013-01-21 15:43 ` Geneviève Bastien
2013-01-21 15:45 ` Francis Labarre
2013-01-21 15:46 ` Pierre-Luc St-Charles
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox