Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_functions.c448 struct ftrace_func_mapper *mapper = data; in update_traceon_count()
586 struct ftrace_func_mapper *mapper = data; in ftrace_stacktrace_count()
626 struct ftrace_func_mapper *mapper = data; in update_count()
665 struct ftrace_func_mapper *mapper = data; in ftrace_probe_print()
722 struct ftrace_func_mapper *mapper = *data; in ftrace_count_init()
738 struct ftrace_func_mapper *mapper = data; in ftrace_count_free()
Dtrace.h1055 struct ftrace_func_mapper;
1058 struct ftrace_func_mapper *allocate_ftrace_func_mapper(void);
1059 void **ftrace_func_mapper_find_ip(struct ftrace_func_mapper *mapper,
1061 int ftrace_func_mapper_add_ip(struct ftrace_func_mapper *mapper,
1063 void *ftrace_func_mapper_remove_ip(struct ftrace_func_mapper *mapper,
1065 void free_ftrace_func_mapper(struct ftrace_func_mapper *mapper,
Dtrace_events.c3177 struct ftrace_func_mapper *mapper = data; in event_enable_probe()
3194 struct ftrace_func_mapper *mapper = data; in event_enable_count_probe()
3221 struct ftrace_func_mapper *mapper = data; in event_enable_print()
3251 struct ftrace_func_mapper *mapper = *data; in event_enable_init()
3289 struct ftrace_func_mapper *mapper = data; in event_enable_free()
Dftrace.c4490 struct ftrace_func_mapper { struct
4499 struct ftrace_func_mapper *allocate_ftrace_func_mapper(void) in allocate_ftrace_func_mapper()
4509 return (struct ftrace_func_mapper *)hash; in allocate_ftrace_func_mapper()
4523 void **ftrace_func_mapper_find_ip(struct ftrace_func_mapper *mapper, in ftrace_func_mapper_find_ip()
4545 int ftrace_func_mapper_add_ip(struct ftrace_func_mapper *mapper, in ftrace_func_mapper_add_ip()
4577 void *ftrace_func_mapper_remove_ip(struct ftrace_func_mapper *mapper, in ftrace_func_mapper_remove_ip()
4605 void free_ftrace_func_mapper(struct ftrace_func_mapper *mapper, in free_ftrace_func_mapper()
Dtrace.c8531 struct ftrace_func_mapper *mapper = data; in ftrace_count_snapshot()
8552 struct ftrace_func_mapper *mapper = data; in ftrace_snapshot_print()
8574 struct ftrace_func_mapper *mapper = *data; in ftrace_snapshot_init()
8590 struct ftrace_func_mapper *mapper = data; in ftrace_snapshot_free()