HomeSort by relevance Sort by last modified time
    Searched refs:event_tracker (Results 1 - 8 of 8) sorted by null

  /external/perfetto/src/trace_processor/
event_tracker_unittest.cc 17 #include "src/trace_processor/event_tracker.h"
39 context.event_tracker.reset(new EventTracker(&context));
57 context.event_tracker->PushSchedSwitch(cpu, timestamp, pid_1, kCommProc2,
62 context.event_tracker->PushSchedSwitch(cpu, timestamp + 1, pid_2, kCommProc1,
85 context.event_tracker->PushSchedSwitch(cpu, timestamp, /*tid=*/4, kCommProc2,
90 context.event_tracker->PushSchedSwitch(cpu, timestamp + 1, /*tid=*/2,
93 context.event_tracker->PushSchedSwitch(cpu, timestamp + 11, /*tid=*/4,
96 context.event_tracker->PushSchedSwitch(cpu, timestamp + 31, /*tid=*/2,
114 context.event_tracker->PushCounter(timestamp, 1000, name_id, cpu,
116 context.event_tracker->PushCounter(timestamp + 1, 4000, name_id, cpu
    [all...]
sched_slice_table_unittest.cc 20 #include "src/trace_processor/event_tracker.h"
46 context_.event_tracker.reset(new EventTracker(&context_));
76 context_.event_tracker->PushSchedSwitch(cpu, timestamp, pid_1, kCommProc2,
79 context_.event_tracker->PushSchedSwitch(cpu, timestamp + 3, pid_2, kCommProc1,
82 context_.event_tracker->PushSchedSwitch(cpu, timestamp + 4, pid_1, kCommProc2,
85 context_.event_tracker->PushSchedSwitch(cpu, timestamp + 10, pid_2,
121 context_.event_tracker->PushSchedSwitch(cpu_3, timestamp - 2, pid_1,
124 context_.event_tracker->PushSchedSwitch(cpu_3, timestamp - 1, pid_2,
127 context_.event_tracker->PushSchedSwitch(cpu_1, timestamp, pid_1, kCommProc2,
130 context_.event_tracker->PushSchedSwitch(cpu_2, timestamp + 3, pid_2
    [all...]
thread_table_unittest.cc 20 #include "src/trace_processor/event_tracker.h"
43 context_.event_tracker.reset(new EventTracker(&context_));
77 context_.event_tracker->PushSchedSwitch(cpu, timestamp, /*tid=*/1,
80 context_.event_tracker->PushSchedSwitch(cpu, timestamp + 1, /*tid=*/4,
105 context_.event_tracker->PushSchedSwitch(cpu, timestamp, /*tid=*/1,
108 context_.event_tracker->PushSchedSwitch(cpu, timestamp + 1, /*tid=*/4,
111 context_.event_tracker->PushSchedSwitch(cpu, timestamp + 2, /*tid=*/1,
138 context_.event_tracker->PushSchedSwitch(cpu, timestamp, /*tid=*/1,
141 context_.event_tracker->PushSchedSwitch(cpu, timestamp + 1, /*tid=*/4,
trace_processor_context.h 46 std::unique_ptr<EventTracker> event_tracker; member in class:perfetto::trace_processor::TraceProcessorContext
process_tracker_unittest.cc 20 #include "src/trace_processor/event_tracker.h"
39 context.event_tracker.reset(new EventTracker(&context));
97 context.event_tracker->PushSchedSwitch(cpu, timestamp, /*tid=*/1, kCommProc2,
100 context.event_tracker->PushSchedSwitch(cpu, timestamp + 1, /*tid=*/4,
proto_trace_parser.cc 32 #include "src/trace_processor/event_tracker.h"
351 context_->event_tracker->PushCounter(
363 context_->event_tracker->PushCounter(ts, vm.value(), vmstat_strs_id_[key],
374 context_->event_tracker->PushCounter(ts, ct.user_ns(),
377 context_->event_tracker->PushCounter(ts, ct.user_ice_ns(),
380 context_->event_tracker->PushCounter(ts, ct.system_mode_ns(),
383 context_->event_tracker->PushCounter(ts, ct.idle_ns(),
386 context_->event_tracker->PushCounter(ts, ct.io_wait_ns(),
389 context_->event_tracker->PushCounter(ts, ct.irq_ns(), cpu_times_irq_ns_id_,
391 context_->event_tracker->PushCounter(ts, ct.softirq_ns()
    [all...]
trace_processor_impl.cc 33 #include "src/trace_processor/event_tracker.h"
230 context_.event_tracker.reset(new EventTracker(&context_));
320 context_.event_tracker->FlushPendingEvents();
proto_trace_parser_unittest.cc 24 #include "src/trace_processor/event_tracker.h"
142 context_.event_tracker.reset(event_);
    [all...]

Completed in 182 milliseconds