Re: [PATCH 00/13] Porting perf to Android

2012-09-02 Thread Irina Tirdea
On Thu, Aug 30, 2012 at 8:19 PM, Namhyung Kim wrote: > Irina Tirdea writes: > >> Hi, >> >> This is a set of patches to port perf to Android. >> My approach is to include missing functions in Android (like getline, >> getsid, etc). I am currently working on upstreaming these to Google. >> With the

Re: [PATCH 00/13] Porting perf to Android

2012-08-30 Thread Namhyung Kim
Irina Tirdea writes: > Hi, > > This is a set of patches to port perf to Android. > My approach is to include missing functions in Android (like getline, > getsid, etc). I am currently working on upstreaming these to Google. > With the missing functionality added to bionic, this compiles on latest

[PATCH 00/13] Porting perf to Android

2012-08-28 Thread Irina Tirdea
Hi, This is a set of patches to port perf to Android. My approach is to include missing functions in Android (like getline, getsid, etc). I am currently working on upstreaming these to Google. With the missing functionality added to bionic, this compiles on latest Android tree (JellyBean). This wi