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.c319 struct traceprobe_parse_context *ctx) in parse_trace_event_arg()
381 struct traceprobe_parse_context *ctx) in check_prepare_btf_string_fetch()
415 struct traceprobe_parse_context *ctx) in fetch_type_from_btf_type()
467 static int query_btf_context(struct traceprobe_parse_context *ctx) in query_btf_context()
509 static void clear_btf_context(struct traceprobe_parse_context *ctx) in clear_btf_context()
522 struct traceprobe_parse_context *ctx) in split_next_field()
552 struct traceprobe_parse_context *ctx) in parse_btf_field()
634 struct traceprobe_parse_context *ctx) in parse_btf_arg()
728 struct traceprobe_parse_context *ctx) in find_fetch_type_from_btf_type()
740 struct traceprobe_parse_context *ctx) in parse_btf_bitfield()
[all …]
H A Dtrace_probe.h416 struct traceprobe_parse_context { struct
434 struct traceprobe_parse_context *ctx); argument
437 struct traceprobe_parse_context *ctx);
447 void traceprobe_finish_parse(struct traceprobe_parse_context *ctx);
448 static inline void traceprobe_free_parse_ctx(struct traceprobe_parse_context *ctx) in traceprobe_free_parse_ctx()
454 DEFINE_FREE(traceprobe_parse_context, struct traceprobe_parse_context *,
H A Dtrace_eprobe.c844 struct traceprobe_parse_context *ctx __free(traceprobe_parse_context) = NULL; in __trace_eprobe_create()
H A Dtrace_fprobe.c1214 struct traceprobe_parse_context *ctx) in trace_fprobe_create_internal()
1403 struct traceprobe_parse_context *ctx __free(traceprobe_parse_context) = NULL; in trace_fprobe_create_cb()
H A Dtrace_kprobe.c838 struct traceprobe_parse_context *ctx) in trace_kprobe_create_internal()
1082 struct traceprobe_parse_context *ctx __free(traceprobe_parse_context) = NULL; in trace_kprobe_create_cb()
H A Dtrace_uprobe.c544 struct traceprobe_parse_context *ctx __free(traceprobe_parse_context) = NULL; in DEFINE_FREE()