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()
336 struct traceprobe_parse_context *ctx) in parse_trace_event()
357 struct traceprobe_parse_context *ctx);
359 static int parse_this_cpu(char *arg, struct traceprobe_parse_context *ctx) in parse_this_cpu()
444 static struct btf *ctx_btf(struct traceprobe_parse_context *ctx) in ctx_btf()
451 struct traceprobe_parse_context *ctx) in check_prepare_btf_string_fetch()
485 struct traceprobe_parse_context *ctx) in fetch_type_from_btf_type()
534 static int query_btf_context(struct traceprobe_parse_context *ctx) in query_btf_context()
576 static void clear_struct_btf(struct traceprobe_parse_context *ctx) in clear_struct_btf()
585 static void clear_btf_context(struct traceprobe_parse_context *ctx) in clear_btf_context()
[all …]
H A Dtrace_probe.h466 struct traceprobe_parse_context { struct
490 struct traceprobe_parse_context *ctx); argument
493 struct traceprobe_parse_context *ctx);
503 void traceprobe_finish_parse(struct traceprobe_parse_context *ctx);
504 static inline void traceprobe_free_parse_ctx(struct traceprobe_parse_context *ctx) in traceprobe_free_parse_ctx()
510 DEFINE_FREE(traceprobe_parse_context, struct traceprobe_parse_context *,
H A Dtrace_eprobe.c847 struct traceprobe_parse_context *ctx __free(traceprobe_parse_context) = NULL; in __trace_eprobe_create()
H A Dtrace_fprobe.c1210 struct traceprobe_parse_context *ctx) in trace_fprobe_create_internal()
1399 struct traceprobe_parse_context *ctx __free(traceprobe_parse_context) = NULL; in trace_fprobe_create_cb()
H A Dtrace_kprobe.c855 struct traceprobe_parse_context *ctx) in trace_kprobe_create_internal()
1099 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()