summaryrefslogtreecommitdiffstats
path: root/runtime/jit/jit.h
diff options
context:
space:
mode:
authorSebastien Hertz <shertz@google.com>2015-04-01 16:34:17 +0200
committerSebastien Hertz <shertz@google.com>2015-05-07 23:11:36 +0200
commit5eae455507399286c845ba54796c47087a72b3e2 (patch)
treead1e60f846ee4bb0054d9267938a8f29b9bc95a9 /runtime/jit/jit.h
parentc3cde2c00bcbe97c9b0c119919500fcbbe824baa (diff)
downloadandroid_art-5eae455507399286c845ba54796c47087a72b3e2.tar.gz
android_art-5eae455507399286c845ba54796c47087a72b3e2.tar.bz2
android_art-5eae455507399286c845ba54796c47087a72b3e2.zip
Support multiple instrumentation clients
Changes Instrumentation::ConfigureStubs to support multiple clients that need different levels of instrumenation. A client is identified by a string key used to save the desired instrumentation level. Also adds regression gtest instrumentation_test and some cleanup. Bug: 19829329 (cherry picked from commit 0462c4c87c39db6cfcd338f323844738109ac3c9) Change-Id: I1fc24a86fcb7cb46d4be806895376c25cc0a0b3c
Diffstat (limited to 'runtime/jit/jit.h')
-rw-r--r--runtime/jit/jit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/jit/jit.h b/runtime/jit/jit.h
index f5ad8b837c..c698cfc180 100644
--- a/runtime/jit/jit.h
+++ b/runtime/jit/jit.h
@@ -19,8 +19,6 @@
#include <unordered_map>
-#include "instrumentation.h"
-
#include "atomic.h"
#include "base/macros.h"
#include "base/mutex.h"