Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
TracePoint /
Delete
Unzip
Name
Size
Permission
Date
Action
allow_reentry-c.ri
2.44
KB
-rw-r--r--
2026-04-07 17:22
binding-i.ri
498
B
-rw-r--r--
2026-04-07 17:22
callee_id-i.ri
329
B
-rw-r--r--
2026-04-07 17:22
cdesc-TracePoint.ri
3.24
KB
-rw-r--r--
2026-04-07 17:22
defined_class-i.ri
1.29
KB
-rw-r--r--
2026-04-07 17:22
disable-i.ri
1.15
KB
-rw-r--r--
2026-04-07 17:22
enable-i.ri
2.06
KB
-rw-r--r--
2026-04-07 17:22
enabled%3f-i.ri
356
B
-rw-r--r--
2026-04-07 17:22
eval_script-i.ri
413
B
-rw-r--r--
2026-04-07 17:22
event-i.ri
370
B
-rw-r--r--
2026-04-07 17:22
inspect-i.ri
376
B
-rw-r--r--
2026-04-07 17:22
instruction_sequence-i.ri
505
B
-rw-r--r--
2026-04-07 17:22
lineno-i.ri
298
B
-rw-r--r--
2026-04-07 17:22
method_id-i.ri
340
B
-rw-r--r--
2026-04-07 17:22
new-c.ri
1.67
KB
-rw-r--r--
2026-04-07 17:22
parameters-i.ri
422
B
-rw-r--r--
2026-04-07 17:22
path-i.ri
296
B
-rw-r--r--
2026-04-07 17:22
raised_exception-i.ri
379
B
-rw-r--r--
2026-04-07 17:22
return_value-i.ri
349
B
-rw-r--r--
2026-04-07 17:22
self-i.ri
549
B
-rw-r--r--
2026-04-07 17:22
stat-c.ri
553
B
-rw-r--r--
2026-04-07 17:22
trace-c.ri
637
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::NormalClass[iI"TracePoint:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"KA class that provides the functionality of Kernel#set_trace_func in a ;TI"nice Object-Oriented API.;To:RDoc::Markup::BlankLine S:RDoc::Markup::Heading: leveli: textI"Example;T@o; ;[I"MWe can use TracePoint to gather information specifically for exceptions:;T@o:RDoc::Markup::Verbatim;[I",trace = TracePoint.new(:raise) do |tp| ;TI"6 p [tp.lineno, tp.event, tp.raised_exception] ;TI" end ;TI" #=> #<TracePoint:disabled> ;TI" ;TI"trace.enable ;TI"#=> false ;TI" ;TI"0 / 0 ;TI"9#=> [5, :raise, #<ZeroDivisionError: divided by 0>] ;T:@format0S;;i; I"Events;T@o; ;[I"EIf you don't specify the type of events you want to listen for, ;TI"2TracePoint will include all available events.;T@o; ;[I"K*Note* do not depend on current event set, as this list is subject to ;TI"Kchange. Instead, it is recommended you specify the type of events you ;TI"want to use.;T@o; ;[I"MTo filter what is traced, you can pass any of the following as +events+:;T@o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I"+:line+;T;[o; ;[I"5execute an expression or statement on a new line;To;;[I" +:class+;T;[o; ;[I"'start a class or module definition;To;;[I"+:end+;T;[o; ;[I"(finish a class or module definition;To;;[I"+:call+;T;[o; ;[I"call a Ruby method;To;;[I"+:return+;T;[o; ;[I"return from a Ruby method;To;;[I"+:c_call+;T;[o; ;[I"call a C-language routine;To;;[I"+:c_return+;T;[o; ;[I"%return from a C-language routine;To;;[I" +:raise+;T;[o; ;[I"raise an exception;To;;[I"+:rescue+;T;[o; ;[I"rescue an exception;To;;[I"+:b_call+;T;[o; ;[I"event hook at block entry;To;;[I"+:b_return+;T;[o; ;[I"event hook at block ending;To;;[I"+:a_call+;T;[o; ;[I"=event hook at all calls (+call+, +b_call+, and +c_call+);To;;[I"+:a_return+;T;[o; ;[I"Eevent hook at all returns (+return+, +b_return+, and +c_return+);To;;[I"+:thread_begin+;T;[o; ;[I"#event hook at thread beginning;To;;[I"+:thread_end+;T;[o; ;[I" event hook at thread ending;To;;[I"+:fiber_switch+;T;[o; ;[I"event hook at fiber switch;To;;[I"+:script_compiled+;T;[o; ;[I">new Ruby code compiled (with +eval+, +load+ or +require+);T: @fileI"trace_point.rb;T:0@omit_headings_from_table_of_contents_below0o;;[ ;I"vm_trace.c;T;0;0;0[ [ [ [[I" class;T[[:public[ [:protected[ [:private[ [I"allow_reentry;TI"trace_point.rb;T[I"new;T@�[I" stat;T@�[I" trace;T@�[I" instance;T[[;[ [;[ [;[[I"binding;T@�[I"callee_id;T@�[I"defined_class;T@�[I"disable;T@�[I"enable;T@�[I" enabled?;T@�[I"eval_script;T@�[I" event;T@�[I"inspect;T@�[I"instruction_sequence;T@�[I"lineno;T@�[I"method_id;T@�[I"parameters;T@�[I" path;T@�[I"raised_exception;T@�[I"return_value;T@�[I" self;T@�[ [U:RDoc::Context::Section[i 0o;;[ ;0;0[I"trace_point.rb;TI"vm_trace.c;T@�cRDoc::TopLevel