Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_functions.c518 struct ftrace_func_mapper *mapper = data; in update_traceon_count()
652 struct ftrace_func_mapper *mapper = data; in ftrace_stacktrace_count()
692 struct ftrace_func_mapper *mapper = data; in update_count()
731 struct ftrace_func_mapper *mapper = data; in ftrace_probe_print()
788 struct ftrace_func_mapper *mapper = *data; in ftrace_count_init()
804 struct ftrace_func_mapper *mapper = data; in ftrace_count_free()
H A Dtrace.h1212 struct ftrace_func_mapper;
1215 struct ftrace_func_mapper *allocate_ftrace_func_mapper(void);
1216 void **ftrace_func_mapper_find_ip(struct ftrace_func_mapper *mapper,
1218 int ftrace_func_mapper_add_ip(struct ftrace_func_mapper *mapper,
1220 void *ftrace_func_mapper_remove_ip(struct ftrace_func_mapper *mapper,
1222 void free_ftrace_func_mapper(struct ftrace_func_mapper *mapper,
H A Dtrace_events.c3889 struct ftrace_func_mapper *mapper = data; in event_enable_probe()
3906 struct ftrace_func_mapper *mapper = data; in event_enable_count_probe()
3933 struct ftrace_func_mapper *mapper = data; in event_enable_print()
3963 struct ftrace_func_mapper *mapper = *data; in event_enable_init()
4001 struct ftrace_func_mapper *mapper = data; in event_enable_free()
H A Dftrace.c5173 struct ftrace_func_mapper { struct
5182 struct ftrace_func_mapper *allocate_ftrace_func_mapper(void) in allocate_ftrace_func_mapper()
5192 return (struct ftrace_func_mapper *)hash; in allocate_ftrace_func_mapper()
5206 void **ftrace_func_mapper_find_ip(struct ftrace_func_mapper *mapper, in ftrace_func_mapper_find_ip()
5228 int ftrace_func_mapper_add_ip(struct ftrace_func_mapper *mapper, in ftrace_func_mapper_add_ip()
5260 void *ftrace_func_mapper_remove_ip(struct ftrace_func_mapper *mapper, in ftrace_func_mapper_remove_ip()
5288 void free_ftrace_func_mapper(struct ftrace_func_mapper *mapper, in free_ftrace_func_mapper()
H A Dtrace.c8663 struct ftrace_func_mapper *mapper = data; in ftrace_count_snapshot()
8684 struct ftrace_func_mapper *mapper = data; in ftrace_snapshot_print()
8706 struct ftrace_func_mapper *mapper = *data; in ftrace_snapshot_init()
8722 struct ftrace_func_mapper *mapper = data; in ftrace_snapshot_free()