1#
2# Copyright (C) 2019 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8#      http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17LIBARTPALETTE_1 { # introduced=31
18  global:
19    # --- VERSION 01 API ---
20    PaletteSchedSetPriority; # systemapi
21    PaletteSchedGetPriority; # systemapi
22    PaletteWriteCrashThreadStacks; # systemapi
23    PaletteTraceEnabled; # systemapi
24    PaletteTraceBegin; # systemapi
25    PaletteTraceEnd; # systemapi
26    PaletteTraceIntegerValue; # systemapi
27    PaletteAshmemCreateRegion; # systemapi
28    PaletteAshmemSetProtRegion; # systemapi
29    PaletteCreateOdrefreshStagingDirectory; # systemapi
30    PaletteShouldReportDex2oatCompilation; # systemapi
31    PaletteNotifyStartDex2oatCompilation; # systemapi
32    PaletteNotifyEndDex2oatCompilation; # systemapi
33    PaletteNotifyDexFileLoaded; # systemapi
34    PaletteNotifyOatFileLoaded; # systemapi
35    PaletteShouldReportJniInvocations; # systemapi
36    PaletteNotifyBeginJniInvocation; # systemapi
37    PaletteNotifyEndJniInvocation; # systemapi
38
39  local:
40    *;
41};
42
43LIBARTPALETTE_2 { # introduced=33
44  global:
45    # --- VERSION 02 API ---
46    PaletteReportLockContention; # systemapi
47} LIBARTPALETTE_1;
48
49LIBARTPALETTE_3 { # introduced=34
50  global:
51    # --- VERSION 03 API ---
52    PaletteSetTaskProfiles; # systemapi
53} LIBARTPALETTE_2;
54
55LIBARTPALETTE_4 { # introduced=36
56  global:
57    # --- VERSION 04 API ---
58    PaletteDebugStoreGetString; # systemapi
59} LIBARTPALETTE_3;
60