lkml.org 
[lkml]   [2018]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: tracing child threads with address filtering using intel_pt in perf
Date
"Alharthi, Mansour A" <mansourah@gatech.edu> writes:

> Hello all,

Hi,

> Assume this test code:
>
> thread_start(){
> ...
> test();
> ...
> }
>
> test(){
> printf("test");
> }
>
> main(){
> ...
> pthread_create(......, thread_start,....);
> }

Can you include the complete test case code?

> Tracing the above program with the following command:
> perf record -v -m 512,10000 -e intel_pt//u -T --switch-events --filter
> 'filter * @ ./test' -- ./test

Can you run it with -vvv and also include its output?

Thanks,
--
Alex

\
 
 \ /
  Last update: 2018-10-08 13:53    [W:1.119 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site