Searched refs:LoadFilterBytecode (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/perfetto/src/protozero/filtering/ |
H A D | message_filter_unittest.cc | 93 ASSERT_TRUE(flt.LoadFilterBytecode(bytecode.data(), bytecode.size())); in TEST() 182 ASSERT_TRUE(flt.LoadFilterBytecode(bytecode.data(), bytecode.size())); in TEST() 249 ASSERT_TRUE(flt.LoadFilterBytecode(bytecode.data(), bytecode.size())); in TEST() 314 ASSERT_TRUE(flt.LoadFilterBytecode(bytecode.data(), bytecode.size())); in TEST() 345 ASSERT_TRUE(flt.LoadFilterBytecode(bytecode.data(), bytecode.size())); in TEST() 893 filt.LoadFilterBytecode(kFilterBytecode, sizeof(kFilterBytecode))); in TEST()
|
H A D | message_filter.h | 58 bool LoadFilterBytecode(const void* filter_data, size_t len); 93 bool LoadFilterBytecode(const void* filter_data, size_t len) { in LoadFilterBytecode() function 94 return config_.LoadFilterBytecode(filter_data, len); in LoadFilterBytecode()
|
H A D | message_filter_fuzzer.cc | 88 PERFETTO_CHECK(filter.LoadFilterBytecode(kValidFilter, sizeof(kValidFilter))); in FuzzMessageFilter()
|
H A D | message_filter_benchmark.cc | 37 filt.LoadFilterBytecode(filter.data(), filter.size()); in BM_ProtozeroMessageFilter()
|
H A D | message_filter.cc | 81 bool MessageFilter::Config::LoadFilterBytecode(const void* filter_data, in LoadFilterBytecode() function in protozero::MessageFilter::Config
|
/aosp_15_r20/external/perfetto/src/tools/proto_filter/ |
H A D | proto_filter.cc | 298 if (!msg_filter.LoadFilterBytecode(data, filter_data.size())) { in Main()
|
/aosp_15_r20/external/perfetto/src/tracing/service/ |
H A D | tracing_service_impl.cc | 913 if (!trace_filter->LoadFilterBytecode(bytecode.data(), bytecode.size())) { in EnableTracing()
|