Home
last modified time | relevance | path

Searched refs:traceprobe_parse_context (Results 1 – 4 of 4) 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()
392 static struct btf *ctx_btf(struct traceprobe_parse_context *ctx) in ctx_btf()
399 struct traceprobe_parse_context *ctx) in check_prepare_btf_string_fetch()
433 struct traceprobe_parse_context *ctx) in fetch_type_from_btf_type()
485 static int query_btf_context(struct traceprobe_parse_context *ctx) in query_btf_context()
527 static void clear_struct_btf(struct traceprobe_parse_context *ctx) in clear_struct_btf()
536 static void clear_btf_context(struct traceprobe_parse_context *ctx) in clear_btf_context()
549 struct traceprobe_parse_context *ctx) in split_next_field()
579 struct traceprobe_parse_context *ctx) in parse_btf_field()
[all …]
H A Dtrace_probe.h417 struct traceprobe_parse_context { struct
437 struct traceprobe_parse_context *ctx); argument
440 struct traceprobe_parse_context *ctx);
450 void traceprobe_finish_parse(struct traceprobe_parse_context *ctx);
451 static inline void traceprobe_free_parse_ctx(struct traceprobe_parse_context *ctx) in traceprobe_free_parse_ctx()
457 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()