Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
systemtap /
examples /
general /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
tapset
[ DIR ]
drwxr-xr-x
alias_suffixes.meta
724
B
-rw-r--r--
alias_suffixes.stp
1.04
KB
-rwxr-xr-x
also_ran.meta
605
B
-rw-r--r--
also_ran.stp
769
B
-rwxr-xr-x
ansi_colors.meta
406
B
-rw-r--r--
ansi_colors.stp
716
B
-rwxr-xr-x
ansi_colors2.meta
467
B
-rw-r--r--
ansi_colors2.stp
738
B
-rwxr-xr-x
badname.meta
459
B
-rw-r--r--
badname.stp
1.3
KB
-rwxr-xr-x
badname.txt
126
B
-rw-r--r--
callgraph.meta
388
B
-rw-r--r--
callgraph.stp
212
B
-rwxr-xr-x
callgraph.txt
3.61
KB
-rw-r--r--
click.wav
1.26
KB
-rw-r--r--
cpu_throttle.meta
795
B
-rw-r--r--
cpu_throttle.stp
1.45
KB
-rwxr-xr-x
eventcount.meta
637
B
-rw-r--r--
eventcount.stp
6.77
KB
-rwxr-xr-x
eventcount.txt
1.85
KB
-rw-r--r--
func_time_stats.meta
696
B
-rw-r--r--
func_time_stats.stp
520
B
-rwxr-xr-x
func_time_stats.txt
493
B
-rw-r--r--
grapher.stp
1.26
KB
-rwxr-xr-x
graphs.meta
453
B
-rw-r--r--
graphs.stp
1.46
KB
-rwxr-xr-x
helloworld.meta
298
B
-rw-r--r--
helloworld.stp
57
B
-rwxr-xr-x
key.meta
319
B
-rw-r--r--
key.stp
414
B
-rwxr-xr-x
keyhack.meta
355
B
-rw-r--r--
keyhack.stp
288
B
-rwxr-xr-x
measureinterval.meta
1.54
KB
-rw-r--r--
measureinterval.stp
830
B
-rwxr-xr-x
para-callgraph-verbose.meta
879
B
-rw-r--r--
para-callgraph-verbose.stp
407
B
-rwxr-xr-x
para-callgraph.meta
756
B
-rw-r--r--
para-callgraph.stp
405
B
-rwxr-xr-x
para-callgraph.txt
4.31
KB
-rw-r--r--
py2example.meta
489
B
-rw-r--r--
py2example.stp
761
B
-rw-r--r--
py2example.tcl
79
B
-rw-r--r--
py3example.meta
515
B
-rw-r--r--
py3example.stp
761
B
-rw-r--r--
py3example.tcl
79
B
-rw-r--r--
pyexample.py
832
B
-rw-r--r--
pyexample.pyc
1.06
KB
-rw-r--r--
pyexample.pyo
1.06
KB
-rw-r--r--
regex.meta
504
B
-rw-r--r--
regex.stp
491
B
-rwxr-xr-x
return.wav
6.43
KB
-rw-r--r--
sizeof.meta
499
B
-rw-r--r--
sizeof.stp
496
B
-rwxr-xr-x
sizeof.txt
100
B
-rw-r--r--
sizeof_interactive.meta
816
B
-rw-r--r--
sizeof_interactive.stp
572
B
-rw-r--r--
sizeof_interactive.txt
154
B
-rw-r--r--
socket-events.meta
563
B
-rw-r--r--
socket-events.stp
5.28
KB
-rwxr-xr-x
stopwatches.meta
754
B
-rw-r--r--
stopwatches.stp
957
B
-rwxr-xr-x
tcl-funtop.meta
479
B
-rw-r--r--
tcl-funtop.stp
817
B
-rwxr-xr-x
tcl-trace.meta
364
B
-rw-r--r--
tcl-trace.stp
1.01
KB
-rwxr-xr-x
varwatch.meta
583
B
-rw-r--r--
varwatch.stp
635
B
-rwxr-xr-x
varwatch.txt
2.62
KB
-rw-r--r--
watchdog.meta
922
B
-rw-r--r--
watchdog.stp
447
B
-rwxr-xr-x
whythefail.meta
481
B
-rw-r--r--
whythefail.stp
2.22
KB
-rw-r--r--
whythefail.txt
3.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : para-callgraph.txt
para-callgraph.stp - Callgraph Tracing with Arguments Print a timed per-thread microsecond-timed callgraph, complete with function parameters and return values. The first parameter names the function probe points to trace. The optional second parameter names the probe points for trigger functions, which acts to enable tracing for only those functions that occur while the current thread is nested within the trigger. $ stap para-callgraph.stp 'process("/bin/ls").function("*")' \ 'process("/bin/ls").function("main")' -c "/bin/ls > /dev/null" 0 ls(24779):->main argc=0x1 argv=0x7ffe16646868 4 ls(24779): ->set_program_name argv0=0x7ffe166486e6 8 ls(24779): <-set_program_name 33 ls(24779): ->atexit 35 ls(24779): <-atexit 42 ls(24779): ->human_options spec=0x0 opts=0x61d100 block_size=0x61d0f8 44 ls(24779): <-human_options return=0x0 46 ls(24779): ->clone_quoting_options o=0x0 49 ls(24779): ->xmemdup p=0x61d2e0 s=0x38 51 ls(24779): ->xmalloc n=0x38 54 ls(24779): <-xmalloc return=0x1a15050 57 ls(24779): <-xmemdup return=0x1a15050 58 ls(24779): <-clone_quoting_options return=0x1a15050 60 ls(24779): ->get_quoting_style o=0x1a15050 62 ls(24779): <-get_quoting_style return=0x0 63 ls(24779): ->clone_quoting_options o=0x0 65 ls(24779): ->xmemdup p=0x61d2e0 s=0x38 66 ls(24779): ->xmalloc n=0x38 68 ls(24779): <-xmalloc return=0x1a15090 69 ls(24779): <-xmemdup return=0x1a15090 70 ls(24779): <-clone_quoting_options return=0x1a15090 72 ls(24779): ->set_char_quoting o=0x1a15090 c=0x3a i=0x1 74 ls(24779): <-set_char_quoting return=0x0 76 ls(24779): ->xmalloc n=0x4b00 79 ls(24779): <-xmalloc return=0x1a150d0 80 ls(24779): ->clear_files 82 ls(24779): <-clear_files 84 ls(24779): ->queue_directory name=0x414546 realname=0x0 command_line_arg=0x1 86 ls(24779): ->xmalloc n=0x20 88 ls(24779): <-xmalloc return=0x1a19be0 89 ls(24779): ->xstrdup string=0x414546 92 ls(24779): ->xmemdup p=0x414546 s=0x2 93 ls(24779): ->xmalloc n=0x2 95 ls(24779): <-xmalloc return=0x1a19c10 96 ls(24779): <-xmemdup return=0x1a19c10 97 ls(24779): <-xstrdup return=0x1a19c10 98 ls(24779): <-queue_directory 104 ls(24779): ->clear_files 106 ls(24779): <-clear_files 1183 ls(24779): ->process_signals 1186 ls(24779): <-process_signals [...] 5294 ls(24779): ->print_file_name_and_frills f=0x1a15fd0 start_col=0x0 5296 ls(24779): ->set_normal_color 5298 ls(24779): <-set_normal_color 5299 ls(24779): ->print_name_with_quoting f=0x1a15fd0 symlink_target=0x0 stack=0x0 start_col=0x0 5301 ls(24779): ->quote_name out=0x2b8871d2c620 name=0x1a21ef0 options=0x1a15050 width=0x0 5304 ls(24779): ->quotearg_buffer buffer=0x7ffe16644000 buffersize=0x2000 arg=0x1a21ef0 argsize=0xffffffffffffffff o=0x1a15050 5308 ls(24779): ->quotearg_buffer_restyled buffer=0x7ffe16644000 buffersize=0x2000 arg=0x1a21ef0 argsize=0xffffffffffffffff quoting_style=0x0 flags=0x0 quote_these_too=0x1a15058 left_quote=0x0 right_quote=0x0 5310 ls(24779): <-quotearg_buffer_restyled return=0xe 5311 ls(24779): <-quotearg_buffer return=0xe 5312 ls(24779): <-quote_name return=0xe 5313 ls(24779): ->process_signals 5315 ls(24779): <-process_signals 5316 ls(24779): <-print_name_with_quoting return=0xe 5317 ls(24779): <-print_file_name_and_frills return=0xe 5318 ls(24779): <-print_current_files 5321 ls(24779): ->close_stdout 5323 ls(24779): ->close_stream stream=0x2b8871d2c620 5326 ls(24779): ->rpl_fclose fp=0x2b8871d2c620 5329 ls(24779): ->rpl_fflush stream=0x2b8871d2c620 5332 ls(24779): <-rpl_fflush return=0x0 5341 ls(24779): <-rpl_fclose return=0x0 5342 ls(24779): <-close_stream return=0x0 5343 ls(24779): ->close_stream stream=0x2b8871d2c540 5345 ls(24779): ->rpl_fclose fp=0x2b8871d2c540 5347 ls(24779): ->rpl_fflush stream=0x2b8871d2c540 5349 ls(24779): <-rpl_fflush return=0x0 5350 ls(24779): <-rpl_fclose return=0x0 5352 ls(24779): <-close_stream return=0x0 5353 ls(24779): <-close_stdout 5355 ls(24779): ->__do_global_dtors_aux 5357 ls(24779): ->deregister_tm_clones 5359 ls(24779): <-deregister_tm_clones 5360 ls(24779): <-__do_global_dtors_aux 5362 ls(24779): ->_fini 5363 ls(24779): <-_fini
Close