ANDROID: Export perf_event_read_local function

perf_event_read_local function is used by downstream
vendor modules, so export perf_event_read_local function.

Bug: 151972133
Change-Id: I61874fda79502f72b348394d96d8a2b02a6727d9
Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
This commit is contained in:
Prasad Sodagudi 2020-09-23 06:03:14 -07:00
parent dacc12eb10
commit ec22afdb5a

View File

@ -4320,6 +4320,7 @@ int perf_event_read_local(struct perf_event *event, u64 *value,
return ret;
}
EXPORT_SYMBOL_GPL(perf_event_read_local);
static int perf_event_read(struct perf_event *event, bool group)
{