Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ functions
Functions
592 in github.com/bloomberg/pystack
⨍
Functions
592
◇
Types & classes
228
↳
Endpoints
1
Function
test_process_core_native
(argument, mode)
tests/unit/test_main.py:616
Function
test_process_core_with_invalid_search_root
()
tests/unit/test_main.py:821
Function
test_process_core_with_not_readable_search_root
()
tests/unit/test_main.py:797
Function
test_process_core_with_search_path
()
tests/unit/test_main.py:698
Function
test_process_core_with_search_root
()
tests/unit/test_main.py:747
Function
test_process_remote_default
()
tests/unit/test_main.py:182
Function
test_process_remote_error
(exception, exval, capsys)
tests/unit/test_main.py:382
Function
test_process_remote_exhaustive
()
tests/unit/test_main.py:346
Function
test_process_remote_locals
()
tests/unit/test_main.py:287
Function
test_process_remote_native
(argument, mode)
tests/unit/test_main.py:256
Function
test_process_remote_native_no_block
(capsys)
tests/unit/test_main.py:320
Function
test_process_remote_no_block
()
tests/unit/test_main.py:215
Function
test_reattaching_to_already_traced_process
(python, tmpdir)
tests/integration/test_process.py:113
Function
test_remote_version_detection_using_bss_section
(python, tmpdir)
tests/integration/test_process.py:25
Function
test_scan_core_bss_for_python_version
()
tests/unit/test_process.py:432
Function
test_scan_core_bss_for_python_version_failure
()
tests/unit/test_process.py:459
Function
test_scan_process_bss_for_python_version
()
tests/unit/test_process.py:399
Function
test_scan_process_bss_for_python_version_failure
()
tests/unit/test_process.py:417
Function
test_shim_frame_before_new_python_function_is_scheduled
( python: PythonVersion, tmpdir: Path )
tests/integration/test_core_analyzer.py:689
Function
test_shim_frames_are_ignored
()
tests/unit/test_traceback_formatter.py:1430
Function
test_simple_execution
Test that we can retrieve the thread state of a single process. This test is specially useful to run under valgrind or similar tools and to q
tests/integration/test_smoke.py:44
Function
test_simple_execution_for_core
Test that we can retrieve the thread state of a single core file. This test is specially useful to run under valgrind or similar tools and to
tests/integration/test_smoke.py:99
Function
test_simple_execution_native
Test that we can retrieve the thread state of a single process. This test is specially useful to run under valgrind or similar tools and to q
tests/integration/test_smoke.py:74
Function
test_simple_maps
()
tests/unit/test_maps.py:50
Function
test_simple_maps_no_such_pid
()
tests/unit/test_maps.py:41
Function
test_single_thread_stack
Generate a core file for a process with a single thread and check that we can inspect and obtain all the information we need from the frame st
tests/integration/test_core_analyzer.py:50
Function
test_single_thread_stack
(python, blocking, method, tmpdir)
tests/integration/test_gather_stacks.py:40
Function
test_single_thread_stack_for_relocated_core
Generate a core file for a process with a single thread, relocate the files that were used to generate the core file and check that we can ins
tests/integration/test_relocatable_cores.py:25
Function
test_single_thread_stack_from_elf_data
(python: PythonVersion, tmpdir: Path)
tests/integration/test_core_analyzer.py:106
Function
test_single_thread_stack_native
(python, method, blocking, tmpdir)
tests/integration/test_gather_stacks.py:170
Function
test_single_thread_stack_non_blocking
(tmpdir)
tests/integration/test_gather_stacks.py:78
Function
test_special_maps
()
tests/unit/test_maps.py:224
Function
test_split_dict
(generate_threads, python, tmpdir)
tests/integration/test_local_variables.py:219
Function
test_thread_registered_with_python_but_with_no_python_calls
(python, tmpdir)
tests/integration/test_gather_stacks.py:461
Function
test_thread_registered_with_python_with_other_threads
(tmpdir)
tests/integration/test_core_analyzer.py:351
Function
test_thread_registered_with_python_with_other_threads
(tmpdir)
tests/integration/test_gather_stacks.py:510
Function
test_traceback_formatter_all_inlined_frames
()
tests/unit/test_traceback_formatter.py:1041
Function
test_traceback_formatter_dropping_the_gil_detection
()
tests/unit/test_traceback_formatter.py:716
Function
test_traceback_formatter_gc_detection_with_native
()
tests/unit/test_traceback_formatter.py:638
Function
test_traceback_formatter_gc_detection_without_native
()
tests/unit/test_traceback_formatter.py:678
Function
test_traceback_formatter_gil_detection
()
tests/unit/test_traceback_formatter.py:600
Function
test_traceback_formatter_locals
( arguments, locals, location_info, expected_locals_render )
tests/unit/test_traceback_formatter.py:1275
Function
test_traceback_formatter_mixed_inlined_frames
()
tests/unit/test_traceback_formatter.py:953
Function
test_traceback_formatter_native_last
()
tests/unit/test_traceback_formatter.py:1123
Function
test_traceback_formatter_native_matching_composite_eval_frames
()
tests/unit/test_traceback_formatter.py:394
Function
test_traceback_formatter_native_matching_eval_frames_ignore_frames
()
tests/unit/test_traceback_formatter.py:483
Function
test_traceback_formatter_native_matching_simple_eval_frames
()
tests/unit/test_traceback_formatter.py:317
Function
test_traceback_formatter_native_not_matching_composite_eval_frames
()
tests/unit/test_traceback_formatter.py:875
Function
test_traceback_formatter_native_not_matching_simple_eval_frames
()
tests/unit/test_traceback_formatter.py:810
Function
test_traceback_formatter_no_frames_native
()
tests/unit/test_traceback_formatter.py:110
Function
test_traceback_formatter_no_frames_native_with_eval_frames
()
tests/unit/test_traceback_formatter.py:144
Function
test_traceback_formatter_no_frames_no_native
()
tests/unit/test_traceback_formatter.py:89
Function
test_traceback_formatter_no_mergeable_native_frames
()
tests/unit/test_traceback_formatter.py:178
Function
test_traceback_formatter_no_native
()
tests/unit/test_traceback_formatter.py:22
Function
test_traceback_formatter_position_infomation
()
tests/unit/test_traceback_formatter.py:1359
Function
test_traceback_formatter_taking_the_gil_detection
()
tests/unit/test_traceback_formatter.py:763
Function
test_traceback_formatter_thread_names
()
tests/unit/test_traceback_formatter.py:1321
Function
test_traceback_formatter_with_source
()
tests/unit/test_traceback_formatter.py:244
Function
test_trashed_locals
(generate_threads, python, tmpdir)
tests/integration/test_local_variables.py:565
Function
test_unavailability_of_elf_data
( python: PythonVersion, tmpdir: Path )
tests/integration/test_core_analyzer.py:155
Function
test_unexpected_line_is_ignored
()
tests/unit/test_maps.py:195
Function
test_verbose_as_global_options_sets_correctly_the_logger
()
tests/unit/test_main.py:1087
Function
test_version_detection
(text, version)
tests/unit/test_process.py:95
Function
test_virtual_map
()
tests/unit/test_maps.py:17
Function
thread_callback
src/pystack/_pystack/unwinder.cpp:465
Function
thread_callback_for_frames
src/pystack/_pystack/unwinder.cpp:479
Function
thread_func_1
()
tests/integration/multiple_thread_program.py:8
Function
thread_func_1
()
tests/integration/multiple_thread_program_gil.py:8
Method
toBool
src/pystack/_pystack/pytypes.cpp:623
Method
toConcreteObject
src/pystack/_pystack/pytypes.cpp:680
Method
toFloat
src/pystack/_pystack/pytypes.cpp:616
Method
toInteger
src/pystack/_pystack/pytypes.cpp:608
Method
typeAddr
src/pystack/_pystack/pytypes.cpp:555
Method
unwindThread
src/pystack/_pystack/unwinder.cpp:431
Method
validateDebugOffsets
src/pystack/_pystack/process.cpp:1061
Method
warnIfOffsetsAreMismatched
src/pystack/_pystack/process.cpp:791
Method
what
src/pystack/_pystack/elf_common.h:28
Method
what
src/pystack/_pystack/mem.h:24
Method
what
src/pystack/_pystack/mem.h:32
Method
what
src/pystack/_pystack/mem.h:40
Method
what
src/pystack/_pystack/unwinder.h:23
Method
what
src/pystack/_pystack/corefile.h:48
Method
what
src/pystack/_pystack/process.h:28
Method
~AbstractRemoteMemoryManager
Destructors
src/pystack/_pystack/mem.h:156
Method
~AbstractUnwinder
src/pystack/_pystack/unwinder.h:95
Method
~CoreFileAnalyzer
src/pystack/_pystack/elf_common.cpp:119
Method
~CoreFileProcessManager
Destructors
src/pystack/_pystack/process.h:178
Method
~DirectoryReader
src/pystack/_pystack/process.cpp:41
Method
~LOG
Destructors
src/pystack/_pystack/logging.h:33
Method
~ProcessAnalyzer
Destructors
src/pystack/_pystack/elf_common.h:88
Method
~ProcessManager
Destructors
src/pystack/_pystack/process.h:156
Method
~ProcessTracer
src/pystack/_pystack/process.cpp:202
← previous
501–592 of 592, ranked by callers