├── .gitattributes ├── .gitignore ├── README.md ├── TrcExtProf.sql ├── acl_preprocessing.stp ├── bitops2.sql ├── cpu_profiler.sh ├── db_link_password_decrypt.sql ├── db_link_password_decrypt_standalone.sql ├── dbgdChkEventIntV_event_list.txt ├── dbgdChkEventIntV_event_list_extended.txt ├── dbgdChkEventIntV_event_list_extended19c.txt ├── event_extractor.sh ├── eventsname.sql ├── extract_func_info.sh ├── func_offset.stp ├── hugepage_usage_ins.sh ├── jira_model_classif_inference.py ├── jira_model_classif_train.py ├── kernel_io_outlier_simul.stp ├── latch_callgraph.stp ├── latch_callgraph2.stp ├── latch_callgraph3.stp ├── latch_monitor.c ├── latchname.sql ├── line_tracker.stp ├── load_sql_patch.sql ├── mini_db_firewall.stp ├── monitor_latch.stp ├── new_proc_sus.stp ├── oracle_function_to_event_mapping18c.sed ├── oracle_function_to_event_mapping18c.txt ├── oracle_function_to_event_mapping19c.sed ├── oracle_function_to_event_mapping19c.txt ├── plsql_memory_leak.sh ├── plsql_obj.sql ├── plsql_profiler.sh ├── plsql_tracer.stp ├── schedtimes_wsi.stp ├── socktop_wsi.sh ├── sql_resolver.sh ├── sql_resolver2.sh ├── stapora.stp ├── trace_mem_alloc.stp ├── trace_mem_alloc_resov.sh ├── trace_plsql_func_args.sh ├── where_why_decode.sql └── write_consistency.stp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/README.md -------------------------------------------------------------------------------- /TrcExtProf.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/TrcExtProf.sql -------------------------------------------------------------------------------- /acl_preprocessing.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/acl_preprocessing.stp -------------------------------------------------------------------------------- /bitops2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/bitops2.sql -------------------------------------------------------------------------------- /cpu_profiler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/cpu_profiler.sh -------------------------------------------------------------------------------- /db_link_password_decrypt.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/db_link_password_decrypt.sql -------------------------------------------------------------------------------- /db_link_password_decrypt_standalone.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/db_link_password_decrypt_standalone.sql -------------------------------------------------------------------------------- /dbgdChkEventIntV_event_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/dbgdChkEventIntV_event_list.txt -------------------------------------------------------------------------------- /dbgdChkEventIntV_event_list_extended.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/dbgdChkEventIntV_event_list_extended.txt -------------------------------------------------------------------------------- /dbgdChkEventIntV_event_list_extended19c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/dbgdChkEventIntV_event_list_extended19c.txt -------------------------------------------------------------------------------- /event_extractor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/event_extractor.sh -------------------------------------------------------------------------------- /eventsname.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/eventsname.sql -------------------------------------------------------------------------------- /extract_func_info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/extract_func_info.sh -------------------------------------------------------------------------------- /func_offset.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/func_offset.stp -------------------------------------------------------------------------------- /hugepage_usage_ins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/hugepage_usage_ins.sh -------------------------------------------------------------------------------- /jira_model_classif_inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/jira_model_classif_inference.py -------------------------------------------------------------------------------- /jira_model_classif_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/jira_model_classif_train.py -------------------------------------------------------------------------------- /kernel_io_outlier_simul.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/kernel_io_outlier_simul.stp -------------------------------------------------------------------------------- /latch_callgraph.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/latch_callgraph.stp -------------------------------------------------------------------------------- /latch_callgraph2.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/latch_callgraph2.stp -------------------------------------------------------------------------------- /latch_callgraph3.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/latch_callgraph3.stp -------------------------------------------------------------------------------- /latch_monitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/latch_monitor.c -------------------------------------------------------------------------------- /latchname.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/latchname.sql -------------------------------------------------------------------------------- /line_tracker.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/line_tracker.stp -------------------------------------------------------------------------------- /load_sql_patch.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/load_sql_patch.sql -------------------------------------------------------------------------------- /mini_db_firewall.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/mini_db_firewall.stp -------------------------------------------------------------------------------- /monitor_latch.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/monitor_latch.stp -------------------------------------------------------------------------------- /new_proc_sus.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/new_proc_sus.stp -------------------------------------------------------------------------------- /oracle_function_to_event_mapping18c.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/oracle_function_to_event_mapping18c.sed -------------------------------------------------------------------------------- /oracle_function_to_event_mapping18c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/oracle_function_to_event_mapping18c.txt -------------------------------------------------------------------------------- /oracle_function_to_event_mapping19c.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/oracle_function_to_event_mapping19c.sed -------------------------------------------------------------------------------- /oracle_function_to_event_mapping19c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/oracle_function_to_event_mapping19c.txt -------------------------------------------------------------------------------- /plsql_memory_leak.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/plsql_memory_leak.sh -------------------------------------------------------------------------------- /plsql_obj.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/plsql_obj.sql -------------------------------------------------------------------------------- /plsql_profiler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/plsql_profiler.sh -------------------------------------------------------------------------------- /plsql_tracer.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/plsql_tracer.stp -------------------------------------------------------------------------------- /schedtimes_wsi.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/schedtimes_wsi.stp -------------------------------------------------------------------------------- /socktop_wsi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/socktop_wsi.sh -------------------------------------------------------------------------------- /sql_resolver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/sql_resolver.sh -------------------------------------------------------------------------------- /sql_resolver2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/sql_resolver2.sh -------------------------------------------------------------------------------- /stapora.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/stapora.stp -------------------------------------------------------------------------------- /trace_mem_alloc.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/trace_mem_alloc.stp -------------------------------------------------------------------------------- /trace_mem_alloc_resov.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/trace_mem_alloc_resov.sh -------------------------------------------------------------------------------- /trace_plsql_func_args.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/trace_plsql_func_args.sh -------------------------------------------------------------------------------- /where_why_decode.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/where_why_decode.sql -------------------------------------------------------------------------------- /write_consistency.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hatem-mahmoud/scripts/HEAD/write_consistency.stp --------------------------------------------------------------------------------