/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/ |
H A D | compact_sched.h | 70 const CompactSchedSwitchFormat sched_switch; member 226 CompactSchedSwitchBuffer& sched_switch() { return switch_; } in sched_switch() function
|
H A D | ftrace_config_muxer_unittest.cc | 1479 Event sched_switch = {"sched_switch", "sched", {}, 0, 0, 0}; in TEST_F() local
|
/aosp_15_r20/external/perfetto/src/trace_redaction/ |
H A D | redact_sched_events.cc | 206 protos::pbzero::SchedSwitchFtraceEvent::Decoder sched_switch( in OnFtraceEvent() local 236 protos::pbzero::SchedSwitchFtraceEvent::Decoder& sched_switch, in OnFtraceEventSwitch()
|
H A D | redact_sched_events_unittest.cc | 87 auto* sched_switch = event->mutable_sched_switch(); in SetUp() local 103 auto* sched_switch = event->mutable_sched_switch(); in SetUp() local
|
H A D | collect_system_info_unittest.cc | 51 auto* sched_switch = event.mutable_sched_switch(); in AppendSchedSwitch() local
|
H A D | filter_sched_waking_events_unittest.cc | 69 auto* sched_switch = event->mutable_sched_switch(); in CreateSchedSwitchEvent() local
|
/aosp_15_r20/external/perfetto/src/tracing/service/ |
H A D | packet_stream_validator_benchmark.cc | 42 auto* sched_switch = ftrace_evt->set_sched_switch(); in BM_PacketStreamValidator() local
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | offcputime.bpf.c | 61 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG() argument
|
H A D | wakeuptime.bpf.c | 86 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG() argument
|
H A D | runqslower.bpf.c | 94 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG() argument
|
H A D | runqlat.bpf.c | 148 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG() argument
|
/aosp_15_r20/system/extras/sane_schedstat/ |
H A D | sane_schedstat.c | 38 unsigned int sched_switch; /* switched to expired queue and reused it */ member
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | proto_trace_parser_impl_unittest.cc | 375 auto* sched_switch = event->set_sched_switch(); in TEST_F() local 515 auto* sched_switch = event->set_sched_switch(); in TEST_F() local 559 auto* sched_switch = event->set_sched_switch(); in TEST_F() local 603 auto* sched_switch = event->set_sched_switch(); in TEST_F() local
|
/aosp_15_r20/external/crosvm/tools/contrib/vcpu_blocker_analyzer/src/ |
H A D | main.rs | 239 let sched_switch = parse_sched_switch(&event.details)?; in update_durations() localVariable
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | ftrace_event.proto | 115 SchedSwitchFtraceEvent sched_switch = 4; field
|
/aosp_15_r20/external/libtracefs/utest/ |
H A D | tracefs-utest.c | 615 struct tep_event *sched_switch; member
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-profile.c | 1274 struct event_data *sched_switch; in trace_init_profile() local
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
D | ftrace_event.pb.cc | 593 FtraceEvent::_Internal::sched_switch(const FtraceEvent* msg) { in sched_switch() function in perfetto::protos::FtraceEvent::_Internal 2716 void FtraceEvent::set_allocated_sched_switch(::perfetto::protos::SchedSwitchFtraceEvent* sched_swit… in set_allocated_sched_switch()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | ftrace_event.pbzero.h | 560 ::protozero::ConstBytes sched_switch() const { return at<4>().as_bytes(); } in sched_switch() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
D | ftrace_event.pbzero.h | 566 ::protozero::ConstBytes sched_switch() const { return at<4>().as_bytes(); } in sched_switch() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
D | ftrace_event.pb.h | 12085 inline const ::perfetto::protos::SchedSwitchFtraceEvent& FtraceEvent::sched_switch() const { in sched_switch() function 12100 …eEvent::unsafe_arena_set_allocated_sched_switch(::perfetto::protos::SchedSwitchFtraceEvent* sched_… in unsafe_arena_set_allocated_sched_switch()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | ftrace_event.pb.h | 11951 inline const ::perfetto::protos::SchedSwitchFtraceEvent& FtraceEvent::sched_switch() const { in sched_switch() function 11966 …eEvent::unsafe_arena_set_allocated_sched_switch(::perfetto::protos::SchedSwitchFtraceEvent* sched_… in unsafe_arena_set_allocated_sched_switch()
|
/aosp_15_r20/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 5181 SchedSwitchFtraceEvent sched_switch = 4; field
|
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 10252 SchedSwitchFtraceEvent sched_switch = 4; field
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 10896 SchedSwitchFtraceEvent sched_switch = 4; field
|