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_frame_type_vectorcall_machinery
(version, expected)
tests/unit/test_types.py:121
Function
test_gather_stack_auto_works_if_no_bss
(tmpdir)
tests/integration/test_gather_stacks.py:372
Function
test_gather_stack_auto_works_if_no_heap
(tmpdir)
tests/integration/test_gather_stacks.py:417
Function
test_gather_stack_with_bss_fails_if_no_bss
(python: PythonVersion, tmpdir: Path)
tests/integration/test_core_analyzer.py:287
Function
test_gather_stack_with_bss_fails_if_no_bss
(tmpdir)
tests/integration/test_gather_stacks.py:342
Function
test_gather_stack_with_heap_fails_if_heap_address_is_wrong
( python: PythonVersion, tmpdir: Path )
tests/integration/test_core_analyzer.py:314
Function
test_gather_stack_with_heap_fails_if_no_heap
(python: PythonVersion, tmpdir: Path)
tests/integration/test_core_analyzer.py:260
Function
test_gather_stack_with_heap_fails_if_no_heap
(tmpdir)
tests/integration/test_gather_stacks.py:316
Function
test_gc_states_with_gil
(gc_state, expected_string)
tests/unit/test_types.py:187
Function
test_gc_states_with_no_gil
(gc_state)
tests/unit/test_types.py:205
Function
test_gc_status_is_reported_when_garbage_collecting_in_core
(python, tmpdir)
tests/integration/test_gc.py:67
Function
test_gc_status_is_reported_when_garbage_collecting_in_core_no_native
( python, tmpdir )
tests/integration/test_gc.py:142
Function
test_gc_status_is_reported_when_garbage_collecting_in_process
(python, tmpdir)
tests/integration/test_gc.py:19
Function
test_gc_status_is_reported_when_garbage_collecting_in_process_no_native
( python, tmpdir )
tests/integration/test_gc.py:115
Function
test_gc_status_is_reported_when_no_garbage_collecting_in_core
(python, tmpdir)
tests/integration/test_gc.py:90
Function
test_gc_status_is_reported_when_no_garbage_collecting_in_process
(python, tmpdir)
tests/integration/test_gc.py:42
Function
test_get_base_map_path_existing
()
tests/unit/test_maps.py:1105
Function
test_get_base_map_path_not_existing
()
tests/unit/test_maps.py:1137
Function
test_get_bss_base_map_no_path
()
tests/unit/test_maps.py:1169
Function
test_get_bss_found_matching_map
()
tests/unit/test_maps.py:1224
Function
test_get_bss_no_matching_map
()
tests/unit/test_maps.py:1190
Function
test_get_build_ids_from_core
(tmpdir: Path)
tests/integration/test_core_analyzer.py:665
Function
test_get_pid_from_core
(tmpdir: Path)
tests/integration/test_core_analyzer.py:527
Function
test_get_python_version_for_core_fallback_binary_regexp
()
tests/unit/test_process.py:320
Function
test_get_python_version_for_core_fallback_bss
()
tests/unit/test_process.py:239
Function
test_get_python_version_for_core_fallback_falure
()
tests/unit/test_process.py:377
Function
test_get_python_version_for_core_fallback_libpython_regexp
()
tests/unit/test_process.py:292
Function
test_get_python_version_for_core_fallback_no_bss
()
tests/unit/test_process.py:264
Function
test_get_python_version_for_core_fallback_version_regexp
()
tests/unit/test_process.py:350
Function
test_get_python_version_for_process_fallback_binary_regexp
()
tests/unit/test_process.py:160
Function
test_get_python_version_for_process_fallback_bss
()
tests/unit/test_process.py:107
Function
test_get_python_version_for_process_fallback_failure
()
tests/unit/test_process.py:217
Function
test_get_python_version_for_process_fallback_libpython_regexp
()
tests/unit/test_process.py:132
Function
test_get_python_version_for_process_fallback_version_regexp
()
tests/unit/test_process.py:190
Function
test_get_thread_name
(tmpdir)
tests/integration/test_gather_stacks.py:562
Function
test_get_thread_name_oserror
()
tests/integration/test_gather_stacks.py:587
Function
test_gigantic_integer
(generate_threads, python, tmpdir)
tests/integration/test_local_variables.py:349
Function
test_gil_states
(gil_state, expected_string)
tests/unit/test_types.py:165
Function
test_gil_status_no_thread_among_many_holds_the_gil
(python, tmpdir)
tests/integration/test_gil.py:48
Function
test_gil_status_no_thread_among_many_holds_the_gil_for_core
Generate a core file for a process with multiple threads in which we know none of them holds the GIL at the time the core was generated and check
tests/integration/test_gil.py:127
Function
test_gil_status_one_thread_among_many_holds_the_gil
(python, tmpdir)
tests/integration/test_gil.py:30
Function
test_gil_status_one_thread_among_many_holds_the_gil_for_core
Generate a core file for a process with multiple threads in which we know one of them holds the GIL at the time the core was generated and check t
tests/integration/test_gil.py:105
Function
test_gil_status_single_thread_does_not_hold_the_gil
(python, tmpdir)
tests/integration/test_gil.py:86
Function
test_gil_status_single_thread_does_not_hold_the_gil_for_core
Generate a core file for a process with a single thread in which we know that the thread does not holds the GIL at the time the core was generated
tests/integration/test_gil.py:173
Function
test_gil_status_single_thread_holds_the_gil
(python, tmpdir)
tests/integration/test_gil.py:67
Function
test_gil_status_single_thread_holds_the_gil_for_core
Generate a core file for a process with a single thread in which we know that the thread holds the GIL at the time the core was generated and chec
tests/integration/test_gil.py:150
Function
test_global_options_can_be_placed_at_any_point
(option)
tests/unit/test_main.py:1064
Function
test_highlights
(text, highlight, expected)
tests/unit/test_color.py:40
Function
test_inlined_python_calls
(python, tmpdir)
tests/integration/test_core_analyzer.py:404
Function
test_inlined_python_calls
(python, tmpdir)
tests/integration/test_gather_stacks.py:596
Function
test_intercept_runtime_errors
()
tests/unit/test_extension.py:11
Function
test_invalid_library_path_with_invalid_entries
Generate a core file for a process with a single thread and check that we can obtain the missing modules even if the library path contains inc
tests/integration/test_relocatable_cores.py:147
Function
test_invalid_library_path_with_regular_files
Generate a core file for a process with a single thread and check that we can obtain the missing modules even if the library path contains ele
tests/integration/test_relocatable_cores.py:130
Function
test_invalid_method_for_get_process_threads
()
tests/integration/test_process.py:142
Function
test_invalid_method_for_get_process_threads_for_core
()
tests/integration/test_core_analyzer.py:650
Function
test_libpython_detection
(text, version)
tests/unit/test_process.py:32
Function
test_libpython_false_cases
(text)
tests/unit/test_process.py:47
Function
test_locals_not_resolved
(generate_threads, python, tmpdir)
tests/integration/test_local_variables.py:520
Function
test_map_permissions
()
tests/unit/test_maps.py:134
Function
test_maps_for_binary_executable_with_bss
()
tests/unit/test_maps.py:440
Function
test_maps_for_binary_invalid_executable
()
tests/unit/test_maps.py:946
Function
test_maps_for_binary_invalid_executable_and_no_available_maps
()
tests/unit/test_maps.py:980
Function
test_maps_for_binary_libpython_with_bss
()
tests/unit/test_maps.py:492
Function
test_maps_for_binary_libpython_with_bss_with_non_readable_segment
()
tests/unit/test_maps.py:632
Function
test_maps_for_binary_libpython_without_bss
()
tests/unit/test_maps.py:568
Function
test_maps_for_binary_multiple_libpythons
()
tests/unit/test_maps.py:904
Function
test_maps_for_binary_no_binary_map
()
tests/unit/test_maps.py:830
Function
test_maps_for_binary_no_executable_segment
()
tests/unit/test_maps.py:864
Function
test_maps_for_binary_only_python_exec
()
tests/unit/test_maps.py:296
Function
test_maps_for_binary_range
()
tests/unit/test_maps.py:718
Function
test_maps_for_binary_range_vmaps_are_ignored
()
tests/unit/test_maps.py:774
Function
test_maps_for_binary_with_heap
()
tests/unit/test_maps.py:336
Function
test_maps_for_binary_with_libpython
()
tests/unit/test_maps.py:388
Function
test_maps_with_long_device_numbers
()
tests/unit/test_maps.py:78
Function
test_maps_with_scattered_segments
()
tests/unit/test_maps.py:1016
Function
test_mixed_parameters
(text, color, highlight, attributes, expected)
tests/unit/test_color.py:116
Function
test_multiple_thread_stack
(python, blocking, method, tmpdir)
tests/integration/test_gather_stacks.py:108
Function
test_multiple_thread_stack_native
Generate a core file for a process with a multiple threads and check that we can inspect and obtain all the information we need from the frame
tests/integration/test_core_analyzer.py:175
Function
test_multiple_thread_stack_native
(python, method, blocking, tmpdir)
tests/integration/test_gather_stacks.py:227
Function
test_native_traceback_with_shim_frames
()
tests/unit/test_traceback_formatter.py:1523
Function
test_no_frames_at_shutdown
(python, tmpdir)
tests/integration/test_core_analyzer.py:501
Function
test_no_frames_at_shutdown
(python, tmpdir)
tests/integration/test_gather_stacks.py:693
Function
test_nocolor_output
()
tests/unit/test_main.py:1002
Function
test_nocolor_output_at_the_front_for_core
()
tests/unit/test_main.py:1038
Function
test_nocolor_output_at_the_front_for_process
()
tests/unit/test_main.py:1020
Function
test_output_limiting
(generate_threads, argument, python, tmpdir)
tests/integration/test_local_variables.py:469
Function
test_position_information
(python, tmpdir)
tests/integration/test_core_analyzer.py:443
Function
test_position_information
(python, tmpdir)
tests/integration/test_gather_stacks.py:635
Function
test_print_thread
(capsys)
tests/unit/test_traceback_formatter.py:1207
Function
test_process_core_corefile_does_not_exit
()
tests/unit/test_main.py:841
Function
test_process_core_default_gzip_without_executable
()
tests/unit/test_main.py:456
Function
test_process_core_default_with_executable
()
tests/unit/test_main.py:566
Function
test_process_core_default_without_executable
()
tests/unit/test_main.py:411
Function
test_process_core_default_without_executable_and_executable_does_not_exist
(capsys)
tests/unit/test_main.py:513
Function
test_process_core_does_not_crash_if_core_analyzer_fails
(method)
tests/unit/test_main.py:1236
Function
test_process_core_error
(exception, exval, capsys)
tests/unit/test_main.py:907
Function
test_process_core_executable_does_not_exit
()
tests/unit/test_main.py:871
Function
test_process_core_executable_not_elf_file
(capsys)
tests/unit/test_main.py:538
Function
test_process_core_exhaustive
()
tests/unit/test_main.py:943
Function
test_process_core_locals
()
tests/unit/test_main.py:656
← previous
next →
401–500 of 592, ranked by callers