From: Steven Rostedt Date: Tue, 22 May 2012 05:45:21 +0000 (+0900) Subject: tools lib traceevent: Let filtering numbers by string use function names X-Git-Tag: v3.6-rc1~167^2~7^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84c282b40251f314c429f39b044785e323f2648;p=pandora-kernel.git tools lib traceevent: Let filtering numbers by string use function names As a pointer can be converted into a function name, let the filters work with the function name as well as with the pointer number. If the comparison expects a string, then convert numbers into functions, but only when the number is the same size as a long. Signed-off-by: Steven Rostedt Link: http://lkml.kernel.org/n/tip-oxsa1qkr2eq7u8d7r0aapedu@git.kernel.org Signed-off-by: Namhyung Kim --- Reading git-diff-tree failed