Home
last modified time | relevance | path

Searched +defs:trace +defs:cmd (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/igt-gpu-tools/benchmarks/
H A Dgem_exec_tracer.c49 struct trace { struct
52 struct trace *next; argument
75 uint8_t cmd; member
80 uint8_t cmd; member
85 uint8_t cmd; member
89 uint8_t cmd; member
94 uint8_t cmd; member
120 uint8_t cmd; member
143 trace_exec(struct trace *trace, in trace_exec()
190 trace_wait(struct trace *trace, uint32_t handle) in trace_wait()
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dksnoop.c508 static int parse_trace(char *str, struct trace *trace) in parse_trace()
702 struct trace *trace = data; in trace_handler() local
924 struct cmd { struct
925 const char *cmd; argument
929 struct cmd cmds[] = { argument
/aosp_15_r20/frameworks/base/tests/JankBench/scripts/
H A Dadbutil.py11 def am(serial, cmd, args): argument
17 def pm(serial, cmd, args): argument
26 def trace(serial, function
44 def shell(serial, cmd): argument
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/debug/
Dmod.rs43 pub fn trace<I: Stream, O, E>( in trace() function
81 let cmd = path.file_name().unwrap(); in example() localVariable
83 let cmd = format!("./{}", cmd.to_string_lossy()); in example() localVariable
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DAtraceCollector.java164 String cmd = "atrace --async_start "; in startTracing() local
224 private void postProcess(File trace) { in postProcess()
297 File trace = device.pullFile(fullLogPath()); in onTestEnd() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java378 final ExecutableCommand cmd; field in CommandScheduler.ExecutableCommandState
381 ExecutableCommandState(ExecutableCommand cmd, CommandState state) { in ExecutableCommandState()
630 ActiveTrace trace = TracingLogger.createActiveTrace(pid, tid); in run() local
758 ActiveTrace trace = TracingLogger.getActiveTrace(); in run() local
827 List<String> cmd = Arrays.asList(mCmd.getCommandTracker().getArgs()); in checkStrayThreads() local
1323 ExecutableCommand cmd = cmdIter.next(); in processReadyCommands() local
1359 ExecutableCommand cmd = cmdDeviceEntry.getKey(); in processReadyCommands() local
1362 cmdDeviceEntry.getValue(), cmd, new FreeDeviceHandler(getDeviceManager())); in processReadyCommands() local
1727 ExecutableCommand cmd = new ExecutableCommand(cmdTracker, config, rescheduled); in createExecutableCommand() local
1755 final ExecutableCommand cmd, long delayTime) { in addExecCommandToQueue()
[all …]
DConsole.java1188 final String cmd = ArrayUtil.join(" ", arrrgs); in run() local
1248 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack()
/aosp_15_r20/external/angle/src/tests/restricted_traces/
H A Drestricted_trace_perf.py83 def run_async_adb_shell_command(cmd): argument
103 def run_adb_shell_command(cmd): argument
205 def run_trace(trace, args): argument
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c618 static void handle_compute_pipeline(struct vk_cmd_queue_entry *cmd, in handle_compute_pipeline()
626 static void handle_ray_tracing_pipeline(struct vk_cmd_queue_entry *cmd, in handle_ray_tracing_pipeline()
1120 static void handle_pipeline(struct vk_cmd_queue_entry *cmd, in handle_pipeline()
1138 handle_graphics_pipeline_group(struct vk_cmd_queue_entry *cmd, struct rendering_state *state) in handle_graphics_pipeline_group()
1148 static void handle_vertex_buffers2(struct vk_cmd_queue_entry *cmd, in handle_vertex_buffers2()
1327 handle_descriptor_sets_cmd(struct vk_cmd_queue_entry *cmd, struct rendering_state *state) in handle_descriptor_sets_cmd()
1807 handle_begin_rendering(struct vk_cmd_queue_entry *cmd, in handle_begin_rendering()
1903 static void handle_end_rendering(struct vk_cmd_queue_entry *cmd, in handle_end_rendering()
1960 handle_rendering_attachment_locations(struct vk_cmd_queue_entry *cmd, struct rendering_state *state) in handle_rendering_attachment_locations()
1975 handle_rendering_input_attachment_indices(struct vk_cmd_queue_entry *cmd, struct rendering_state *s… in handle_rendering_input_attachment_indices()
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Dtrace.py451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument
502 def run(self, cmd): argument
507 def runctx(self, cmd, globals=None, locals=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dtrace.py389 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument
439 def run(self, cmd): argument
444 def runctx(self, cmd, globals=None, locals=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtrace.py389 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument
439 def run(self, cmd): argument
444 def runctx(self, cmd, globals=None, locals=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtrace.py389 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument
439 def run(self, cmd): argument
444 def runctx(self, cmd, globals=None, locals=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtrace.py389 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument
439 def run(self, cmd): argument
444 def runctx(self, cmd, globals=None, locals=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtrace.py389 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument
439 def run(self, cmd): argument
444 def runctx(self, cmd, globals=None, locals=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtrace.py389 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument
439 def run(self, cmd): argument
444 def runctx(self, cmd, globals=None, locals=None): argument
/aosp_15_r20/cts/tests/app/AppExitTest/src/android/app/cts/
H A DActivityManagerAppExitInfoTest.java338 String cmd = "am start-user " + (waitFlag ? "-w " : "") + userId; in startUser() local
356 StringBuilder cmd = new StringBuilder("am stop-user "); in stopUser() local
389 String cmd = String.format(cmdFormat, args); in executeShellCmd() local
711 String trace = ShellIdentityUtils.invokeMethodWithShellPermissions(info, (i) -> { in testAnr() local
999 try (InputStream trace = tombstoneFetcher.getTrace()) { in testNativeCrash()
/aosp_15_r20/cts/hostsidetests/graphics/gpuprofiling/src/android/graphics/gpuprofiling/cts/
H A DCtsGpuProfilingDataTest.java93 public ShellThread(String cmd) throws Exception { in ShellThread()
230 Trace trace = null; in testProfilingDataProducersAvailable() local
/aosp_15_r20/packages/modules/Virtualization/tests/hostside/helper/java/com/android/microdroid/test/host/
DKvmHypTracer.java161 String cmd = "cd " + mHypTracingRoot + ";"; in run() local
200 File trace = mDevice.pullFile(t); in run() local
/aosp_15_r20/external/perfetto/test/
H A Dtest_helper.h377 const std::vector<protos::gen::TracePacket>& trace() { return trace_; } in trace() function
462 std::vector<std::string>& cmd = subprocess_.args.exec_cmd; variable
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.h549 struct u_trace trace; member
619 tu_attachment_gmem_offset(struct tu_cmd_buffer *cmd, in tu_attachment_gmem_offset()
630 tu_attachment_gmem_offset_stencil(struct tu_cmd_buffer *cmd, in tu_attachment_gmem_offset_stencil()
734 _tu_create_fdm_bin_patchpoint(struct tu_cmd_buffer *cmd, in _tu_create_fdm_bin_patchpoint()
771 #define tu_create_fdm_bin_patchpoint(cmd, cs, size, apply, state) \ argument
H A Dtu_cmd_buffer.cc27 tu_clone_trace_range(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu_clone_trace_range()
39 tu_clone_trace(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu_clone_trace()
40 struct u_trace *trace) in tu_clone_trace()
48 tu_emit_raw_event_write(struct tu_cmd_buffer *cmd, in tu_emit_raw_event_write()
73 tu_emit_event_write(struct tu_cmd_buffer *cmd, in tu_emit_event_write()
90 tu6_lazy_emit_tessfactor_addr(struct tu_cmd_buffer *cmd) in tu6_lazy_emit_tessfactor_addr()
103 tu6_lazy_emit_vsc(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu6_lazy_emit_vsc()
377 tu6_emit_zs(struct tu_cmd_buffer *cmd, in tu6_emit_zs()
444 tu6_emit_mrt(struct tu_cmd_buffer *cmd, in tu6_emit_mrt()
585 tu6_emit_render_cntl<A6XX>(struct tu_cmd_buffer *cmd, in tu6_emit_render_cntl()
[all …]
H A Dtu_device.h265 #define global_iova(cmd, member) ((cmd)->device->global_bo->iova + gb_offset(member)) argument
266 #define global_iova_arr(cmd, member, idx) \ argument
535 struct u_trace *trace; member
/aosp_15_r20/external/blktrace/iowatcher/
H A Dmain.c322 struct trace *trace; in read_traces() local
419 struct trace *trace; in read_trace_events() local
1034 static void system_check(const char *cmd) in system_check()
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/genwqe/
H A Dgenwqe_card.h26 #define GENWQE_EXTENDED_DIAG_SELECTOR(ring,trace) (((ring) << 8) | (trace)) argument
217 __u8 cmd; member

12345678910>>...24