Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
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()
599 struct traceprobe_parse_context *ctx) in parse_btf_arg()
687 struct traceprobe_parse_context *ctx) in find_fetch_type_from_btf_type()
699 struct traceprobe_parse_context *ctx) in parse_btf_bitfield()
[all …]
Dtrace_probe.h384 struct traceprobe_parse_context { struct
401 struct traceprobe_parse_context *ctx); argument
404 struct traceprobe_parse_context *ctx);
413 void traceprobe_finish_parse(struct traceprobe_parse_context *ctx);
Dtrace_eprobe.c803 struct traceprobe_parse_context ctx = { in trace_eprobe_tp_update_arg()
Dtrace_fprobe.c981 struct traceprobe_parse_context ctx = { in __trace_fprobe_create()
Dtrace_uprobe.c685 struct traceprobe_parse_context ctx = { in __trace_uprobe_create()
Dtrace_kprobe.c782 struct traceprobe_parse_context ctx = { .flags = TPARG_FL_KERNEL }; in __trace_kprobe_create()