Searched refs:stack_id (Results 1 – 4 of 4) sorted by relevance
10 s32 stack_id; // Identifier for `owner_stat`, which stores as value in `owner_stacks` member 17 s32 stack_id; member 21 s32 stack_id; member
87 stack_id: Optional[StackID]132 stack_id = self.stackMap.get(key)133 if stack_id is None:134 # return stack_id135 stack_id = len(self.stackTable)137 self.stackMap[key] = stack_id138 return stack_id192 self.samples.append(Sample(stack_id=prefix_stack_id,
451 stat_key.stack_id = ts_data->stack_id; in update_lock_stat() 659 s32 stack_id; in pop_owner_stack_trace() local 677 bpf_map_lookup_elem(stacks_fd, stack_trace, &stack_id); in pop_owner_stack_trace() 678 ckey.stack_id = stack_id; in pop_owner_stack_trace() 765 bpf_map_lookup_elem(stack, &key.stack_id, stack_trace); in lock_contention_read() 775 ls_key = key.stack_id; in lock_contention_read()
31 u32 stack_id; member 395 bpf_map_lookup_elem(stack, &key.stack_id, &off_cpu_raw[i + 2]); in off_cpu_write()