Searched refs:sym_offset (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/entry/vdso/
H A Dvma.c133 long sym_offset; local
138 sym_offset = (long)(vmf->pgoff << PAGE_SHIFT) +
145 * impossible here, because sym_offset should only be zero for
148 if (sym_offset == 0)
151 if (sym_offset == image->sym_vvar_page) {
173 addr = vmf->address + (image->sym_timens_page - sym_offset);
182 } else if (sym_offset == image->sym_pvclock_page) {
190 } else if (sym_offset == image->sym_hvclock_page) {
195 } else if (sym_offset == image->sym_timens_page) {
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dctrl.c53 u64 val, sym_offset; local
60 sym_offset = qid * stride + offset;
62 err = __nfp_rtsym_readq(cpp, sym, 3, 0, sym_offset, &val);
64 err = __nfp_rtsym_readl(cpp, sym, 3, 0, sym_offset, &val32);
78 u64 sym_offset; local
85 sym_offset = id * NFP_QLVL_STRIDE + NFP_QLVL_THRS;
86 err = __nfp_rtsym_writel(cpp, abm->q_lvls, 4, 0, sym_offset, val);
112 u64 sym_offset; local
118 sym_offset = id * NFP_QLVL_STRIDE + NFP_QLVL_ACT;
119 err = __nfp_rtsym_writel(cpp, abm->q_lvls, 4, 0, sym_offset, ac
[all...]
/linux-master/tools/lib/bpf/
H A Delf.c447 unsigned long sym_offset = elf_sym_offset(sym); local
461 if (*offset == sym_offset)
467 sym->name, sym_offset, binary_path, *offset);
479 *offset = sym_offset;
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py390 'sym_offset bigint,'
413 'sym_offset bigint,'
599 'sym_offset,'
1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, flags, *x):
1033 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiqii", 21, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt, 4, flags)
1035 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiqii", 25, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt, 4, flags)

Completed in 260 milliseconds