| /linux/tools/perf/scripts/python/ |
| H A D | intel-pt-events.py | 70 def get_offset(perf_dict, field): function 268 offs = get_offset(param_dict, "symoff") 294 offs = get_offset(sample, "addr_symoff") 304 offs = get_offset(param_dict, "symoff")
|
| /linux/drivers/hwmon/ |
| H A D | w83773g.c | 105 static int get_offset(struct regmap *regmap, int index, long *val) in get_offset() function 191 return get_offset(regmap, channel - 1, val); in w83773_read()
|
| /linux/tools/testing/selftests/user_events/ |
| H A D | perf_test.c | 55 static int get_offset(void) in get_offset() function 156 offset = get_offset(); in TEST_F()
|
| /linux/include/scsi/ |
| H A D | scsi_transport_spi.h | 97 void (*get_offset)(struct scsi_target *); member
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp.h | 157 int get_offset(const struct jit_context *ctx, int off);
|
| H A D | bpf_jit_comp64.c | 498 emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/ in emit_tail_call() 502 emit(ctx, bltz, tcc, get_offset(ctx, 1)); /* PC += off(1) if tcc < 0 */ in emit_tail_call() 513 emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/ in emit_tail_call()
|
| H A D | bpf_jit_comp32.c | 1313 emit(ctx, beqz, t1, get_offset(ctx, 1)); /* PC += off(1) if t1 == 0 */ in emit_tail_call() 1318 emit(ctx, blez, t2, get_offset(ctx, 1)); /* PC += off(1) if t2 <= 0 */ in emit_tail_call() 1332 emit(ctx, beqz, t2, get_offset(ctx, 1)); /* PC += off(1) if t2 == 0 */ in emit_tail_call()
|
| H A D | bpf_jit_comp.c | 185 int get_offset(const struct jit_context *ctx, int off) in get_offset() function
|
| /linux/arch/mips/kernel/ |
| H A D | vpe.c | 170 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() function 212 get_offset((unsigned long *)&mod_mem->size, s); in layout_sections()
|
| /linux/lib/ |
| H A D | xarray.c | 145 static unsigned int get_offset(unsigned long index, struct xa_node *node) in get_offset() function 152 xas->xa_offset = get_offset(xas->xa_index, xas->xa_node); in xas_set_offset() 207 unsigned int offset = get_offset(xas->xa_index, node); in xas_descend() 1317 if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node)) in __xas_prev() 1356 if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node)) in __xas_next()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 380 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset() function 454 offset = get_offset(node->ms.sym, &node_al); in python_process_callchain() 556 offset = get_offset(sym, al); in get_symoff() 806 PyLong_FromUnsignedLong(get_offset(al->sym, al))); in set_sym_in_dict()
|
| /linux/arch/arc/net/ |
| H A D | bpf_jit_core.c | 342 static inline s32 get_offset(const struct bpf_insn *insn) in get_offset() function 371 return (get_index_for_insn(ctx, insn) + 1) + get_offset(insn); in get_target_index_for_insn()
|
| /linux/drivers/message/fusion/ |
| H A D | mptspi.c | 1202 .get_offset = mptspi_read_parameters,
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3446 #define get_offset(x) ((x) & ((1UL << BUCKET_SPACE) - 1)) macro 3451 unsigned long offset = get_offset(*pos); in unix_from_bucket()
|