#include "../../perf.h" #include "../../util/perf_regs.h" const struct sample_reg sample_reg_masks[] = { SMPL_REG(AX, PERF_REG_X86_AX), SMPL_REG(BX, PERF_REG_X86_BX), SMPL_REG(CX, PERF_REG_X86_CX), SMPL_REG(DX, PERF_REG_X86_DX), SMPL_REG(SI, PERF_REG_X86_SI), SMPL_REG(DI, PERF_REG_X86_DI), SMPL_REG(BP, PERF_REG_X86_BP), SMPL_REG(SP, PERF_REG_X86_SP), SMPL_REG(IP, PERF_REG_X86_IP), SMPL_REG(FLAGS, PERF_REG_X86_FLAGS), SMPL_REG(CS, PERF_REG_X86_CS), SMPL_REG(SS, PERF_REG_X86_SS), #ifdef HAVE_ARCH_X86_64_SUPPORT SMPL_REG(R8, PERF_REG_X86_R8), SMPL_REG(R9, PERF_REG_X86_R9), SMPL_REG(R10, PERF_REG_X86_R10), SMPL_REG(R11, PERF_REG_X86_R11), SMPL_REG(R12, PERF_REG_X86_R12), SMPL_REG(R13, PERF_REG_X86_R13), SMPL_REG(R14, PERF_REG_X86_R14), SMPL_REG(R15, PERF_REG_X86_R15), #endif SMPL_REG_END }; index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/aoa/core
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-22 12:47:48 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-22 12:47:48 -0800
commit095cbe66973771fecd8e8b1e8763181363ef703e (patch)
treec361a93d62ed171ac958deb0d4ff0faa980bb290 /sound/aoa/core
parent24b86839fab8e8059d2b16e0067dc86a1a0d3514 (diff)
parent020eb3daaba2857b32c4cf4c82f503d6a00a67de (diff)
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fix from Thomas Gleixner: "Restore the retrigger callbacks in the IO APIC irq chips. That addresses a long standing regression which got introduced with the rewrite of the x86 irq subsystem two years ago and went unnoticed so far" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/ioapic: Restore IO-APIC irq_chip retrigger callback
Diffstat (limited to 'sound/aoa/core')