Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/inferno/
Dinferno.py83 def parse_samples(process, args, sample_filter_fn): argument
153 def output_report(process, args): argument
223 def generate_threads_offsets(process): argument
228 def collect_machine_info(process): argument
Dsvg_renderer.py66 def createSVGNode(process, callsite, depth, f, total_weight, height, color_scheme, nav): argument
122 def renderSVGNodes(process, flamegraph, depth, f, total_weight, height, color_scheme): argument
185 def renderSVG(process, flamegraph, f, color_scheme): argument
/system/core/libunwindstack/tests/
DDwarfSectionTest.cpp160 MemoryFake process; in TEST_F() local
191 MemoryFake process; in TEST_F() local
215 MemoryFake process; in TEST_F() local
/system/netd/server/
DIptablesRestoreController.cpp209 std::unique_ptr<IptablesProcess> *process = in sendCommand() local
255 void IptablesRestoreController::maybeLogStderr(const std::unique_ptr<IptablesProcess> &process, in maybeLogStderr()
272 bool IptablesRestoreController::drainAndWaitForAck(const std::unique_ptr<IptablesProcess> &process, in drainAndWaitForAck()
/system/extras/libpagemap/
Dpagemap_test.cpp27 pm_process_t* process; in TEST() local
/system/extras/perfprofd/binder_interface/aidl/android/os/
DIPerfProfd.aidl25 int process, int samplingPeriod, int samplingFrequency, in startProfiling()
/system/extras/perfprofd/binder_interface/
Dperfprofd_config.proto76 optional int32 process = 18; field
Dperfprofd_binder.cc118 int32_t process, in startProfiling()
/system/libvintf/
DKernelConfigParser.cpp114 status_t KernelConfigParser::process(const char* buf, size_t len) { in process() function in android::vintf::KernelConfigParser
/system/extras/boottime_tools/io_analysis/
Dcheck_io_trace.py51 def __init__(self, process): argument
/system/extras/libfec/
Dfec_process.cpp43 ssize_t process(fec_handle *f, uint8_t *buf, size_t count, uint64_t offset, in process() function
/system/extras/perfprofd/
Dconfig.h43 int32_t process = -1; member
/system/extras/verity/fec/
Dimage.cpp345 static void * process(void *cookie) in process() function
/system/media/audio_utils/
DPowerLog.cpp70 size_t process = std::min(required, frames); in log() local
/system/extras/librank/
Dlibrank.c160 struct process_info *process; in get_process() local
/system/extras/perfprofd/scripts/
Dperf_proto_stack.py453 kill = lambda process: process.kill() argument
/system/extras/simpleperf/
Dthread_tree.cpp89 ThreadEntry* process = FindThreadOrNew(pid, pid); in CreateThread() local
/system/libhwbinder/
DIPCThreadState.cpp341 sp<ProcessState> IPCThreadState::process() in process() function in android::hardware::IPCThreadState