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

Support irq packing in analyzation

parent ea8d71f4
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ markers = {
"default": ".",
"kernel_polling": "+",
"manual_polling": "x",
"irq_packing": "*",
"fstack": "s",
"caladan": "p",
"caladan (per-thread QPS w/ 2 threads)": "p"
......@@ -11,6 +12,7 @@ colors = {
"default": "tab:blue",
"kernel_polling": "tab:orange",
"manual_polling": "tab:purple",
"irq_packing": "tab:olive",
"fstack": "tab:green",
"caladan": "tab:red",
"caladan (per-thread QPS w/ 2 threads)": "tab:red"
......
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