Home
last modified time | relevance | path

Searched refs:func_offset (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/
H A Dmarkup_oops.pl40 my $func_offset = 0;
166 $func_offset = $2;
170 $func_offset = $2;
183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");
206 …from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
/linux/include/misc/
H A Docxl.h367 void ocxl_config_set_actag(struct pci_dev *dev, int func_offset,
/linux/tools/lib/bpf/
H A Dlibbpf.c12766 const char *binary_path, size_t func_offset, in attach_uprobe()
12821 func_offset += sym_off; in bpf_program__attach_usdt()
12847 func_offset, pid, ref_ctr_off); in bpf_program__attach_usdt()
12856 func_offset); in attach_usdt()
12863 binary_path, func_offset, pid); in attach_usdt()
12869 binary_path, func_offset, in attach_usdt()
12880 binary_path, func_offset, in determine_tracepoint_id()
12969 size_t func_offset) in attach_tp()
12973 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts); in attach_tp()
12587 bpf_program__attach_uprobe_opts(const struct bpf_program * prog,pid_t pid,const char * binary_path,size_t func_offset,const struct bpf_uprobe_opts * opts) bpf_program__attach_uprobe_opts() argument
12790 bpf_program__attach_uprobe(const struct bpf_program * prog,bool retprobe,pid_t pid,const char * binary_path,size_t func_offset) bpf_program__attach_uprobe() argument