Home
last modified time | relevance | path

Searched refs:lib (Results 1 – 25 of 130) sorted by relevance

123456

/system/extras/simpleperf/scripts/
Dreport_sample.py28 lib = ReportLib()
30 lib.ShowIpForUnknownSymbol()
32 lib.SetSymfs(symfs_dir)
34 lib.SetRecordFile(record_file)
36 lib.SetKallsymsFile(kallsyms_file)
39 sample = lib.GetNextSample()
41 lib.Close()
43 event = lib.GetEventOfCurrentSample()
44 symbol = lib.GetSymbolOfCurrentSample()
45 callchain = lib.GetCallChainOfCurrentSample()
[all …]
Dreport_html.py100 for lib in thread.libs.values():
101 yield lib
152 lib = self.libs.get(lib_id)
153 if not lib:
154 lib = self.libs[lib_id] = LibScope(lib_id)
155 function = lib.get_function(func_id)
158 lib.event_count += event_count
179 for lib in self.libs.values():
181 for function in lib.functions.values():
187 del lib.functions[func_id]
[all …]
Dannotate.py198 lib = ReportLib()
199 lib.SetRecordFile(perf_data)
201 lib.SetSymfs(self.symfs_dir)
203 lib.SetKallsymsFile(self.kallsyms)
205 sample = lib.GetNextSample()
207 lib.Close()
212 symbols.append(lib.GetSymbolOfCurrentSample())
213 callchain = lib.GetCallChainOfCurrentSample()
253 lib = ReportLib()
254 lib.SetRecordFile(perf_data)
[all …]
Dbinary_cache_builder.py57 lib = ReportLib()
58 lib.SetRecordFile(perf_data_path)
59 lib.SetLogSeverity('error')
61 sample = lib.GetNextSample()
63 lib.Close()
65 symbols = [lib.GetSymbolOfCurrentSample()]
66 callchain = lib.GetCallChainOfCurrentSample()
75 binaries[dso_name] = lib.GetBuildIdForPath(dso_name)
/system/core/libbacktrace/testdata/x86/
Doffline_testdata3 …00 offset: 0 load_bias: 0 flags: 5 name: /ssd/android/aosp_master/out/host/linux-x86/lib/liblzma.so
4 …ffset: 22000 load_bias: 0 flags: 1 name: /ssd/android/aosp_master/out/host/linux-x86/lib/liblzma.so
5 …ffset: 23000 load_bias: 0 flags: 3 name: /ssd/android/aosp_master/out/host/linux-x86/lib/liblzma.so
7 map: start: f7088000 end: f7230000 offset: 0 load_bias: 0 flags: 5 name: /lib/i386-linux-gnu/libc-2…
8 map: start: f7230000 end: f7231000 offset: 1a8000 load_bias: 0 flags: 0 name: /lib/i386-linux-gnu/l…
9 map: start: f7231000 end: f7233000 offset: 1a8000 load_bias: 0 flags: 1 name: /lib/i386-linux-gnu/l…
10 map: start: f7233000 end: f7234000 offset: 1aa000 load_bias: 0 flags: 3 name: /lib/i386-linux-gnu/l…
12 map: start: f7237000 end: f727b000 offset: 0 load_bias: 0 flags: 5 name: /lib/i386-linux-gnu/libm-2…
13 map: start: f727b000 end: f727c000 offset: 43000 load_bias: 0 flags: 1 name: /lib/i386-linux-gnu/li…
14 map: start: f727c000 end: f727d000 offset: 44000 load_bias: 0 flags: 3 name: /lib/i386-linux-gnu/li…
[all …]
/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
DCMakeLists.txt5 native-lib
7 native-lib.cpp
10 target_include_directories(native-lib
15 log-lib
19 native-lib
21 ${log-lib})
/system/core/libbacktrace/testdata/arm/
Doffline_testdata6 map: start: e745f000 end: e7463000 offset: 0 load_bias: 0 flags: 5 name: /system/lib/libnetd_client…
7 map: start: e7463000 end: e7464000 offset: 3000 load_bias: 0 flags: 1 name: /system/lib/libnetd_cli…
8 map: start: e7464000 end: e7465000 offset: 4000 load_bias: 0 flags: 3 name: /system/lib/libnetd_cli…
10 map: start: e7558000 end: e756c000 offset: 0 load_bias: 0 flags: 5 name: /system/lib/libunwind.so
12 map: start: e756d000 end: e756e000 offset: 14000 load_bias: 0 flags: 1 name: /system/lib/libunwind.…
13 map: start: e756e000 end: e756f000 offset: 15000 load_bias: 0 flags: 3 name: /system/lib/libunwind.…
15 map: start: e75d4000 end: e75e1000 offset: 0 load_bias: 0 flags: 5 name: /system/lib/libbase.so
16 map: start: e75e1000 end: e75e2000 offset: c000 load_bias: 0 flags: 1 name: /system/lib/libbase.so
17 map: start: e75e2000 end: e75e3000 offset: d000 load_bias: 0 flags: 3 name: /system/lib/libbase.so
18 map: start: e7600000 end: e7616000 offset: 0 load_bias: 0 flags: 5 name: /system/lib/liblzma.so
[all …]
/system/sepolicy/tests/
Dpolicy.py322 lib = CDLL(LibPath)
325 lib.get_allow_rule.restype = c_int
326 lib.get_allow_rule.argtypes = [c_char_p, c_size_t, c_void_p, c_void_p];
328 lib.load_policy.restype = c_void_p
329 lib.load_policy.argtypes = [c_char_p]
331 lib.destroy_policy.argtypes = [c_void_p]
333 lib.init_expanded_avtab.restype = c_void_p
334 lib.init_expanded_avtab.argtypes = [c_void_p]
336 lib.init_expanded_cond_avtab.restype = c_void_p
337 lib.init_expanded_cond_avtab.argtypes = [c_void_p]
[all …]
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dbuild_and_run.sh52 VENDOR_SYMBOLS_REL=/symbols/system/vendor/lib
103 mv ${DEVICE_TARGET_ABS}/${DEVICE}/system/lib/${TEST_VENDOR_LIB} \
108 adb push ${VENDOR_SYMBOLS_ABS}/${VENDOR_LIB} /vendor/lib
114 adb push ${DEVICE_TARGET_ABS}/${DEVICE}/system/lib/libevent.so /system/lib/
117 adb push ${DEVICE_TARGET_ABS}/${DEVICE}/system/lib/libchrome.so /system/lib/
/system/core/libbacktrace/testdata/x86_64/
Doffline_testdata2 map: start: 7fd5aa784000 end: 7fd5aa93e000 offset: 0 load_bias: 0 flags: 5 name: /lib/x86_64-linux-…
3 map: start: 7fd5aa93e000 end: 7fd5aab3e000 offset: 1ba000 load_bias: 0 flags: 0 name: /lib/x86_64-l…
4 map: start: 7fd5aab3e000 end: 7fd5aab42000 offset: 1ba000 load_bias: 0 flags: 1 name: /lib/x86_64-l…
5 map: start: 7fd5aab42000 end: 7fd5aab44000 offset: 1be000 load_bias: 0 flags: 3 name: /lib/x86_64-l…
7 map: start: 7fd5aab49000 end: 7fd5aac4e000 offset: 0 load_bias: 0 flags: 5 name: /lib/x86_64-linux-…
8 map: start: 7fd5aac4e000 end: 7fd5aae4d000 offset: 105000 load_bias: 0 flags: 0 name: /lib/x86_64-l…
9 map: start: 7fd5aae4d000 end: 7fd5aae4e000 offset: 104000 load_bias: 0 flags: 1 name: /lib/x86_64-l…
10 map: start: 7fd5aae4e000 end: 7fd5aae4f000 offset: 105000 load_bias: 0 flags: 3 name: /lib/x86_64-l…
11 map: start: 7fd5aae4f000 end: 7fd5aae65000 offset: 0 load_bias: 0 flags: 5 name: /lib/x86_64-linux-…
12 map: start: 7fd5aae65000 end: 7fd5ab064000 offset: 16000 load_bias: 0 flags: 0 name: /lib/x86_64-li…
[all …]
/system/core/libutils/
DSingleton_test.cpp35 std::string lib = android::base::StringPrintf("%s/libutils_test_singleton1.so", path.c_str()); in TEST() local
36 void* handle1 = dlopen(lib.c_str(), RTLD_NOW); in TEST()
41 lib = android::base::StringPrintf("%s/libutils_test_singleton2.so", path.c_str()); in TEST()
42 void* handle2 = dlopen(lib.c_str(), RTLD_NOW); in TEST()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py101 lib = ReportLib()
103 lib.ShowIpForUnknownSymbol()
105 lib.SetSymfs(symfs_dir)
107 lib.SetRecordFile(record_file)
109 lib.SetKallsymsFile(kallsyms_file)
111 lib.ShowArtFrames(True)
112 process.cmd = lib.GetRecordCmd()
113 product_props = lib.MetaInfo().get("product_props")
119 if lib.MetaInfo().get('trace_offcpu') == 'true':
128 sample = lib.GetNextSample()
[all …]
/system/bt/packet/
DAndroid.bp2 name: "lib-bt-packets",
10 "lib-bt-packets-base",
11 "lib-bt-packets-avrcp",
50 "lib-bt-packets",
/system/sepolicy/prebuilts/api/28.0/private/
Dfile_contexts_asan1 /data/asan/system/lib(/.*)? u:object_r:system_file:s0
3 /data/asan/vendor/lib(/.*)? u:object_r:system_file:s0
5 /data/asan/odm/lib(/.*)? u:object_r:system_file:s0
/system/media/
DCleanSpec.mk46 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenMAXAL.so)
47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenSLES.so)
56 $(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib/libalsautils.so)
58 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libalsautils.so)
/system/sepolicy/private/
Dfile_contexts_asan1 /data/asan/system/lib(/.*)? u:object_r:system_lib_file:s0
3 /data/asan/vendor/lib(/.*)? u:object_r:system_lib_file:s0
5 /data/asan/odm/lib(/.*)? u:object_r:system_lib_file:s0
/system/sepolicy/prebuilts/api/29.0/private/
Dfile_contexts_asan1 /data/asan/system/lib(/.*)? u:object_r:system_lib_file:s0
3 /data/asan/vendor/lib(/.*)? u:object_r:system_lib_file:s0
5 /data/asan/odm/lib(/.*)? u:object_r:system_lib_file:s0
/system/extras/ioblame/
Dioblame-gmail-launch.example118 File: /lib/hw/gralloc.mt6737m.so
121 File: /lib/libbacktrace.so
124 File: /lib/libbase.so
127 File: /lib/libbinder.so
130 File: /lib/libcrypto.so
133 File: /lib/liblzma.so
136 File: /lib/libpackagelistparser.so
139 File: /lib/libpcre2.so
142 File: /lib/libselinux.so
145 File: /lib/libskia.so
[all …]
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
DCMakeLists.txt14 native-lib
20 src/main/cpp/native-lib.cpp )
29 log-lib
40 native-lib
44 ${log-lib} )
/system/extras/tests/kernel.config/
Daslr_test.cpp158 const char *AslrMmapTest::lib; member in AslrMmapTest
170 lib = SCRAPE_LIB_64; in SetUpTestCase()
182 lib = SCRAPE_LIB_32; in SetUpTestCase()
198 lib = SCRAPE_LIB_64; in SetUpTestCase()
211 lib = SCRAPE_LIB_32; in SetUpTestCase()
238 EXPECT_GE(def, calc_mmap_entropy(path, lib, 16)); in TEST_F()
Daslr_rec_test.cpp87 EXPECT_EQ(min, calc_mmap_entropy(path, lib, 16)); in TEST_F()
106 EXPECT_EQ(max, calc_mmap_entropy(path, lib, 16)); in TEST_F()
124 EXPECT_EQ(def, calc_mmap_entropy(path, lib, 16)); in TEST_F()
/system/sepolicy/prebuilts/api/26.0/private/
Dfile_contexts_asan1 /data/asan/system/lib(/.*)? u:object_r:system_file:s0
3 /data/asan/vendor/lib(/.*)? u:object_r:system_file:s0
/system/tools/hidl/test/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/tests.vendor*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/vndk/tests.vendor*)
/system/nvram/core/
Drules.mk33 lib/libc-trusty \
34 lib/libstdc++-trusty \
/system/bt/profile/sdp/
DAndroid.bp15 "lib-bt-packets",
37 "lib-bt-packets",

123456