def add_hook_functions()

in functions/functraceplus.py [0:0]


    def add_hook_functions(self, module_name, func_name, argc):
        if module_name not in self.to_hook_func:
            self.to_hook_func[module_name] = []
        self.to_hook_func[module_name].append({"name":func_name, "argc" : argc})