Home
last modified time | relevance | path

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

/linux-6.15/include/trace/stages/
H A Dinit.h15 static struct trace_eval_map __used __initdata \
22 static struct trace_eval_map __used \
28 static struct trace_eval_map __used __initdata \
35 static struct trace_eval_map __used \
/linux-6.15/include/linux/
H A Dtracepoint.h28 struct trace_eval_map { struct
H A Dmodule.h539 struct trace_eval_map **trace_evals;
/linux-6.15/kernel/trace/
H A Dtrace.h2112 void trace_event_eval_update(struct trace_eval_map **map, int len);
2118 static inline void trace_event_eval_update(struct trace_eval_map **map, int len) { } in trace_event_eval_update()
H A Dtrace.c175 struct trace_eval_map map;
5784 trace_insert_eval_map_file(struct module *mod, struct trace_eval_map **start, in trace_insert_eval_map_file()
5787 struct trace_eval_map **stop; in trace_insert_eval_map_file()
5788 struct trace_eval_map **map; in trace_insert_eval_map_file()
5840 struct trace_eval_map **start, int len) { } in trace_insert_eval_map_file()
5844 struct trace_eval_map **start, int len) in trace_insert_eval_map()
5846 struct trace_eval_map **map; in trace_insert_eval_map()
10131 extern struct trace_eval_map *__start_ftrace_eval_maps[];
10132 extern struct trace_eval_map *__stop_ftrace_eval_maps[];
H A Dtrace_events.c3137 static char *eval_replace(char *ptr, struct trace_eval_map *map, int len) in eval_replace()
3160 struct trace_eval_map *map) in update_event_printk()
3257 struct trace_eval_map *map) in update_event_fields()
3305 void trace_event_eval_update(struct trace_eval_map **map, int len) in trace_event_eval_update()