/aosp_15_r20/external/perfetto/ui/src/frontend/ |
H A D | viewer_page.ts | 45 import {TraceImpl} from '../core/trace_impl'; 59 trace: TraceImpl, 404 trace: TraceImpl, 424 trace: TraceImpl, 452 function renderToplevelPanels(trace: TraceImpl): PanelOrGroup[] { 459 trace: TraceImpl, 491 trace: TraceImpl, 510 trace: TraceImpl, 535 trace: TraceImpl, 552 trace: TraceImpl, [all …]
|
H A D | aggregation_panel.ts | 28 import {TraceImpl} from '../core/trace_impl'; 33 trace: TraceImpl; 39 private trace: TraceImpl; 96 formatColumnHeading(trace: TraceImpl, col: Column, aggregatorId: string) {
|
H A D | tickmark_panel.ts | 23 import {TraceImpl} from '../core/trace_impl'; 30 const trackTraceMap = new WeakMap<TraceImpl, SearchOverviewTrack>(); 38 constructor(private readonly trace: TraceImpl) {
|
H A D | aggregation_tab.ts | 37 import {TraceImpl} from '../core/trace_impl'; 47 export type AreaDetailsPanelAttrs = {trace: TraceImpl}; 50 private trace: TraceImpl; 382 constructor(trace: TraceImpl) {
|
H A D | notes_panel.ts | 32 import {TraceImpl} from '../core/trace_impl'; 58 private readonly trace: TraceImpl; 63 constructor(trace: TraceImpl) { 374 constructor(private trace: TraceImpl) {}
|
H A D | search_overview_track.ts | 21 import {TraceImpl} from '../core/trace_impl'; 41 private readonly trace: TraceImpl; 49 constructor(trace: TraceImpl) {
|
H A D | overview_timeline_panel.ts | 38 import {TraceImpl} from '../core/trace_impl'; 45 const tracesData = new WeakMap<TraceImpl, OverviewDataLoader>(); 58 constructor(private trace: TraceImpl) { 341 constructor(private trace: TraceImpl) {
|
H A D | sidebar.ts | 41 import {OptionalTraceImplAttrs, TraceImpl} from '../core/trace_impl'; 93 function downloadTrace(trace: TraceImpl) { 540 const traceItemsRegistered = new WeakSet<TraceImpl>(); 579 function registerTraceMenuItems(trace: TraceImpl) {
|
H A D | trace_share_utils.ts | 22 import {TraceImpl} from '../core/trace_impl'; 29 export async function shareTrace(trace: TraceImpl) {
|
H A D | topbar.ts | 22 import {TraceImpl, TraceImplAttrs} from '../core/trace_impl'; 83 trace?: TraceImpl;
|
H A D | flow_events_panel.ts | 19 import {TraceImpl} from '../core/trace_impl'; 37 trace: TraceImpl;
|
/aosp_15_r20/external/perfetto/ui/src/core/ |
H A D | page_manager.ts | 20 import {TraceImpl} from './trace_impl'; 23 trace: TraceImpl; 46 trace: TraceImpl | undefined, 61 coreTrace: TraceImpl | undefined,
|
H A D | load_trace.ts | 45 import {TraceImpl} from './trace_impl'; 119 ): Promise<TraceImpl> { 162 ): Promise<TraceImpl> { 210 const trace = TraceImpl.createInstanceForCore(app, engine, traceDetails); 270 function decideTabs(trace: TraceImpl) { 277 async function includeSummaryTables(trace: TraceImpl) { 295 function updateStatus(traceOrApp: TraceImpl | AppImpl, msg: string): void {
|
H A D | trace_impl.ts | 65 private readonly pluginInstances = new Map<string, TraceImpl>(); 166 return new TraceImpl(appForPlugin, this); 183 export class TraceImpl implements Trace { class 203 ): TraceImpl { 462 trace: TraceImpl; 466 trace?: TraceImpl;
|
H A D | state_serialization.ts | 24 import {TraceImpl} from './trace_impl'; 53 export function serializeAppState(trace: TraceImpl): SerializedAppState { 154 trace: TraceImpl, 172 trace: TraceImpl,
|
H A D | plugin_manager.ts | 27 import {TraceImpl} from './trace_impl'; 44 get trace(): TraceImpl | undefined; 113 traceCore: TraceImpl,
|
H A D | app_impl.ts | 17 import {TraceContext, TraceImpl} from './trace_impl'; 213 get trace(): TraceImpl | undefined { 279 setActiveTrace(traceImpl: TraceImpl) {
|
H A D | fake_trace_impl.ts | 18 import {TraceImpl} from './trace_impl'; 58 return TraceImpl.createInstanceForCore(
|
/aosp_15_r20/external/federated-compute/fcp/tracing/ |
H A D | tracing_span.h | 215 top->TraceImpl(std::move(trace_data), TracingTraits<FlatBufferTable>()); in Trace() 221 recorder->GetRootSpan()->TraceImpl(std::move(trace_data), in Trace() 234 span.recorder()->TraceImpl(span.span_id(), std::move(trace_data), in Trace()
|
H A D | text_tracing_span_impl.cc | 28 void TextTracingSpanImpl::TraceImpl(DetachedBuffer&& buf, in TraceImpl() function in fcp::tracing_internal::TextTracingSpanImpl 30 recorder_->TraceImpl(id_, std::move(buf), traits); in TraceImpl()
|
H A D | test_tracing_span_impl.cc | 35 void TestTracingSpanImpl::TraceImpl(DetachedBuffer&& buf, in TraceImpl() function in fcp::tracing_internal::TestTracingSpanImpl 37 recorder_->TraceImpl(id_, std::move(buf), traits); in TraceImpl()
|
/aosp_15_r20/external/perfetto/ui/src/components/tracks/ |
H A D | thread_slice_track.ts | 23 import {TraceImpl} from '../../core/trace_impl'; 103 return new ThreadSliceDetailsPanel(assertIsInstance(this.trace, TraceImpl));
|
H A D | named_slice_track.ts | 29 import {TraceImpl} from '../../core/trace_impl'; 82 return new ThreadSliceDetailsPanel(assertIsInstance(this.trace, TraceImpl));
|
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | tracing.h | 64 TraceImpl(buf.Data(), buf.Size()); in TraceA() 76 static void TraceImpl(const char* buf, size_t n) { in TraceImpl() function
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
H A D | instance_tracer.h | 59 TraceImpl(owner_id, may_dangle, address); 79 static void TraceImpl(uint64_t owner_id, bool may_dangle, uintptr_t address);
|