H A D | ftrace.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Infrastructure for profiling code inserted by 'gcc -pg'. 5 * Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com> 6 * Copyright (C) 2004-2008 Ingo Molnar <mingo@redhat.com> 8 * Originally ported from the -rt patch by: 13 * Copyright (C) 2004-2006 Ingo Molnar 29 #include <linux/ftrace.h> 93 /* ftrace_enabled is a method to turn ftrace o 671 int size; ftrace_profile_init_cpu() local 1223 int size = 1 << hash->size_bits; ftrace_hash_clear() local 1298 int size; alloc_ftrace_hash() local 1352 int size; alloc_and_copy_ftrace_hash() local 1391 dup_hash(struct ftrace_hash * src,int size) dup_hash() argument 1430 int size = src->count; __ftrace_hash_move() local 1621 unsigned long size; ftrace_location() local 3363 int size; t_probe_next() local 4746 int size, i; free_ftrace_func_mapper() local 4809 int size; register_ftrace_function_probe() local 4959 int size; unregister_ftrace_function_probe_func() local 5358 int size, i; remove_direct_functions_hash() local 5398 int err = -EBUSY, size, i; register_ftrace_direct() local 5530 int i, size; __modify_ftrace_direct() local 6613 unsigned int size; global() member 6983 ftrace_func_address_lookup(struct ftrace_mod_map * mod_map,unsigned long addr,unsigned long * size,unsigned long * off,char * sym) ftrace_func_address_lookup() argument 7012 ftrace_mod_address_lookup(unsigned long addr,unsigned long * size,unsigned long * off,char ** modname,char * sym) ftrace_mod_address_lookup() argument 7939 int size, i, ret; prepare_direct_functions_for_ipmodify() local 7988 int size, i; cleanup_direct_functions_after_ipmodify() local [all...] |