Searched refs:adjust_command (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/tc-testing/creating-plugins/ |
H A D | AddingPlugins.txt | 36 def adjust_command(self, stage, command) # see "ADJUST" below 70 The adjust_command method receives a string representing 84 The adjust_command method must return the adjusted command so tdc
|
/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 63 def adjust_command(self, stage, command): member in SubPlugin 64 super().adjust_command(stage, command)
|
H A D | nsPlugin.py | 86 def adjust_command(self, stage, command): member in SubPlugin 87 super().adjust_command(stage, command)
|
/linux/tools/testing/selftests/tc-testing/ |
H A D | TdcPlugin.py | 43 def adjust_command(self, stage, command): member in TdcPlugin
|
H A D | tdc.py | 180 command = pgn_inst.adjust_command(stage, command)
|