Home | History | Annotate | Download | only in third_party

Lines Matching refs:stack_id

74   def __init__(self, stack_id, name, category):
75 self.stack_id = stack_id
86 if self.stack_id:
93 out_dict[self.stack_id] = node_dict
113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm):
114 self.stack_id = stack_id
130 assert self.stack_id != 0
131 if self.stack_id:
132 ret['sf'] = self.stack_id # Stack frame id
187 new_node.parent_id = stack_frame.stack_id
192 sample = PerfSample(stack_frame.stack_id,
232 samp.stack_id = node.stack_id