Searched refs:ftrace_func_mapper (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_functions.c448 struct ftrace_func_mapper *mapper = data;
586 struct ftrace_func_mapper *mapper = data;
626 struct ftrace_func_mapper *mapper = data;
665 struct ftrace_func_mapper *mapper = data;
722 struct ftrace_func_mapper *mapper = *data;
738 struct ftrace_func_mapper *mapper = data;
H A Dtrace.h1095 struct ftrace_func_mapper;
1098 struct ftrace_func_mapper *allocate_ftrace_func_mapper(void);
1099 void **ftrace_func_mapper_find_ip(struct ftrace_func_mapper *mapper,
1101 int ftrace_func_mapper_add_ip(struct ftrace_func_mapper *mapper,
1103 void *ftrace_func_mapper_remove_ip(struct ftrace_func_mapper *mapper,
1105 void free_ftrace_func_mapper(struct ftrace_func_mapper *mapper,
H A Dftrace.c4625 struct ftrace_func_mapper { struct
4630 * allocate_ftrace_func_mapper - allocate a new ftrace_func_mapper
4632 * Returns: a ftrace_func_mapper descriptor that can be used to map ips to data.
4634 struct ftrace_func_mapper *allocate_ftrace_func_mapper(void)
4644 return (struct ftrace_func_mapper *)hash;
4658 void **ftrace_func_mapper_find_ip(struct ftrace_func_mapper *mapper,
4680 int ftrace_func_mapper_add_ip(struct ftrace_func_mapper *mapper,
4712 void *ftrace_func_mapper_remove_ip(struct ftrace_func_mapper *mapper,
4740 void free_ftrace_func_mapper(struct ftrace_func_mapper *mapper,
H A Dtrace_events.c3461 struct ftrace_func_mapper *mapper = data;
3478 struct ftrace_func_mapper *mapper = data;
3505 struct ftrace_func_mapper *mapper = data;
3535 struct ftrace_func_mapper *mapper = *data;
3573 struct ftrace_func_mapper *mapper = data;
H A Dtrace.c8345 struct ftrace_func_mapper *mapper = data;
8366 struct ftrace_func_mapper *mapper = data;
8388 struct ftrace_func_mapper *mapper = *data;
8404 struct ftrace_func_mapper *mapper = data;

Completed in 197 milliseconds