MCPcopy Create free account

hub / github.com/bloomberg/pystack / functions

Functions592 in github.com/bloomberg/pystack

Functiontest_frame_type_vectorcall_machinery
(version, expected)
tests/unit/test_types.py:121
Functiontest_gather_stack_auto_works_if_no_bss
(tmpdir)
tests/integration/test_gather_stacks.py:372
Functiontest_gather_stack_auto_works_if_no_heap
(tmpdir)
tests/integration/test_gather_stacks.py:417
Functiontest_gather_stack_with_bss_fails_if_no_bss
(python: PythonVersion, tmpdir: Path)
tests/integration/test_core_analyzer.py:287
Functiontest_gather_stack_with_bss_fails_if_no_bss
(tmpdir)
tests/integration/test_gather_stacks.py:342
Functiontest_gather_stack_with_heap_fails_if_heap_address_is_wrong
( python: PythonVersion, tmpdir: Path )
tests/integration/test_core_analyzer.py:314
Functiontest_gather_stack_with_heap_fails_if_no_heap
(python: PythonVersion, tmpdir: Path)
tests/integration/test_core_analyzer.py:260
Functiontest_gather_stack_with_heap_fails_if_no_heap
(tmpdir)
tests/integration/test_gather_stacks.py:316
Functiontest_gc_states_with_gil
(gc_state, expected_string)
tests/unit/test_types.py:187
Functiontest_gc_states_with_no_gil
(gc_state)
tests/unit/test_types.py:205
Functiontest_gc_status_is_reported_when_garbage_collecting_in_core
(python, tmpdir)
tests/integration/test_gc.py:67
Functiontest_gc_status_is_reported_when_garbage_collecting_in_core_no_native
( python, tmpdir )
tests/integration/test_gc.py:142
Functiontest_gc_status_is_reported_when_garbage_collecting_in_process
(python, tmpdir)
tests/integration/test_gc.py:19
Functiontest_gc_status_is_reported_when_garbage_collecting_in_process_no_native
( python, tmpdir )
tests/integration/test_gc.py:115
Functiontest_gc_status_is_reported_when_no_garbage_collecting_in_core
(python, tmpdir)
tests/integration/test_gc.py:90
Functiontest_gc_status_is_reported_when_no_garbage_collecting_in_process
(python, tmpdir)
tests/integration/test_gc.py:42
Functiontest_get_base_map_path_existing
()
tests/unit/test_maps.py:1105
Functiontest_get_base_map_path_not_existing
()
tests/unit/test_maps.py:1137
Functiontest_get_bss_base_map_no_path
()
tests/unit/test_maps.py:1169
Functiontest_get_bss_found_matching_map
()
tests/unit/test_maps.py:1224
Functiontest_get_bss_no_matching_map
()
tests/unit/test_maps.py:1190
Functiontest_get_build_ids_from_core
(tmpdir: Path)
tests/integration/test_core_analyzer.py:665
Functiontest_get_pid_from_core
(tmpdir: Path)
tests/integration/test_core_analyzer.py:527
Functiontest_get_python_version_for_core_fallback_binary_regexp
()
tests/unit/test_process.py:320
Functiontest_get_python_version_for_core_fallback_bss
()
tests/unit/test_process.py:239
Functiontest_get_python_version_for_core_fallback_falure
()
tests/unit/test_process.py:377
Functiontest_get_python_version_for_core_fallback_libpython_regexp
()
tests/unit/test_process.py:292
Functiontest_get_python_version_for_core_fallback_no_bss
()
tests/unit/test_process.py:264
Functiontest_get_python_version_for_core_fallback_version_regexp
()
tests/unit/test_process.py:350
Functiontest_get_python_version_for_process_fallback_binary_regexp
()
tests/unit/test_process.py:160
Functiontest_get_python_version_for_process_fallback_bss
()
tests/unit/test_process.py:107
Functiontest_get_python_version_for_process_fallback_failure
()
tests/unit/test_process.py:217
Functiontest_get_python_version_for_process_fallback_libpython_regexp
()
tests/unit/test_process.py:132
Functiontest_get_python_version_for_process_fallback_version_regexp
()
tests/unit/test_process.py:190
Functiontest_get_thread_name
(tmpdir)
tests/integration/test_gather_stacks.py:562
Functiontest_get_thread_name_oserror
()
tests/integration/test_gather_stacks.py:587
Functiontest_gigantic_integer
(generate_threads, python, tmpdir)
tests/integration/test_local_variables.py:349
Functiontest_gil_states
(gil_state, expected_string)
tests/unit/test_types.py:165
Functiontest_gil_status_no_thread_among_many_holds_the_gil
(python, tmpdir)
tests/integration/test_gil.py:48
Functiontest_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
Functiontest_gil_status_one_thread_among_many_holds_the_gil
(python, tmpdir)
tests/integration/test_gil.py:30
Functiontest_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
Functiontest_gil_status_single_thread_does_not_hold_the_gil
(python, tmpdir)
tests/integration/test_gil.py:86
Functiontest_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
Functiontest_gil_status_single_thread_holds_the_gil
(python, tmpdir)
tests/integration/test_gil.py:67
Functiontest_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
Functiontest_global_options_can_be_placed_at_any_point
(option)
tests/unit/test_main.py:1064
Functiontest_highlights
(text, highlight, expected)
tests/unit/test_color.py:40
Functiontest_inlined_python_calls
(python, tmpdir)
tests/integration/test_core_analyzer.py:404
Functiontest_inlined_python_calls
(python, tmpdir)
tests/integration/test_gather_stacks.py:596
Functiontest_intercept_runtime_errors
()
tests/unit/test_extension.py:11
Functiontest_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
Functiontest_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
Functiontest_invalid_method_for_get_process_threads
()
tests/integration/test_process.py:142
Functiontest_invalid_method_for_get_process_threads_for_core
()
tests/integration/test_core_analyzer.py:650
Functiontest_libpython_detection
(text, version)
tests/unit/test_process.py:32
Functiontest_libpython_false_cases
(text)
tests/unit/test_process.py:47
Functiontest_locals_not_resolved
(generate_threads, python, tmpdir)
tests/integration/test_local_variables.py:520
Functiontest_map_permissions
()
tests/unit/test_maps.py:134
Functiontest_maps_for_binary_executable_with_bss
()
tests/unit/test_maps.py:440
Functiontest_maps_for_binary_invalid_executable
()
tests/unit/test_maps.py:946
Functiontest_maps_for_binary_invalid_executable_and_no_available_maps
()
tests/unit/test_maps.py:980
Functiontest_maps_for_binary_libpython_with_bss
()
tests/unit/test_maps.py:492
Functiontest_maps_for_binary_libpython_with_bss_with_non_readable_segment
()
tests/unit/test_maps.py:632
Functiontest_maps_for_binary_libpython_without_bss
()
tests/unit/test_maps.py:568
Functiontest_maps_for_binary_multiple_libpythons
()
tests/unit/test_maps.py:904
Functiontest_maps_for_binary_no_binary_map
()
tests/unit/test_maps.py:830
Functiontest_maps_for_binary_no_executable_segment
()
tests/unit/test_maps.py:864
Functiontest_maps_for_binary_only_python_exec
()
tests/unit/test_maps.py:296
Functiontest_maps_for_binary_range
()
tests/unit/test_maps.py:718
Functiontest_maps_for_binary_range_vmaps_are_ignored
()
tests/unit/test_maps.py:774
Functiontest_maps_for_binary_with_heap
()
tests/unit/test_maps.py:336
Functiontest_maps_for_binary_with_libpython
()
tests/unit/test_maps.py:388
Functiontest_maps_with_long_device_numbers
()
tests/unit/test_maps.py:78
Functiontest_maps_with_scattered_segments
()
tests/unit/test_maps.py:1016
Functiontest_mixed_parameters
(text, color, highlight, attributes, expected)
tests/unit/test_color.py:116
Functiontest_multiple_thread_stack
(python, blocking, method, tmpdir)
tests/integration/test_gather_stacks.py:108
Functiontest_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
Functiontest_multiple_thread_stack_native
(python, method, blocking, tmpdir)
tests/integration/test_gather_stacks.py:227
Functiontest_native_traceback_with_shim_frames
()
tests/unit/test_traceback_formatter.py:1523
Functiontest_no_frames_at_shutdown
(python, tmpdir)
tests/integration/test_core_analyzer.py:501
Functiontest_no_frames_at_shutdown
(python, tmpdir)
tests/integration/test_gather_stacks.py:693
Functiontest_nocolor_output
()
tests/unit/test_main.py:1002
Functiontest_nocolor_output_at_the_front_for_core
()
tests/unit/test_main.py:1038
Functiontest_nocolor_output_at_the_front_for_process
()
tests/unit/test_main.py:1020
Functiontest_output_limiting
(generate_threads, argument, python, tmpdir)
tests/integration/test_local_variables.py:469
Functiontest_position_information
(python, tmpdir)
tests/integration/test_core_analyzer.py:443
Functiontest_position_information
(python, tmpdir)
tests/integration/test_gather_stacks.py:635
Functiontest_print_thread
(capsys)
tests/unit/test_traceback_formatter.py:1207
Functiontest_process_core_corefile_does_not_exit
()
tests/unit/test_main.py:841
Functiontest_process_core_default_gzip_without_executable
()
tests/unit/test_main.py:456
Functiontest_process_core_default_with_executable
()
tests/unit/test_main.py:566
Functiontest_process_core_default_without_executable
()
tests/unit/test_main.py:411
Functiontest_process_core_default_without_executable_and_executable_does_not_exist
(capsys)
tests/unit/test_main.py:513
Functiontest_process_core_does_not_crash_if_core_analyzer_fails
(method)
tests/unit/test_main.py:1236
Functiontest_process_core_error
(exception, exval, capsys)
tests/unit/test_main.py:907
Functiontest_process_core_executable_does_not_exit
()
tests/unit/test_main.py:871
Functiontest_process_core_executable_not_elf_file
(capsys)
tests/unit/test_main.py:538
Functiontest_process_core_exhaustive
()
tests/unit/test_main.py:943
Functiontest_process_core_locals
()
tests/unit/test_main.py:656
← previousnext →401–500 of 592, ranked by callers