Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.c291 struct traceprobe_parse_context *ctx) in parse_trace_event_arg()
353 struct traceprobe_parse_context *ctx) in check_prepare_btf_string_fetch()
387 struct traceprobe_parse_context *ctx) in fetch_type_from_btf_type()
439 static int query_btf_context(struct traceprobe_parse_context *ctx) in query_btf_context()
481 static void clear_btf_context(struct traceprobe_parse_context *ctx) in clear_btf_context()
494 struct traceprobe_parse_context *ctx) in split_next_field()
524 struct traceprobe_parse_context *ctx) in parse_btf_field()
606 struct traceprobe_parse_context *ctx) in parse_btf_arg()
700 struct traceprobe_parse_context *ctx) in find_fetch_type_from_btf_type()
712 struct traceprobe_parse_context *ctx) in parse_btf_bitfield()
[all …]
H A Dtrace_probe.h410 struct traceprobe_parse_context { struct
428 struct traceprobe_parse_context *ctx); argument
431 struct traceprobe_parse_context *ctx);
441 void traceprobe_finish_parse(struct traceprobe_parse_context *ctx);
H A Dtrace_eprobe.c800 struct traceprobe_parse_context ctx = { in trace_eprobe_tp_update_arg()
H A Dtrace_fprobe.c1000 struct traceprobe_parse_context ctx = { in __trace_fprobe_create()
H A Dtrace_uprobe.c685 struct traceprobe_parse_context ctx = { in __trace_uprobe_create()
H A Dtrace_kprobe.c883 struct traceprobe_parse_context ctx = { .flags = TPARG_FL_KERNEL }; in __trace_kprobe_create()