Home
last modified time | relevance | path

Searched refs:traceprobe_parse_context (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_probe.c290 struct traceprobe_parse_context *ctx) in parse_trace_event_arg()
352 struct traceprobe_parse_context *ctx) in check_prepare_btf_string_fetch()
386 struct traceprobe_parse_context *ctx) in fetch_type_from_btf_type()
438 static int query_btf_context(struct traceprobe_parse_context *ctx) in query_btf_context()
480 static void clear_btf_context(struct traceprobe_parse_context *ctx) in clear_btf_context()
493 struct traceprobe_parse_context *ctx) in split_next_field()
523 struct traceprobe_parse_context *ctx) in parse_btf_field()
605 struct traceprobe_parse_context *ctx) in parse_btf_arg()
699 struct traceprobe_parse_context *ctx) in find_fetch_type_from_btf_type()
711 struct traceprobe_parse_context *ctx) in parse_btf_bitfield()
[all …]
H A Dtrace_probe.h408 struct traceprobe_parse_context { struct
426 struct traceprobe_parse_context *ctx); argument
429 struct traceprobe_parse_context *ctx);
438 void traceprobe_finish_parse(struct traceprobe_parse_context *ctx);
H A Dtrace_eprobe.c803 struct traceprobe_parse_context ctx = { in trace_eprobe_tp_update_arg()
H A Dtrace_fprobe.c1001 struct traceprobe_parse_context ctx = { in __trace_fprobe_create()
H A Dtrace_uprobe.c687 struct traceprobe_parse_context ctx = { in __trace_uprobe_create()
H A Dtrace_kprobe.c785 struct traceprobe_parse_context ctx = { .flags = TPARG_FL_KERNEL }; in __trace_kprobe_create()