We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f290aa1 commit 1197491Copy full SHA for 1197491
arch/x86/events/perf_event.h
@@ -93,7 +93,8 @@ struct amd_nb {
93
PERF_SAMPLE_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | \
94
PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
95
PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR | \
96
- PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER)
+ PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER | \
97
+ PERF_SAMPLE_PERIOD)
98
99
#define PEBS_REGS \
100
(PERF_REG_X86_AX | \
0 commit comments