Home
last modified time | relevance | path

Searched defs:process (Results 1 – 25 of 40) sorted by relevance

12

/system/extras/simpleperf/scripts/inferno/
Dinferno.py93 def parse_samples(process, args, sample_filter_fn): argument
164 def output_report(process, args): argument
236 def generate_threads_offsets(process): argument
241 def collect_machine_info(process): argument
Dsvg_renderer.py66 def create_svg_node(process, callsite, depth, f, total_weight, height, color_scheme, nav): argument
122 def render_svg_nodes(process, flamegraph, depth, f, total_weight, height, color_scheme): argument
185 def render_svg(process, flamegraph, f, color_scheme): argument
/system/extras/simpleperf/
DJITDebugReader.cpp290 Process& process = it->second; in ReadAllProcesses() local
319 bool JITDebugReader::ReadProcess(Process& process, std::vector<JITDebugInfo>* debug_info) { in ReadProcess()
340 bool JITDebugReader::ReadDebugInfo(Process& process, Descriptor& new_descriptor, in ReadDebugInfo()
383 bool JITDebugReader::IsDescriptorChanged(Process& process, Descriptor& prev_descriptor) { in IsDescriptorChanged()
395 bool JITDebugReader::InitializeProcess(Process& process) { in InitializeProcess()
476 bool JITDebugReader::ReadRemoteMem(Process& process, uint64_t remote_addr, uint64_t size, in ReadRemoteMem()
495 bool JITDebugReader::ReadDescriptors(Process& process, Descriptor* jit_descriptor, in ReadDescriptors()
504 bool JITDebugReader::ReadDescriptorsImpl(Process& process, Descriptor* jit_descriptor, in ReadDescriptorsImpl()
553 bool JITDebugReader::ReadNewCodeEntries(Process& process, const Descriptor& descriptor, in ReadNewCodeEntries()
576 bool JITDebugReader::ReadNewCodeEntriesImpl(Process& process, const Descriptor& descriptor, in ReadNewCodeEntriesImpl()
[all …]
Dcmd_trace_sched.cpp299 ProcessInfo& process = process_map[thread.process_id]; in BuildProcessInfo() local
318 for (auto& process : processes) { in BuildProcessInfo() local
326 for (auto& process : processes) { in ReportProcessInfo() local
338 for (auto& process : processes) { in ReportProcessInfo() local
396 for (auto& process : processes) { in ReportProcessInfo() local
/system/libbase/
Dprocess_test.cpp23 TEST(process, find_ourselves) { in TEST() argument
/system/unwinding/libunwindstack/tests/
DDwarfSectionTest.cpp112 MemoryFake process; in TEST_F() local
139 MemoryFake process; in TEST_F() local
160 MemoryFake process; in TEST_F() local
/system/netd/server/
DIptablesRestoreController.cpp192 std::unique_ptr<IptablesProcess> *process = in sendCommand() local
238 void IptablesRestoreController::maybeLogStderr(const std::unique_ptr<IptablesProcess> &process, in maybeLogStderr()
254 bool IptablesRestoreController::drainAndWaitForAck(const std::unique_ptr<IptablesProcess> &process, in drainAndWaitForAck()
DProcess.cpp50 namespace process { namespace
/system/keymint/tests/src/bin/
Dencrypted-keyblob-parse.rs17 fn process(filename: &str, hex: bool) { in process() function
Dauth-keyblob-parse.rs40 fn process(filename: &str, hex: bool) { in process() function
/system/extras/profcollectd/binder/com/android/server/profcollect/
DIProfCollectd.aidl26 void process(); in process() method
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java256 Process process = new ProcessBuilder() in findSimpleperfInTempDir() local
269 Process process = new ProcessBuilder().command(toPath, "list", "sw").start(); in findSimpleperfInTempDir() local
302 Process process; in getProperty() local
/system/security/keystore/tests/fuzzer/
DkeystorePackageInfo_fuzzer.cpp37 void KeystorePackageInfoFuzzer::process(const uint8_t* data, size_t size) { in process() function in KeystorePackageInfoFuzzer
DkeystoreSignature_fuzzer.cpp41 void KeystoreSignatureFuzzer::process(const uint8_t* data, size_t size) { in process() function in KeystoreSignatureFuzzer
DkeystoreApplicationId_fuzzer.cpp58 void KeystoreApplicationId::process(const uint8_t* data, size_t size) { in process() function in KeystoreApplicationId
/system/extras/profcollectd/libprofcollectd/
Dlogging_trace_provider.rs50 fn process(&self, _trace_dir: &Path, _profile_dir: &Path) -> Result<()> { in process() method
Dtrace_provider.rs34 fn process(&self, trace_dir: &Path, profile_dir: &Path, binary_filter: &str) -> Result<()>; in process() method
Dsimpleperf_etm_trace_provider.rs54 fn process(&self, trace_dir: &Path, profile_dir: &Path, binary_filter: &str) -> Result<()> { in process() method
Dlib.rs110 pub fn process() -> Result<()> { in process() function
/system/extras/simpleperf/rust/
Dlib.rs72 pub fn process(trace_path: &Path, profile_path: &Path, binary_filter: &str) { in process() function
/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h95 void process(D* output, const D* input, size_t frames, size_t stride) { in process() function
266 void process(D* output, const D* input, size_t frames, size_t stride) { in process() function
915 void process(D* out, const D* in, size_t frames) { in process() function
927 void process(D* out, const D* in, size_t frames, size_t stride) { in process() function
DChannelMix.h536 bool process(const float *src, float *dst, size_t frameCount, in process() function
542 bool process(const float *src, float *dst, size_t frameCount, in process() function
/system/media/audio_utils/
DBalance.cpp76 void Balance::process(float *buffer, size_t frames) in process() function in android::audio_utils::Balance
/system/extras/boottime_tools/io_analysis/
Dcheck_io_trace.py51 def __init__(self, process): argument
/system/libvintf/
DKernelConfigParser.cpp113 status_t KernelConfigParser::process(const char* buf, size_t len) { in process() function in android::vintf::KernelConfigParser

12