Home | History | Annotate | Download | only in tools

Lines Matching refs:def

43 def flatten(l):
48 def split_nvp(s):
58 def parse_gc_trace(input):
68 def extract_field_names(script):
79 def gnuplot(script):
91 def __init__(self, title, field, axis = x1y1, **keywords):
100 def fieldrefs(self):
103 def to_gnuplot(self, context):
117 def __init__(self, *items):
120 def fieldrefs(self):
123 def to_gnuplot(self, ctx):
127 def __init__(self, value):
130 def to_gnuplot(self, ctx):
133 def fieldrefs(self):
137 def __init__(self, datafile, field_to_index):
141 def format_fieldref(self, fieldref):
144 def collect_fields(plot):
148 def add_field(field):
158 def is_y2_used(plot):
166 def get_field(trace_line, field):
173 def generate_datafile(datafile_name, trace, fields):
180 def generate_script_and_datafile(plot, trace, datafile, output):
203 def plot_all(plots, trace, prefix):
215 def reclaimed_bytes(row):
218 def other_scope(r):
264 def freduce(f, field, trace, init):
267 def calc_total(trace, field):
270 def calc_max(trace, field):
273 def count_nonzero(trace, field):
277 def process_trace(filename):
286 def stats(out, prefix, trace, field):