Home
last modified time | relevance | path

Searched refs:long_size (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/
H A Dsorttable.c119 static int long_size; variable
390 if (ptr + long_size > array_end) { in fill_relocs()
404 if (long_size == 4) in fill_relocs()
408 ptr += long_size; in fill_relocs()
445 if (long_size == 4) in replace_relocs()
449 ptr += long_size; in replace_relocs()
460 for (; ptr < end; ptr += long_size, addrs += long_size, count++) { in fill_addrs()
461 if (long_size == 4) in fill_addrs()
473 for (; ptr < end; ptr += long_size, addrs += long_size) { in replace_addrs()
474 if (long_size == 4) in replace_addrs()
[all …]
/linux/tools/perf/util/
H A Dcpumap.c35 return (data->mask32_data.long_size == 4) in perf_record_cpu_map_data__test_bit()
45 u16 long_size) in perf_record_cpu_map_data__read_one_mask()
48 if (long_size == 4) in perf_record_cpu_map_data__read_one_mask()
53 if (long_size == 4) { in perf_record_cpu_map_data__read_one_mask()
103 u16 long_size = READ_ONCE(data->mask32_data.long_size); in cpu_map__from_mask()
106 /* long_size must be 4 or 8; other values overflow cpus_per_i below */ in cpu_map__from_mask()
107 if (long_size != 4 && long_size != 8) { in cpu_map__from_mask()
108 pr_warning("WARNING: cpu_map mask: unsupported long_size in cpu_map__from_mask()
[all...]
H A Dsession.c759 data->mask32_data.long_size = bswap_16(data->mask32_data.long_size);
760 switch (data->mask32_data.long_size) {
941 data->mask32_data.long_size = bswap_16(data->mask32_data.long_size); in branch_stack__printf()
943 switch (data->mask32_data.long_size) { in branch_stack__printf()
986 data->mask32_data.long_size); in regs_dump_abi()
2362 if (data->mask32_data.long_size == 4) { in reader__read_event()
2373 } else if (data->mask64_data.long_size == 8) { in reader__read_event()
2390 pr_warning("WARNING: at offset %#" PRIx64 ": PERF_RECORD_CPU_MAP: unsupported long_size in reader__read_event()
[all...]
H A Dsynthetic-events.c1275 data->data->mask32_data.long_size = 4; in synthesize_mask()
/linux/tools/lib/perf/include/perf/
H A Devent.h209 __u16 long_size;
219 __u16 long_size;
251 /* Used when type == PERF_CPU_MAP__MASK and long_size == 4. */
253 /* Used when type == PERF_CPU_MAP__MASK and long_size == 8. */
202 __u16 long_size; global() member
212 __u16 long_size; global() member