Home
last modified time | relevance | path

Searched defs:dump_func (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A DDumpPool.cpp100 void DumpPool::invokeTask<std::function<void()>>(std::function<void()> dump_func, in invokeTask()
108 void DumpPool::invokeTask<std::function<void(int)>>(std::function<void(int)> dump_func, in invokeTask()
H A DDumpPool.h155 std::future<std::string> post(const std::string& duration_title, T dump_func) { in post()
/aosp_15_r20/external/bcc/src/lua/bcc/
H A Dbpf.lua176 function Bpf:dump_func(fn_name) function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h150 template<class T> Future post(const std::string& task_name, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/cmds/dumpstate/
DDumpPool.h155 std::future<std::string> post(const std::string& duration_title, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h150 template<class T> Future post(const std::string& task_name, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h150 template<class T> Future post(const std::string& task_name, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h155 std::future<std::string> post(const std::string& duration_title, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/cmds/dumpstate/
DDumpPool.h150 template<class T> Future post(const std::string& task_name, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/cmds/dumpstate/
DDumpPool.h150 template<class T> Future post(const std::string& task_name, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h155 std::future<std::string> post(const std::string& duration_title, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/cmds/dumpstate/
DDumpPool.h155 std::future<std::string> post(const std::string& duration_title, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h155 std::future<std::string> post(const std::string& duration_title, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h155 std::future<std::string> post(const std::string& duration_title, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/cmds/dumpstate/
DDumpPool.h155 std::future<std::string> post(const std::string& duration_title, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h150 template<class T> Future post(const std::string& task_name, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/cmds/dumpstate/
DDumpPool.h150 template<class T> Future post(const std::string& task_name, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/cmds/dumpstate/
DDumpPool.h150 template<class T> Future post(const std::string& task_name, T dump_func) { in post()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/cmds/dumpstate/
DDumpPool.h155 std::future<std::string> post(const std::string& duration_title, T dump_func) { in post()
/aosp_15_r20/external/bcc/src/python/bcc/
H A D__init__.py534 def dump_func(self, func_name): member in BPF