Skip to content

Commit

Permalink
ocperf: Fix UMASK2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Nov 12, 2024
1 parent 58577f0 commit 4c19aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
from shlex import quote
import itertools
import glob
from pmudef import EVENTSEL_ANY, EVENTSEL_INV, EVMASK, extra_flags
from pmudef import EVENTSEL_ANY, EVENTSEL_INV, EVMASK, extra_flags, EVENTSEL_UMASK2
if sys.version_info.major == 3:
import typing # noqa
from typing import Set, List, Dict, Any, Tuple, DefaultDict # noqa
Expand Down

0 comments on commit 4c19aef

Please sign in to comment.