Re: [PATCH RFC 1/3] x86: Add Intel PT common files

2015-08-02 Thread Takao Indoh
On 2015/08/02 19:02, Thomas Gleixner wrote: > On Wed, 29 Jul 2015, Takao Indoh wrote: >> +/* >> + * Table of Physical Addresses bits >> + */ >> +enum topa_sz { >> +TOPA_4K = 0, >> +TOPA_8K, >> +TOPA_16K, >> +TOPA_32K, >> +TOPA_64K, >> +TOPA_128K, >> +TOPA_256K, >> +T

Re: [PATCH RFC 1/3] x86: Add Intel PT common files

2015-08-02 Thread Thomas Gleixner
On Wed, 29 Jul 2015, Takao Indoh wrote: > +/* > + * Table of Physical Addresses bits > + */ > +enum topa_sz { > + TOPA_4K = 0, > + TOPA_8K, > + TOPA_16K, > + TOPA_32K, > + TOPA_64K, > + TOPA_128K, > + TOPA_256K, > + TOPA_512K, > + TOPA_1MB, > + TOPA_2MB, > +

[PATCH RFC 1/3] x86: Add Intel PT common files

2015-07-28 Thread Takao Indoh
Rename existing intel_pt.h to intel_pt_perf.h as a perf-specific header, and make a new intel_pt.h as a common header of Intel PT feature. Also add intel_pt_cap.c for Intel PT capability stuff. Signed-off-by: Takao Indoh --- arch/x86/include/asm/intel_pt.h | 82 ++ ar