mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
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:
parent
dacc12eb10
commit
ec22afdb5a
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user