Re: [PATCH] Oprofile-tests Hygon Dhyana CPU support

William Cohen <[email protected]> Wed, 15 May 2019 09:23:34 -0400
Newsgroups gmane.linux.oprofile
Message-ID <[email protected]>
On 5/14/19 9:48 PM, Jinke Fan wrote:
> From: fanjinke <[email protected]>
> 
> Hi,
> 
> Add support for which AMD family id bigger than 15h to
> oprofile-tests.
> 
> Related links:
> https://sourceforge.net/p/oprofile/oprofile/ci/c4c981a6fcb978b271d2b7ce2dea7abf56efe808/
> 
> Signed-off-by: fanjinke <[email protected]>
> ---
>  testsuite/lib/op_events.exp | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/testsuite/lib/op_events.exp b/testsuite/lib/op_events.exp
> index 9ddfda7..a5a4e43 100644
> --- a/testsuite/lib/op_events.exp
> +++ b/testsuite/lib/op_events.exp
> @@ -854,6 +854,7 @@ proc select_cpu_events {cpu_name} {
>  	ppc64_POWER9 {set type power9}
>  	i386/knightslanding {set type knightslanding}
>  	Intel_Knights_Landing {set type knightslanding}
> +	AMD64_generic {set type amd_generic}
>  
>      }
>  
> 

Hi,

Thanks for the revised patch.  It has been committed to the upstream oprofile-test git repository. -Will