Function es_mute_path_prefix

Source
pub unsafe extern "C" fn es_mute_path_prefix(
    client: *mut es_client_t,
    path_prefix: *const c_char,
) -> es_return_t
Available on macOS only.
Expand description

Suppress events matching a path prefix

Deprecated in macOS 12: Please use es_mute_path() or es_mute_path_events()

  • client: The client for which events will be suppressed
  • path_prefix: The path against which suppressed executables must prefix match