/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/ |
H A D | flow_tracker.cc | 43 void FlowTracker::Begin(TrackId track_id, FlowId flow_id) { in Begin() 53 void FlowTracker::Begin(SliceId slice_id, FlowId flow_id) { in Begin() 61 void FlowTracker::Step(TrackId track_id, FlowId flow_id) { in Step() 71 void FlowTracker::Step(SliceId slice_id, FlowId flow_id) { in Step() 83 FlowId flow_id, in End() 99 void FlowTracker::End(SliceId slice_id, FlowId flow_id, bool close_flow) { in End() 142 void FlowTracker::InsertFlow(FlowId flow_id, in InsertFlow()
|
H A D | flow_tracker_unittest.cc | 56 FlowId flow_id = 1; in TEST_F() local 87 FlowId flow_id = 1; in TEST_F() local 122 FlowId flow_id = 1; in TEST_F() local 258 FlowId flow_id = 1; in TEST_F() local
|
/aosp_15_r20/external/perfetto/include/perfetto/tracing/ |
H A D | track_event_args.h | 32 static PERFETTO_ALWAYS_INLINE inline Flow ProcessScoped(uint64_t flow_id) { in ProcessScoped() 49 static PERFETTO_ALWAYS_INLINE inline Flow Global(uint64_t flow_id) { in Global() 54 explicit constexpr Flow(uint64_t flow_id) : flow_id_(flow_id) {} in Flow() 70 uint64_t flow_id) { in ProcessScoped() 81 uint64_t flow_id) { in Global()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/ |
H A D | track_event_args.h | 32 static PERFETTO_ALWAYS_INLINE inline Flow ProcessScoped(uint64_t flow_id) { in ProcessScoped() 49 static PERFETTO_ALWAYS_INLINE inline Flow Global(uint64_t flow_id) { in Global() 54 explicit constexpr Flow(uint64_t flow_id) : flow_id_(flow_id) {} in Flow() 70 uint64_t flow_id) { in ProcessScoped() 81 uint64_t flow_id) { in Global()
|
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/test/ |
H A D | bwe_test_logging.h | 111 #define BWE_TEST_LOGGING_BAR(figure, name, value, flow_id) argument 113 error_title, flow_id) argument 115 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) argument 117 #define BWE_TEST_LOGGING_BASELINEBAR(figure, name, value, flow_id) argument 216 #define BWE_TEST_LOGGING_BAR(figure, name, value, flow_id) \ argument 223 #define BWE_TEST_LOGGING_BASELINEBAR(figure, name, value, flow_id) \ argument 231 flow_id) \ argument 239 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) \ argument
|
H A D | bwe_test_logging.cc | 134 int flow_id) { in PlotBar() 147 int flow_id) { in PlotBaselineBar() 163 int flow_id) { in PlotErrorBar() 182 int flow_id) { in PlotLimitErrorBar()
|
/aosp_15_r20/external/mesa3d/src/util/perf/ |
H A D | cpu_trace.h | 44 #define _MESA_TRACE_TIMESTAMP_BEGIN(name, track_id, flow_id, timestamp) \ argument 71 #define _MESA_TRACE_TIMESTAMP_BEGIN(name, track_id, flow_id, timestamp) argument 79 #define _MESA_TRACE_TIMESTAMP_BEGIN(name, track_id, flow_id, timestamp) argument 155 #define MESA_TRACE_TIMESTAMP_BEGIN(name, track_id, flow_id, timestamp) \ argument
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/json/ |
H A D | json_trace_parser_impl.cc | 340 FlowId flow_id = flow_tracker->GetFlowIdForV1Event( in ParseJsonPacket() local 353 FlowId flow_id = flow_tracker->GetFlowIdForV1Event( in ParseJsonPacket() local 366 FlowId flow_id = flow_tracker->GetFlowIdForV1Event( in ParseJsonPacket() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
H A D | recombiner.cc | 160 trace_flow_id_t flow_id = TRACE_NONCE(); in BeginTrace() local 170 for ([[maybe_unused]] auto flow_id : trace_ids_) { in EndTraces() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_timeline.cc | 78 int64_t flow_id) { in EmitFlowStart() 86 int64_t flow_id) { in EmitFlowEnd() 242 int64_t flow_id = 1; in GenerateGraphTimeline() local
|
/aosp_15_r20/external/crosvm/perfetto/src/ |
H A D | lib.rs | 763 let flow_id = tests::trace_create_async!(future_category, static_name); in test_async_trace_builds_and_runs() localVariable 768 let flow_id = tests::trace_pause_async!(future_category); in test_async_trace_builds_and_runs() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/python/client/ |
H A D | timeline.py | 182 def emit_flow_start(self, name, timestamp, pid, tid, flow_id): argument 199 def emit_flow_end(self, name, timestamp, pid, tid, flow_id): argument
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | track_event_parser.cc | 780 FlowId flow_id = context_->flow_tracker->GetFlowIdForV1Event( in ParseFlowEventV1() local 803 FlowId flow_id = *it; in MaybeParseTrackEventFlows() local 817 FlowId flow_id = *it; in MaybeParseTrackEventFlows() local
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | udp_socket_win.cc | 223 PQOS_FLOWID flow_id) { in AddSocketToFlow() 230 QOS_FLOWID flow_id, in RemoveSocketFromFlow() 236 QOS_FLOWID flow_id, in SetFlow()
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/chrome/ |
H A D | chrome_trigger.proto | 29 optional fixed64 flow_id = 3; field
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | twt.c | 32 bool flow_type, u8 flow_id, bool protection, in wpas_twt_send_setup()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_chrome_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/chrome/ |
D | chrome_trigger.pbzero.h | 30 uint64_t flow_id() const { return at<3>().as_uint64(); } in flow_id() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_chrome_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/chrome/ |
D | chrome_trigger.pb.h | 361 inline ::uint64_t ChromeTrigger::flow_id() const { in flow_id() function
|
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_wayland.c | 143 uint64_t flow_id; member 1709 uint64_t flow_id; member 2094 uint64_t flow_id = chain->images[image_index].flow_id; in wsi_wl_swapchain_queue_present() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/ |
H A D | xplane_schema.h | 383 uint64_t flow_id : 56; member
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 3046 uint8 *flow_id; in dhd_hostreorder_flows() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/ |
H A D | export_json.cc | 1039 std::optional<Json::Value> CreateFlowEventV1(uint32_t flow_id, in CreateFlowEventV1()
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-0844/ |
H A D | local_poc.h | 612 uint32_t flow_id; member
|
/aosp_15_r20/external/rust/crates/quiche/src/h3/ |
D | mod.rs | 1375 let flow_id = b.get_varint()?; in recv_dgram() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/h3/ |
D | mod.rs | 1375 let flow_id = b.get_varint()?; in recv_dgram() localVariable
|