Skip to content
Snippets Groups Projects
Commit 977e0c0c authored by Peter Cai's avatar Peter Cai
Browse files

interrupt suppression -> irq suppression

parent 5d00c174
No related branches found
No related tags found
No related merge requests found
markers = {
"vanilla": ".",
"kernel polling": "+",
"interrupt suppression": "x",
"irq suppression": "x",
"irq packing": "*",
"fstack": "d",
}
......@@ -9,7 +9,7 @@ markers = {
colors = {
"vanilla": "tab:blue",
"kernel polling": "tab:orange",
"interrupt suppression": "tab:purple",
"irq suppression": "tab:purple",
"irq packing": "tab:red",
"fstack": "tab:cyan",
}
......
......@@ -12,7 +12,7 @@ experiments = [
names = [
"vanilla",
"interrupt suppression",
"irq suppression",
"irq packing",
"kernel polling",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment