Searched refs:data_name (Results 1 – 4 of 4) 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 …]
40 (data_tmpfile, data_name) = tempfile.mkstemp(44 (data_name, os.path.join(self.srcdir,48 report = utils.system_output('perf report -n -i %s' % (data_name))50 os.unlink(data_name)
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