Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_functions.c453 struct ftrace_func_mapper *mapper = data; in update_traceon_count()
591 struct ftrace_func_mapper *mapper = data; in ftrace_stacktrace_count()
631 struct ftrace_func_mapper *mapper = data; in update_count()
670 struct ftrace_func_mapper *mapper = data; in ftrace_probe_print()
727 struct ftrace_func_mapper *mapper = *data; in ftrace_count_init()
743 struct ftrace_func_mapper *mapper = data; in ftrace_count_free()
Dtrace.h1045 struct ftrace_func_mapper;
1048 struct ftrace_func_mapper *allocate_ftrace_func_mapper(void);
1049 void **ftrace_func_mapper_find_ip(struct ftrace_func_mapper *mapper,
1051 int ftrace_func_mapper_add_ip(struct ftrace_func_mapper *mapper,
1053 void *ftrace_func_mapper_remove_ip(struct ftrace_func_mapper *mapper,
1055 void free_ftrace_func_mapper(struct ftrace_func_mapper *mapper,
Dtrace_events.c3054 struct ftrace_func_mapper *mapper = data; in event_enable_probe()
3071 struct ftrace_func_mapper *mapper = data; in event_enable_count_probe()
3098 struct ftrace_func_mapper *mapper = data; in event_enable_print()
3128 struct ftrace_func_mapper *mapper = *data; in event_enable_init()
3166 struct ftrace_func_mapper *mapper = data; in event_enable_free()
Dftrace.c4339 struct ftrace_func_mapper { struct
4348 struct ftrace_func_mapper *allocate_ftrace_func_mapper(void) in allocate_ftrace_func_mapper()
4358 return (struct ftrace_func_mapper *)hash; in allocate_ftrace_func_mapper()
4372 void **ftrace_func_mapper_find_ip(struct ftrace_func_mapper *mapper, in ftrace_func_mapper_find_ip()
4394 int ftrace_func_mapper_add_ip(struct ftrace_func_mapper *mapper, in ftrace_func_mapper_add_ip()
4426 void *ftrace_func_mapper_remove_ip(struct ftrace_func_mapper *mapper, in ftrace_func_mapper_remove_ip()
4454 void free_ftrace_func_mapper(struct ftrace_func_mapper *mapper, in free_ftrace_func_mapper()
Dtrace.c8388 struct ftrace_func_mapper *mapper = data; in ftrace_count_snapshot()
8409 struct ftrace_func_mapper *mapper = data; in ftrace_snapshot_print()
8431 struct ftrace_func_mapper *mapper = *data; in ftrace_snapshot_init()
8447 struct ftrace_func_mapper *mapper = data; in ftrace_snapshot_free()