Searched refs:data_name (Results 1 – 3 of 3) sorted by relevance
63 def __init__(self, data_name, name_filter): argument70 self.data_name = data_name100 if not os.path.exists(self.data_name):101 maps_name = "/proc/%s/maps" % self.data_name103 print "\"%s\" is neither a counter file nor a PID." % self.data_name107 self.data_name = None110 self.data_name = m.group(0)112 if self.data_name is None:113 print "Can't find counter file in maps for PID %s." % self.data_name117 data_file = open(self.data_name, "r")[all …]
500 if (protp != 0 && protp->data_name != 0) {501 printer(arg, "[%s data]", protp->data_name);
420 char *data_name; /* Text name of corresponding data protocol */ member