Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c22 __u32 stack_id; member
30 __u32 stack_id; member
189 __u32 stack_id; in off_cpu_stat() local
197 stack_id = bpf_get_stackid(ctx, &stacks, in off_cpu_stat()
207 pelem->stack_id = stack_id; in off_cpu_stat()
216 .stack_id = pelem->stack_id, in off_cpu_stat()
H A Dlock_contention.bpf.c26 __s32 stack_id; member
304 pelem->stack_id = bpf_get_stackid(ctx, &stacks, in contention_begin()
306 if (pelem->stack_id < 0) in contention_begin()
359 key.stack_id = pelem->stack_id; in contention_end()
367 key.stack_id = pelem->stack_id; in contention_end()
372 key.stack_id = pelem->stack_id; in contention_end()
H A Dlock_data.h7 u32 stack_id; member
/openbmc/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:
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,
/openbmc/linux/tools/perf/util/
H A Dbpf_off_cpu.c29 u32 stack_id; member
362 bpf_map_lookup_elem(stack, &key.stack_id, &data.array[n + 2]); in off_cpu_write()
H A Dbpf_lock_contention.c300 bpf_map_lookup_elem(stack, &key.stack_id, stack_trace); in lock_contention_read()
310 ls_key = key.stack_id; in lock_contention_read()
/openbmc/linux/arch/x86/events/intel/
H A Duncore_snbep.c4714 int die, stack_id, ret = -EPERM; in sad_cfg_iio_topology() local
4725 stack_id = SAD_CONTROL_STACK_ID(sad_cfg); in sad_cfg_iio_topology()
4726 if (die < 0 || stack_id >= type->num_boxes) { in sad_cfg_iio_topology()
4732 stack_id = sad_pmon_mapping[stack_id]; in sad_cfg_iio_topology()
4734 type->topology[die][stack_id].iio->segment = pci_domain_nr(dev->bus); in sad_cfg_iio_topology()
4735 type->topology[die][stack_id].pmu_idx = stack_id; in sad_cfg_iio_topology()
4736 type->topology[die][stack_id].iio->pci_bus_no = dev->bus->number; in sad_cfg_iio_topology()