Home
last modified time | relevance | path

Searched defs:kprobe_stats (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_stats.pb.h1660 inline const ::perfetto::protos::FtraceKprobeStats& FtraceStats::kprobe_stats() const { in kprobe_stats() function
1665 ::perfetto::protos::FtraceKprobeStats* kprobe_stats) { in unsafe_arena_set_allocated_kprobe_stats()
1712 …nline void FtraceStats::set_allocated_kprobe_stats(::perfetto::protos::FtraceKprobeStats* kprobe_s… in set_allocated_kprobe_stats()
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dftrace_controller_unittest.cc659 auto kprobe_stats = result_packet.ftrace_stats().kprobe_stats(); in TEST() local
666 FtraceKprobeStats kprobe_stats{}; in TEST() local
H A Dftrace_stats.h64 FtraceKprobeStats kprobe_stats = {}; member
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/
H A Dftrace_stats.proto128 optional FtraceKprobeStats kprobe_stats = 10; field
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_stats.pbzero.h171 ::protozero::ConstBytes kprobe_stats() const { return at<10>().as_bytes(); } in kprobe_stats() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_stats.pb.cc979 FtraceStats::_Internal::kprobe_stats(const FtraceStats* msg) { in kprobe_stats() function in perfetto::protos::FtraceStats::_Internal
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/
H A Dftrace_parser.cc639 protos::pbzero::FtraceKprobeStats::Decoder kprobe_stats(evt.kprobe_stats()); in ParseFtraceStats() local
/aosp_15_r20/external/perfetto/protos/perfetto/trace/
H A Dperfetto_trace.proto11586 optional FtraceKprobeStats kprobe_stats = 10; field