Re: [PATCH v3 1/6] perf: add ability to sample machine state on interrupt

2014-08-26 Thread Namhyung Kim
Hi Stephane, On Mon, 18 Aug 2014 01:18:15 +0200, Stephane Eranian wrote: > Enable capture of interrupted machine state for each > sample. > > Registers to sample are passed per event in the > sample_regs_intr bitmask. > > To sample interrupt machine state, the > PERF_SAMPLE_INTR_REGS must be passe

[PATCH v3 1/6] perf: add ability to sample machine state on interrupt

2014-08-17 Thread Stephane Eranian
Enable capture of interrupted machine state for each sample. Registers to sample are passed per event in the sample_regs_intr bitmask. To sample interrupt machine state, the PERF_SAMPLE_INTR_REGS must be passed in sample_type. The list of available registers is arch dependent and provided by asm