2387N/A/*
2685N/A * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
2387N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2387N/A *
2387N/A * This code is free software; you can redistribute it and/or modify it
2387N/A * under the terms of the GNU General Public License version 2 only, as
2387N/A * published by the Free Software Foundation.
2387N/A *
2387N/A * This code is distributed in the hope that it will be useful, but WITHOUT
2387N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
2387N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
2387N/A * version 2 for more details (a copy is included in the LICENSE file that
2387N/A * accompanied this code).
2387N/A *
2387N/A * You should have received a copy of the GNU General Public License version
2387N/A * 2 along with this work; if not, write to the Free Software Foundation,
2387N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2387N/A *
2685N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2685N/A * or visit www.oracle.com if you need additional information or have any
2685N/A * questions.
2387N/A *
2387N/A */
2387N/A
2387N/Aprovider hs_private {
2387N/A probe hashtable__new_entry(void*, uint32_t, uintptr_t, void*);
2387N/A probe safepoint__begin();
2387N/A probe safepoint__end();
2387N/A probe cms__initmark__begin();
2387N/A probe cms__initmark__end();
2387N/A probe cms__remark__begin();
2387N/A probe cms__remark__end();
2387N/A};
2387N/A
2387N/A#pragma D attributes Private/Private/Common provider hs_private provider
2387N/A#pragma D attributes Private/Private/Unknown provider hs_private module
2387N/A#pragma D attributes Private/Private/Unknown provider hs_private function
2387N/A#pragma D attributes Private/Private/Common provider hs_private name
2387N/A#pragma D attributes Private/Private/Common provider hs_private args
2387N/A
2387N/A