Now the livepatch register one tracer for each changed function.
So ftrace will iterates the whole tracers list when each changed
function be called. And when there are many changed functions, this
solution can cause performance degradation obviously.
So I think we can register only one tracer for all the changed
functions. And in this tracer handler we can find the right new function
list easily using the hash value of the old function address.
Thanks,
Chengming
--
To unsubscribe from this list: send the line "unsubscribe live-patching" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html