Home
last modified time | relevance | path

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

/linux/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/include/linux/
H A Dmodule.h522 struct trace_eval_map **trace_evals;
H A Dtracepoint.h28 struct trace_eval_map { struct
/linux/kernel/trace/
H A Dtrace.c206 struct trace_eval_map map;
5119 trace_insert_eval_map_file(struct module *mod, struct trace_eval_map **start, in trace_insert_eval_map_file()
5122 struct trace_eval_map **stop; in trace_insert_eval_map_file()
5123 struct trace_eval_map **map; in trace_insert_eval_map_file()
5175 struct trace_eval_map **start, int len) { } in trace_insert_eval_map_file()
5180 struct trace_eval_map **start, in trace_event_update_with_eval_map()
5183 struct trace_eval_map **map; in trace_event_update_with_eval_map()
10024 extern struct trace_eval_map *__start_ftrace_eval_maps[];
10025 extern struct trace_eval_map *__stop_ftrace_eval_maps[];
H A Dtrace.h2221 void trace_event_update_all(struct trace_eval_map **map, int len);
2227 static inline void trace_event_update_all(struct trace_eval_map **map, int len) { } in trace_event_update_all()
H A Dtrace_events.c3306 static char *eval_replace(char *ptr, struct trace_eval_map *map, int len) in eval_replace()
3329 struct trace_eval_map *map) in update_event_printk()
3496 struct trace_eval_map *map) in update_event_fields()
3554 void trace_event_update_all(struct trace_eval_map **map, int len) in trace_event_update_all()