Home
last modified time | relevance | path

Searched refs:TraceImpl (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dviewer_page.ts45 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 Daggregation_panel.ts28 import {TraceImpl} from '../core/trace_impl';
33 trace: TraceImpl;
39 private trace: TraceImpl;
96 formatColumnHeading(trace: TraceImpl, col: Column, aggregatorId: string) {
H A Dtickmark_panel.ts23 import {TraceImpl} from '../core/trace_impl';
30 const trackTraceMap = new WeakMap<TraceImpl, SearchOverviewTrack>();
38 constructor(private readonly trace: TraceImpl) {
H A Daggregation_tab.ts37 import {TraceImpl} from '../core/trace_impl';
47 export type AreaDetailsPanelAttrs = {trace: TraceImpl};
50 private trace: TraceImpl;
382 constructor(trace: TraceImpl) {
H A Dnotes_panel.ts32 import {TraceImpl} from '../core/trace_impl';
58 private readonly trace: TraceImpl;
63 constructor(trace: TraceImpl) {
374 constructor(private trace: TraceImpl) {}
H A Dsearch_overview_track.ts21 import {TraceImpl} from '../core/trace_impl';
41 private readonly trace: TraceImpl;
49 constructor(trace: TraceImpl) {
H A Doverview_timeline_panel.ts38 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 Dsidebar.ts41 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 Dtrace_share_utils.ts22 import {TraceImpl} from '../core/trace_impl';
29 export async function shareTrace(trace: TraceImpl) {
H A Dtopbar.ts22 import {TraceImpl, TraceImplAttrs} from '../core/trace_impl';
83 trace?: TraceImpl;
H A Dflow_events_panel.ts19 import {TraceImpl} from '../core/trace_impl';
37 trace: TraceImpl;
/aosp_15_r20/external/perfetto/ui/src/core/
H A Dpage_manager.ts20 import {TraceImpl} from './trace_impl';
23 trace: TraceImpl;
46 trace: TraceImpl | undefined,
61 coreTrace: TraceImpl | undefined,
H A Dload_trace.ts45 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 Dtrace_impl.ts65 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 Dstate_serialization.ts24 import {TraceImpl} from './trace_impl';
53 export function serializeAppState(trace: TraceImpl): SerializedAppState {
154 trace: TraceImpl,
172 trace: TraceImpl,
H A Dplugin_manager.ts27 import {TraceImpl} from './trace_impl';
44 get trace(): TraceImpl | undefined;
113 traceCore: TraceImpl,
H A Dapp_impl.ts17 import {TraceContext, TraceImpl} from './trace_impl';
213 get trace(): TraceImpl | undefined {
279 setActiveTrace(traceImpl: TraceImpl) {
H A Dfake_trace_impl.ts18 import {TraceImpl} from './trace_impl';
58 return TraceImpl.createInstanceForCore(
/aosp_15_r20/external/federated-compute/fcp/tracing/
H A Dtracing_span.h215 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 Dtext_tracing_span_impl.cc28 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 Dtest_tracing_span_impl.cc35 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 Dthread_slice_track.ts23 import {TraceImpl} from '../../core/trace_impl';
103 return new ThreadSliceDetailsPanel(assertIsInstance(this.trace, TraceImpl));
H A Dnamed_slice_track.ts29 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/
Dtracing.h64 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 Dinstance_tracer.h59 TraceImpl(owner_id, may_dangle, address);
79 static void TraceImpl(uint64_t owner_id, bool may_dangle, uintptr_t address);

12345678910>>...14