Home
last modified time | relevance | path

Searched refs:bpf_name (Results 1 – 18 of 18) sorted by relevance

/packages/modules/UprobeStats/rust/src/
Dconfig_resolver.rs70 let bpf_name = probe.bpf_name.as_ref().ok_or_else(|| anyhow!("bpf_name is required"))?; in resolve_probes() localVariable
71 let bpf_program_path = prefix_bpf(bpf_name); in resolve_probes()
/packages/modules/UprobeStats/src/test/
Dmalware_signal.textproto6 bpf_name: "prog_MalwareSignal_uprobe_set_component_enabled_setting"
12 bpf_name: "prog_MalwareSignal_uprobe_add_bound_client_uid"
/packages/modules/UprobeStats/src/test/test/
Dtest_setUidTempAllowlistStateLSP.textproto6 bpf_name: "prog_ProcessManagement_uprobe_set_uid_temp_allowlist_state"
Dtest_pis_validateApkInstallLocked.textproto6 bpf_name: "prog_BitmapAllocation_uprobe_bitmap_constructor_heap"
Dtest_slog.textproto6 bpf_name: "prog_BitmapAllocation_uprobe_bitmap_constructor_heap"
Dtest_ams_onServiceInfoChangedLocked.textproto6 bpf_name: "prog_BitmapAllocation_uprobe_bitmap_constructor_heap"
Dtest_bss_setBatteryState_artApi.textproto6 bpf_name: "prog_GenericInstrumentation_uprobe_call_timestamp_1"
Dtest_mp_start.textproto6 bpf_name: "prog_BitmapAllocation_uprobe_bitmap_constructor_heap"
Dtest_cm_markCallAsActive.textproto6 bpf_name: "prog_BitmapAllocation_uprobe_bitmap_constructor_heap"
Dtest_cm_addCall.textproto6 bpf_name: "prog_BitmapAllocation_uprobe_bitmap_constructor_heap"
Dtest_bss_noteEvent.textproto6 bpf_name: "prog_GenericInstrumentation_uprobe_call_detail"
Dtest_bss_noteScreenState.textproto6 bpf_name: "prog_GenericInstrumentation_uprobe_call_timestamp_1"
Dtest_csw_setActive.textproto6 bpf_name: "prog_BitmapAllocation_uprobe_bitmap_constructor_heap"
Dtest_tsi_placeCall.textproto6 bpf_name: "prog_BitmapAllocation_uprobe_bitmap_constructor_heap"
Dtest_bss_setBatteryState_oatdump.textproto6 bpf_name: "prog_GenericInstrumentation_uprobe_call_timestamp_1"
Dtest_updateDeviceIdleTempAllowlist.textproto6 bpf_name: "prog_ProcessManagement_uprobe_update_device_idle_temp_allowlist"
/packages/modules/UprobeStats/src/
DUprobeStats.cpp287 prefixBpf(resolvedProbe.probeConfig.bpf_name()).c_str()); in main()
290 << resolvedProbe.probeConfig.bpf_name(); in main()
Dconfig.proto18 optional string bpf_name = 1; field