From 4abc2157e0bcc3770c68bc13f6e42ed17ee7667e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Jul 2024 11:52:09 +0200 Subject: initial package open https://github.com/pinpoint-apm/pinpoint-c-agent/issues/656 license open https://github.com/pinpoint-apm/pinpoint-c-agent/pull/655 use cxx --- REFLECTION | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..a0be6ba --- /dev/null +++ b/REFLECTION @@ -0,0 +1,125 @@ +Extension [ extension #86 pinpoint_php version 0.5.2 ] { + + - INI { + Entry [ pinpoint_php.SendSpanTimeOutMs ] + Current = '0' + } + Entry [ pinpoint_php.CollectorHost ] + Current = 'unix:/tmp/collector.sock' + } + Entry [ pinpoint_php.UnitTest ] + Current = 'no' + } + Entry [ pinpoint_php.TraceLimit ] + Current = '-1' + } + Entry [ pinpoint_php.DebugReport ] + Current = 'no' + } + } + + - Functions { + Function [ function _pinpoint_start_trace ] { + + - Parameters [1] { + Parameter #0 [ $nodeid = ] + } + } + Function [ function _pinpoint_end_trace ] { + + - Parameters [1] { + Parameter #0 [ $nodeid = ] + } + } + Function [ function _pinpoint_unique_id ] { + + - Parameters [0] { + } + } + Function [ function pinpoint_get_this ] { + + - Parameters [0] { + } + } + Function [ function pinpoint_get_caller_arg ] { + + - Parameters [1] { + Parameter #0 [ $index = ] + } + } + Function [ function pinpoint_status ] { + + - Parameters [0] { + } + } + Function [ function _pinpoint_drop_trace ] { + + - Parameters [1] { + Parameter #0 [ $nodeid = ] + } + } + Function [ function _pinpoint_start_time ] { + + - Parameters [0] { + } + } + Function [ function _pinpoint_set_context ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $nodeid = ] + } + } + Function [ function _pinpoint_get_context ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $nodeid = ] + } + } + Function [ function _pinpoint_trace_limit ] { + + - Parameters [1] { + Parameter #0 [ $timestamp = ] + } + } + Function [ function _pinpoint_mark_as_error ] { + + - Parameters [4] { + Parameter #0 [ $msg ] + Parameter #1 [ $filename ] + Parameter #2 [ $lineno = ] + Parameter #3 [ $nodeid = ] + } + } + Function [ function _pinpoint_add_clue ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $nodeid = ] + Parameter #3 [ $flag = ] + } + } + Function [ function _pinpoint_add_clues ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $nodeid = ] + Parameter #3 [ $flag = ] + } + } + Function [ function _pinpoint_join_cut ] { + + - Parameters [4] { + Parameter #0 [ $joinable ] + Parameter #1 [ $onBefore ] + Parameter #2 [ $onEnd ] + Parameter #3 [ $onException ] + } + } + } +} + -- cgit