| 649 | } |
| 650 | |
| 651 | std::string proc_cmdline(const Engine& eng, const Process& p) { |
| 652 | try { return one_line_text(gen_cmdline(eng.phys(), eng.isf(), eng.kernel(), p)); } |
| 653 | catch (...) { return "-"; } |
| 654 | } |
| 655 | |
| 656 | u64 effective_caps(const Engine& eng, const Process& p) { |
| 657 | try { |
no test coverage detected