Revert "tracing/kprobes: Fix symbol counting logic by looking at modules as well"
This reverts commit ef8f154c7c
.
This commit is contained in:
parent
89429a32c3
commit
93ad10a774
1 changed files with 0 additions and 2 deletions
|
@ -742,8 +742,6 @@ static unsigned int number_of_same_symbols(char *func_name)
|
||||||
|
|
||||||
kallsyms_on_each_symbol(count_symbols, &args);
|
kallsyms_on_each_symbol(count_symbols, &args);
|
||||||
|
|
||||||
module_kallsyms_on_each_symbol(count_symbols, &args);
|
|
||||||
|
|
||||||
return args.count;
|
return args.count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue