Home
last modified time | relevance | path

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

/Linux-v6.6/include/trace/stages/
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-v6.6/include/linux/
Dtracepoint.h28 struct trace_eval_map { struct
Dmodule.h525 struct trace_eval_map **trace_evals;
/Linux-v6.6/kernel/trace/
Dtrace.h1953 void trace_event_eval_update(struct trace_eval_map **map, int len);
1959 static inline void trace_event_eval_update(struct trace_eval_map **map, int len) { } in trace_event_eval_update()
Dtrace_events.c2567 static char *eval_replace(char *ptr, struct trace_eval_map *map, int len) in eval_replace()
2590 struct trace_eval_map *map) in update_event_printk()
2687 struct trace_eval_map *map) in update_event_fields()
2735 void trace_event_eval_update(struct trace_eval_map **map, int len) in trace_event_eval_update()
Dtrace.c174 struct trace_eval_map map;
6225 trace_insert_eval_map_file(struct module *mod, struct trace_eval_map **start, in trace_insert_eval_map_file()
6228 struct trace_eval_map **stop; in trace_insert_eval_map_file()
6229 struct trace_eval_map **map; in trace_insert_eval_map_file()
6283 struct trace_eval_map **start, int len) { } in trace_insert_eval_map_file()
6287 struct trace_eval_map **start, int len) in trace_insert_eval_map()
6289 struct trace_eval_map **map; in trace_insert_eval_map()
9898 extern struct trace_eval_map *__start_ftrace_eval_maps[];
9899 extern struct trace_eval_map *__stop_ftrace_eval_maps[];