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 21f77d2 commit 1ab9418Copy full SHA for 1ab9418
arch/x86/events/intel/p4.c
@@ -826,7 +826,7 @@ static int p4_hw_config(struct perf_event *event)
826
* Clear bits we reserve to be managed by kernel itself
827
* and never allowed from a user space
828
*/
829
- event->attr.config &= P4_CONFIG_MASK;
+ event->attr.config &= P4_CONFIG_MASK;
830
831
rc = p4_validate_raw_event(event);
832
if (rc)
0 commit comments