Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe_tmpl.h7 fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf) in fetch_store_raw()
29 fetch_apply_bitfield(struct fetch_insn *code, void *buf) in fetch_apply_bitfield()
57 process_fetch_insn(struct fetch_insn *code, void *rec, void *edata,
103 process_common_fetch_insn(struct fetch_insn *code, unsigned long *val) in process_common_fetch_insn()
123 process_fetch_insn_bottom(struct fetch_insn *code, unsigned long val, in process_fetch_insn_bottom()
126 struct fetch_insn *s3 = NULL; in process_fetch_insn_bottom()
H A Dtrace_probe.c318 static int parse_trace_event_arg(char *arg, struct fetch_insn *code, in parse_trace_event_arg()
380 struct fetch_insn **pcode, in check_prepare_btf_string_fetch()
394 struct fetch_insn *code = *pcode + 1; in check_prepare_btf_string_fetch()
551 struct fetch_insn **pcode, struct fetch_insn *end, in parse_btf_field()
554 struct fetch_insn *code = *pcode; in parse_btf_field()
633 struct fetch_insn **pcode, struct fetch_insn *end, in parse_btf_arg()
636 struct fetch_insn *code = *pcode; in parse_btf_arg()
739 static int parse_btf_bitfield(struct fetch_insn **pcode, in parse_btf_bitfield()
742 struct fetch_insn *code = *pcode; in parse_btf_bitfield()
773 struct fetch_insn **pcode, struct fetch_insn *end, in parse_btf_arg()
[all …]
H A Dtrace_probe.h118 struct fetch_insn { struct
229 struct fetch_insn *code;
240 struct fetch_insn *code;
H A Dtrace_eprobe.c298 get_event_field(struct fetch_insn *code, void *rec) in get_event_field()
363 struct fetch_insn *code; in get_eprobe_size()
399 process_fetch_insn(struct fetch_insn *code, void *rec, void *edata, in process_fetch_insn()
H A Dtrace_fprobe.c278 process_fetch_insn(struct fetch_insn *code, void *rec, void *edata, in process_fetch_insn()
373 struct fetch_insn *code = &earg->code[i]; in store_fprobe_entry_data()
H A Dtrace_uprobe.c219 process_fetch_insn(struct fetch_insn *code, void *rec, void *edata, in process_fetch_insn()
H A Dtrace_kprobe.c1420 process_fetch_insn(struct fetch_insn *code, void *rec, void *edata, in process_fetch_insn()