Searched refs:get_command_name (Results 1 – 7 of 7) sorted by relevance
154 header = "command options for '%s':" % self.get_command_name()265 def get_command_name(self): member in Command332 log.warn("warning: %s: %s\n", self.get_command_name(), msg)
881 command_name = command_obj.get_command_name()940 command_name = command.get_command_name()
156 header = "command options for '%s':" % self.get_command_name()274 def get_command_name(self): member in Command346 (self.get_command_name(), msg))
869 command_name = command_obj.get_command_name()927 command_name = command.get_command_name()
144 int get_command_name(const char *pid, char *comm, size_t len) in get_command_name() function
258 int get_command_name(const char *pid, char *comm, size_t len);
135 if (get_command_name(buf, comm, sizeof(comm))) in read_cgroup_pids()