0N/A/*
1949N/A * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
0N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A *
0N/A * This code is free software; you can redistribute it and/or modify it
0N/A * under the terms of the GNU General Public License version 2 only, as
0N/A * published by the Free Software Foundation.
0N/A *
0N/A * This code is distributed in the hope that it will be useful, but WITHOUT
0N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A * version 2 for more details (a copy is included in the LICENSE file that
0N/A * accompanied this code).
0N/A *
0N/A * You should have received a copy of the GNU General Public License version
0N/A * 2 along with this work; if not, write to the Free Software Foundation,
0N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A *
1472N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
1472N/A * or visit www.oracle.com if you need additional information or have any
1472N/A * questions.
0N/A *
0N/A */
0N/A
0N/Aprovider hotspot {
0N/A probe class__loaded(char*, uintptr_t, void*, uintptr_t);
0N/A probe class__unloaded(char*, uintptr_t, void*, uintptr_t);
1324N/A probe class__initialization__required(char*, uintptr_t, void*, intptr_t,int);
1324N/A probe class__initialization__recursive(char*, uintptr_t, void*, intptr_t,int);
1324N/A probe class__initialization__concurrent(char*, uintptr_t, void*, intptr_t,int);
1324N/A probe class__initialization__erroneous(char*, uintptr_t, void*, intptr_t, int);
1324N/A probe class__initialization__super__failed(char*, uintptr_t, void*, intptr_t,int);
1324N/A probe class__initialization__clinit(char*, uintptr_t, void*, intptr_t,int);
1324N/A probe class__initialization__error(char*, uintptr_t, void*, intptr_t,int);
1324N/A probe class__initialization__end(char*, uintptr_t, void*, intptr_t,int);
0N/A probe vm__init__begin();
0N/A probe vm__init__end();
0N/A probe vm__shutdown();
1324N/A probe vmops__request(char*, uintptr_t, int);
1324N/A probe vmops__begin(char*, uintptr_t, int);
1324N/A probe vmops__end(char*, uintptr_t, int);
0N/A probe gc__begin(uintptr_t);
0N/A probe gc__end();
0N/A probe mem__pool__gc__begin(
0N/A char*, uintptr_t, char*, uintptr_t,
0N/A uintptr_t, uintptr_t, uintptr_t, uintptr_t);
0N/A probe mem__pool__gc__end(
0N/A char*, uintptr_t, char*, uintptr_t,
0N/A uintptr_t, uintptr_t, uintptr_t, uintptr_t);
0N/A probe thread__start(char*, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
0N/A probe thread__stop(char*, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
1324N/A probe thread__sleep__begin(long long);
1324N/A probe thread__sleep__end(int);
1324N/A probe thread__yield();
1324N/A probe thread__park__begin(uintptr_t, int, long long);
1324N/A probe thread__park__end(uintptr_t);
1324N/A probe thread__unpark(uintptr_t);
0N/A probe method__compile__begin(
0N/A char*, uintptr_t, char*, uintptr_t, char*, uintptr_t, char*, uintptr_t);
0N/A probe method__compile__end(
0N/A char*, uintptr_t, char*, uintptr_t, char*, uintptr_t,
0N/A char*, uintptr_t, uintptr_t);
0N/A probe compiled__method__load(
0N/A char*, uintptr_t, char*, uintptr_t, char*, uintptr_t, void*, uintptr_t);
0N/A probe compiled__method__unload(
0N/A char*, uintptr_t, char*, uintptr_t, char*, uintptr_t);
0N/A probe monitor__contended__enter(uintptr_t, uintptr_t, char*, uintptr_t);
0N/A probe monitor__contended__entered(uintptr_t, uintptr_t, char*, uintptr_t);
0N/A probe monitor__contended__exit(uintptr_t, uintptr_t, char*, uintptr_t);
0N/A probe monitor__wait(uintptr_t, uintptr_t, char*, uintptr_t, uintptr_t);
0N/A probe monitor__waited(uintptr_t, uintptr_t, char*, uintptr_t);
0N/A probe monitor__notify(uintptr_t, uintptr_t, char*, uintptr_t);
0N/A probe monitor__notifyAll(uintptr_t, uintptr_t, char*, uintptr_t);
0N/A
0N/A probe object__alloc(int, char*, uintptr_t, uintptr_t);
0N/A probe method__entry(
0N/A int, char*, int, char*, int, char*, int);
0N/A probe method__return(
0N/A int, char*, int, char*, int, char*, int);
0N/A};
0N/A
0N/A#pragma D attributes Evolving/Evolving/Common provider hotspot provider
0N/A#pragma D attributes Private/Private/Unknown provider hotspot module
0N/A#pragma D attributes Private/Private/Unknown provider hotspot function
0N/A#pragma D attributes Evolving/Evolving/Common provider hotspot name
0N/A#pragma D attributes Evolving/Evolving/Common provider hotspot args