Home
last modified time | relevance | path

Searched refs:HANDLERS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S51 .macro HANDLERS has_error from to macro
73 HANDLERS has_error=0 from=0 to=7
74 HANDLERS has_error=1 from=8 to=8
75 HANDLERS has_error=0 from=9 to=9
76 HANDLERS has_error=1 from=10 to=14
77 HANDLERS has_error=0 from=15 to=16
78 HANDLERS has_error=1 from=17 to=17
79 HANDLERS has_error=0 from=18 to=255
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch95 +HANDLERS: Dict[str, Dict[str, Callable]] = {}
101 + """Store f in HANDLERS[vcs][method]."""
102 + if vcs not in HANDLERS:
103 + HANDLERS[vcs] = {}
104 + HANDLERS[vcs][method] = f
1145 -HANDLERS = {}
1147 +HANDLERS: Dict[str, Dict[str, Callable]] = {}
1154 """Store f in HANDLERS[vcs][method]."""
1155 - if vcs not in HANDLERS:
1156 - HANDLERS[vcs] = {}
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt36 EVENT HANDLERS
H A Dperf-script-python.txt172 raw_syscalls__sys_enter(). (see the EVENT HANDLERS section below for
430 EVENT HANDLERS