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

/linux-master/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-master/include/linux/
H A Dtracepoint.h28 struct trace_eval_map { struct
H A Dmodule.h525 struct trace_eval_map **trace_evals;
/linux-master/kernel/trace/
H A Dtrace.h1974 void trace_event_eval_update(struct trace_eval_map **map, int len);
1980 static inline void trace_event_eval_update(struct trace_eval_map **map, int len) { }
H A Dtrace.c171 struct trace_eval_map map;
5803 trace_insert_eval_map_file(struct module *mod, struct trace_eval_map **start,
5806 struct trace_eval_map **stop;
5807 struct trace_eval_map **map;
5861 struct trace_eval_map **start, int len) { }
5865 struct trace_eval_map **start, int len)
5867 struct trace_eval_map **map;
9651 extern struct trace_eval_map *__start_ftrace_eval_maps[];
9652 extern struct trace_eval_map *__stop_ftrace_eval_maps[];
H A Dtrace_events.c2724 static char *eval_replace(char *ptr, struct trace_eval_map *map, int len)
2747 struct trace_eval_map *map)
2844 struct trace_eval_map *map)
2892 void trace_event_eval_update(struct trace_eval_map **map, int len)

Completed in 289 milliseconds