Home
last modified time | relevance | path

Searched refs:stack_id (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/bpf_skel/
H A Dlock_data.h10 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
/linux/tools/perf/scripts/python/
H A Dgecko.py87 stack_id: Optional[StackID]
132 stack_id = self.stackMap.get(key)
133 if stack_id is None:
134 # return stack_id
135 stack_id = len(self.stackTable)
137 self.stackMap[key] = stack_id
138 return stack_id
192 self.samples.append(Sample(stack_id=prefix_stack_id,
/linux/tools/perf/util/
H A Dbpf_lock_contention.c451 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()
H A Dbpf_off_cpu.c31 u32 stack_id; member
395 bpf_map_lookup_elem(stack, &key.stack_id, &off_cpu_raw[i + 2]); in off_cpu_write()