Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/
H A Dtrace_events.h40 static struct trace_eval_map __used __initdata \
47 static struct trace_eval_map __used \
53 static struct trace_eval_map __used __initdata \
60 static struct trace_eval_map __used \
/OK3568_Linux_fs/kernel/include/linux/
H A Dtracepoint.h28 struct trace_eval_map { struct
H A Dmodule.h502 struct trace_eval_map **trace_evals;
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.h2055 void trace_event_eval_update(struct trace_eval_map **map, int len);
2061 static inline void trace_event_eval_update(struct trace_eval_map **map, int len) { } in trace_event_eval_update()
H A Dtrace.c169 struct trace_eval_map map;
5660 trace_insert_eval_map_file(struct module *mod, struct trace_eval_map **start, in trace_insert_eval_map_file()
5663 struct trace_eval_map **stop; in trace_insert_eval_map_file()
5664 struct trace_eval_map **map; in trace_insert_eval_map_file()
5718 struct trace_eval_map **start, int len) { } in trace_insert_eval_map_file()
5722 struct trace_eval_map **start, int len) in trace_insert_eval_map()
5724 struct trace_eval_map **map; in trace_insert_eval_map()
9117 extern struct trace_eval_map *__start_ftrace_eval_maps[];
9118 extern struct trace_eval_map *__stop_ftrace_eval_maps[];
H A Dtrace_events.c2323 static char *eval_replace(char *ptr, struct trace_eval_map *map, int len) in eval_replace()
2346 struct trace_eval_map *map) in update_event_printk()
2421 void trace_event_eval_update(struct trace_eval_map **map, int len) in trace_event_eval_update()