From: Srikar Dronamraju Date: Mon, 2 Aug 2010 12:38:51 +0000 (+0530) Subject: perf: expose event__process function X-Git-Tag: v2.6.36-rc1~532^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83f920e179101a54721e5ab1d6c3edfb9d4bcbb;p=pandora-kernel.git perf: expose event__process function The event__process function is useful in processing /proc//maps. All of the functions that are called from event__process are defined in util/event.c. Though its defined in builtin-top.c, it could be reused for perf probe for uprobes. Hence moving it to util/event.c and exporting the function. LKML-Reference: <20100802123851.GD22812@linux.vnet.ibm.com> Signed-off-by: Srikar Dronamraju Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed