Searched refs:trace_eval_map (Results 1 – 5 of 5) sorted by relevance
| /linux/include/trace/stages/ |
| H A D | init.h | 15 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 D | tracepoint.h | 29 struct trace_eval_map { struct
|
| /linux/kernel/trace/ |
| H A D | trace.c | 205 struct trace_eval_map map; 4598 trace_insert_eval_map_file(struct module *mod, struct trace_eval_map **start, in trace_insert_eval_map_file() 4601 struct trace_eval_map **stop; in trace_insert_eval_map_file() 4602 struct trace_eval_map **map; in trace_insert_eval_map_file() 4654 struct trace_eval_map **start, int len) { } in trace_insert_eval_map_file() 4659 struct trace_eval_map **start, in trace_event_update_with_eval_map() 4662 struct trace_eval_map **map; in trace_event_update_with_eval_map() 9044 extern struct trace_eval_map *__start_ftrace_eval_maps[]; 9045 extern struct trace_eval_map *__stop_ftrace_eval_maps[];
|
| H A D | trace.h | 2288 void trace_event_update_all(struct trace_eval_map **map, int len, struct module *mod); 2294 static inline void trace_event_update_all(struct trace_eval_map **map, int len, struct module *mod)… in trace_event_update_all()
|
| H A D | trace_events.c | 3417 static char *eval_replace(char *ptr, struct trace_eval_map *map, int len) in eval_replace() 3440 struct trace_eval_map *map) in update_event_printk() 3607 struct trace_eval_map *map) in update_event_fields() 3665 void trace_event_update_all(struct trace_eval_map **map, int len, struct module *mod) in trace_event_update_all()
|