lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 08 Oct 2018 14:52:13 +0300
From:   Alexander Shishkin <alexander.shishkin@...ux.intel.com>
To:     "Alharthi\, Mansour A" <mansourah@...ech.edu>,
        "peterz\@infradead.org" <peterz@...radead.org>,
        "acme\@kernel.org" <acme@...nel.org>,
        "mingo\@redhat.com" <mingo@...hat.com>,
        "adrian.hunter\@intel.com" <adrian.hunter@...el.com>
Cc:     "linux-kernel\@vger.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: tracing child threads with address filtering using intel_pt in perf

"Alharthi, Mansour A" <mansourah@...ech.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ